aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19printk: Userspace format indexing supportChris Down1-0/+5
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd1-1/+8
2021-04-08add support for Clang CFISami Tolvanen1-2/+11
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-3/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig1-12/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig1-5/+0
2021-02-08module: move struct symsearch to module.cChristoph Hellwig1-11/+0
2021-02-08module: mark module_mutex staticChristoph Hellwig1-2/+0
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig1-12/+4
2021-02-08module: use RCU to synchronize find_moduleChristoph Hellwig1-1/+1
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-14/+14
2020-12-07module: drop semicolon from version macroJohan Hovold1-1/+1
2020-11-25module: simplify version-attribute handlingJohan Hovold1-13/+13
2020-11-25module: drop version-attribute alignmentJohan Hovold1-1/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko1-0/+4
2020-10-28module: use hidden visibility for weak symbol referencesArd Biesheuvel1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+5
2020-08-05modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig1-0/+1
2020-08-01modules: return licensing information from find_symbolChristoph Hellwig1-1/+1
2020-08-01modules: rename the licence field in struct symsearch to licenseChristoph Hellwig1-1/+1
2020-08-01modules: mark each_symbol_section staticChristoph Hellwig1-9/+0
2020-08-01modules: mark find_symbol staticChristoph Hellwig1-11/+0
2020-08-01modules: mark ref_module staticChristoph Hellwig1-1/+0
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-8/+0
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner1-0/+2
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu1-0/+2
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu1-0/+4
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf1-6/+0
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf1-2/+0
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+11
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2020-01-23module.h: Annotate mod_kallsyms with __rcuMadhuparna Bhowmik1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada1-1/+11
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-2/+5
2019-11-27module: Remove set_all_modules_text_*()Peter Zijlstra1-4/+0
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada1-2/+5
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-3/+0
2019-09-22modules: make MODULE_IMPORT_NS() work even when modular builds are disabledLinus Torvalds1-2/+2
2019-09-10module: add support for symbol namespaces.Matthias Maennich1-0/+2
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann1-3/+0
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney1-0/+5
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-0/+12
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+5
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov1-0/+1
2019-05-02module: add stubs for within_module functionsTri Vo1-0/+17
2019-03-28kallsyms: store type information in its own arrayEugene Loh1-0/+1
2019-03-27x86/ima: require signed kernel modulesMimi Zohar1-0/+5