aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsGravatar Maninder Singh 1-9/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-33/+108
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-53/+74
2023-04-05kallsyms: move module-related functions under correct configsGravatar Viktor Malik 1-61/+74
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Gravatar Zhen Lei 1-4/+2
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerGravatar Viktor Malik 1-0/+8
2023-03-10kernel/module: add documentation for try_module_get()Gravatar Luis Chamberlain 1-2/+38
2023-03-09dyndbg: use the module notifier callbacksGravatar Jason Baron 1-0/+4
2023-03-09module: make module_ktype structure constantGravatar Thomas Weißschuh 1-1/+1
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 1-26/+63
2023-03-09livepatch: fix ELF typosGravatar Alexey Dobriyan 1-3/+3
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+8
2023-02-06module.h: Document klp_modinfo struct using kdocGravatar Marcos Paulo de Souza 1-0/+8
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Gravatar Zhen Lei 1-2/+4
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+9
2022-11-11module: remove redundant module_sysfs_initialized variableGravatar Rasmus Villemoes 1-1/+0
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableGravatar Jiri Olsa 1-0/+9
2022-09-26cfi: Switch to -fsanitize=kcfiGravatar Sami Tolvanen 1-3/+3
2022-09-26cfi: Drop __CFI_ADDRESSABLEGravatar Sami Tolvanen 1-2/+2
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesGravatar Daniel Latypov 1-1/+1
2022-07-11kunit: unify module and builtin suite definitionsGravatar Jeremy Kerr 1-0/+5
2022-05-12module.h: simplify MODULE_IMPORT_NSGravatar Greg Kroah-Hartman 1-2/+1
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCGravatar Christophe Leroy 1-0/+8
2022-04-05module: Move extra signature support out of core codeGravatar Aaron Tomlin 1-5/+7
2022-04-05module: Move livepatch support to a separate fileGravatar Aaron Tomlin 1-6/+3
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2022-01-11module.h: allow #define strings to work with MODULE_IMPORT_NSGravatar Greg Kroah-Hartman 1-1/+2
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitGravatar Eric W. Biederman 1-3/+3
2021-07-19printk: Userspace format indexing supportGravatar Chris Down 1-0/+5
2021-07-08module: add printk formats to add module build ID to stacktracesGravatar Stephen Boyd 1-1/+8
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-2/+11
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-3/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-12/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 1-5/+0
2021-02-08module: move struct symsearch to module.cGravatar Christoph Hellwig 1-11/+0
2021-02-08module: mark module_mutex staticGravatar Christoph Hellwig 1-2/+0
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredGravatar Christoph Hellwig 1-12/+4
2021-02-08module: use RCU to synchronize find_moduleGravatar Christoph Hellwig 1-1/+1
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-14/+14
2020-12-07module: drop semicolon from version macroGravatar Johan Hovold 1-1/+1
2020-11-25module: simplify version-attribute handlingGravatar Johan Hovold 1-13/+13
2020-11-25module: drop version-attribute alignmentGravatar Johan Hovold 1-1/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+4
2020-11-10bpf: Load and verify kernel module BTFsGravatar Andrii Nakryiko 1-0/+4
2020-10-28module: use hidden visibility for weak symbol referencesGravatar Ard Biesheuvel 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-09-01static_call: Add inline static call infrastructureGravatar Josh Poimboeuf 1-0/+5
2020-08-05modules: inherit TAINT_PROPRIETARY_MODULEGravatar Christoph Hellwig 1-0/+1
2020-08-01modules: return licensing information from find_symbolGravatar Christoph Hellwig 1-1/+1
2020-08-01modules: rename the licence field in struct symsearch to licenseGravatar Christoph Hellwig 1-1/+1