summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
|\
| * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* | Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-1/+1
|\ \ | |/ |/|
| * kernel/module: improve documentation for try_module_get()Marco Pagani2023-12-211-1/+1
* | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-0/+2
|/
* kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-261-9/+0
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-33/+108
|\
| * kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2023-03-191-4/+2
| * kernel/module: add documentation for try_module_get()Luis Chamberlain2023-03-101-2/+38
| * dyndbg: use the module notifier callbacksJason Baron2023-03-091-0/+4
| * module: make module_ktype structure constantThomas Weißschuh2023-03-091-1/+1
| * module: replace module_layout with module_memorySong Liu2023-03-091-26/+63
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-53/+74
|\ \
| * | kallsyms: move module-related functions under correct configsViktor Malik2023-04-051-61/+74
| * | kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik2023-03-171-0/+8
| |/
* / livepatch: fix ELF typosAlexey Dobriyan2023-03-091-3/+3
|/
* Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-231-0/+8
|\
| * module.h: Document klp_modinfo struct using kdocMarcos Paulo de Souza2023-02-061-0/+8
* | livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-2/+4
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-0/+9
|\
| * kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa2022-10-251-0/+9
* | module: remove redundant module_sysfs_initialized variableRasmus Villemoes2022-11-111-1/+0
|/
* cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-3/+3
* cfi: Drop __CFI_ADDRESSABLESami Tolvanen2022-09-261-2/+2
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-1/+1
* kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-111-0/+5
* module.h: simplify MODULE_IMPORT_NSGreg Kroah-Hartman2022-05-121-2/+1
* module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-051-0/+8
* module: Move extra signature support out of core codeAaron Tomlin2022-04-051-5/+7
* module: Move livepatch support to a separate fileAaron Tomlin2022-04-051-6/+3
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-171-1/+2
|\
| * module.h: allow #define strings to work with MODULE_IMPORT_NSGreg Kroah-Hartman2022-01-111-1/+2
* | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-3/+3
|/
* printk: Userspace format indexing supportChris Down2021-07-191-0/+5
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-081-1/+8
* add support for Clang CFISami Tolvanen2021-04-081-2/+11
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-3/+0
* module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-12/+0
* module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-5/+0
* module: move struct symsearch to module.cChristoph Hellwig2021-02-081-11/+0
* module: mark module_mutex staticChristoph Hellwig2021-02-081-2/+0
* kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-081-12/+4
* module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-081-1/+1
* Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-14/+14
|\
| * module: drop semicolon from version macroJohan Hovold2020-12-071-1/+1
| * module: simplify version-attribute handlingJohan Hovold2020-11-251-13/+13
| * module: drop version-attribute alignmentJohan Hovold2020-11-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+4
|\ \
| * | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+4
* | | module: use hidden visibility for weak symbol referencesArd Biesheuvel2020-10-281-1/+1
| |/ |/|