aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-21kernel/module: improve documentation for try_module_get()Marco Pagani
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsManinder Singh
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-05kallsyms: move module-related functions under correct configsViktor Malik
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik
2023-03-10kernel/module: add documentation for try_module_get()Luis Chamberlain
2023-03-09dyndbg: use the module notifier callbacksJason Baron
2023-03-09module: make module_ktype structure constantThomas Weißschuh
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-09livepatch: fix ELF typosAlexey Dobriyan
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-06module.h: Document klp_modinfo struct using kdocMarcos Paulo de Souza
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-11module: remove redundant module_sysfs_initialized variableRasmus Villemoes
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen
2022-09-26cfi: Drop __CFI_ADDRESSABLESami Tolvanen
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr
2022-05-12module.h: simplify MODULE_IMPORT_NSGreg Kroah-Hartman
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy
2022-04-05module: Move extra signature support out of core codeAaron Tomlin
2022-04-05module: Move livepatch support to a separate fileAaron Tomlin
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-11module.h: allow #define strings to work with MODULE_IMPORT_NSGreg Kroah-Hartman
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
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