summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)1-5/+0
2025-06-05module: make __mod_device_table__* symbols staticMasahiro Yamada1-2/+2
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra1-0/+5
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini1-0/+2
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2025-03-31Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-03-28module: Add module_for_each_mod() functionSteven Rostedt1-0/+6
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior1-1/+1
2025-02-14Merge branch 'x86/mm'Peter Zijlstra1-16/+0
2025-02-05kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-1/+4
2025-02-03module: drop unused module_writable_address()Mike Rapoport (Microsoft)1-10/+0
2025-02-03module: switch to execmem API for remapping as RW and restoring ROXMike Rapoport (Microsoft)1-7/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2025-01-26module: Constify 'struct module_attribute'Thomas Weißschuh1-4/+4
2025-01-26module: Handle 'struct module_version_attribute' as constThomas Weißschuh1-1/+1
2025-01-13module: fix writing of livepatch relocations in ROX textPetr Pavlu1-1/+2
2025-01-10module: get symbol CRC back to unsignedMasahiro Yamada1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada1-1/+1
2024-11-08module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)1-0/+16
2024-07-23Merge tag 'modules-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2024-07-01module: create weak dependeciesJose Ignacio Tornos Martinez1-0/+6
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-7/+7
2024-06-22module, bpf: Store BTF base pointer in struct moduleAlan Maguire1-0/+2
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)1-0/+9
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-1/+1
2024-01-11Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-12-21kernel/module: improve documentation for try_module_get()Marco Pagani1-1/+1
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar1-0/+2
2023-05-27kallsyms: remove unsed API lookup_symbol_attrsManinder Singh1-9/+0
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+108
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-53/+74
2023-04-06kallsyms: move module-related functions under correct configsViktor Malik1-61/+74
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei1-4/+2
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik1-0/+8
2023-03-10kernel/module: add documentation for try_module_get()Luis Chamberlain1-2/+38
2023-03-09dyndbg: use the module notifier callbacksJason Baron1-0/+4
2023-03-09module: make module_ktype structure constantThomas Weißschuh1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-26/+63
2023-03-09livepatch: fix ELF typosAlexey Dobriyan1-3/+3
2023-02-24Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+8
2023-02-06module.h: Document klp_modinfo struct using kdocMarcos Paulo de Souza1-0/+8
2023-01-20livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei1-2/+4
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+9
2022-11-11module: remove redundant module_sysfs_initialized variableRasmus Villemoes1-1/+0
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-0/+9
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen1-3/+3