summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd
2021-04-08add support for Clang CFISami Tolvanen
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-02-08module: move struct symsearch to module.cChristoph Hellwig
2021-02-08module: mark module_mutex staticChristoph Hellwig
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2021-02-08module: use RCU to synchronize find_moduleChristoph Hellwig
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-07module: drop semicolon from version macroJohan Hovold
2020-11-25module: simplify version-attribute handlingJohan Hovold
2020-11-25module: drop version-attribute alignmentJohan Hovold
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-10-28module: use hidden visibility for weak symbol referencesArd Biesheuvel
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf
2020-08-05modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig
2020-08-01modules: return licensing information from find_symbolChristoph Hellwig
2020-08-01modules: rename the licence field in struct symsearch to licenseChristoph Hellwig
2020-08-01modules: mark each_symbol_section staticChristoph Hellwig
2020-08-01modules: mark find_symbol staticChristoph Hellwig
2020-08-01modules: mark ref_module staticChristoph Hellwig
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-23module.h: Annotate mod_kallsyms with __rcuMadhuparna Bhowmik
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-11-27module: Remove set_all_modules_text_*()Peter Zijlstra
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-22modules: make MODULE_IMPORT_NS() work even when modular builds are disabledLinus Torvalds
2019-09-10module: add support for symbol namespaces.Matthias Maennich
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov
2019-05-02module: add stubs for within_module functionsTri Vo
2019-03-28kallsyms: store type information in its own arrayEugene Loh
2019-03-27x86/ima: require signed kernel modulesMimi Zohar