summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
5 daysmodule: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LENPetr Pavlu
5 daysmodule: make structure definitions always visibleThomas Weißschuh
5 daysmodule: move 'struct module_use' to internal.hThomas Weißschuh
5 daysMerge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
5 daysMerge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
6 daysMerge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
13 daysmodule: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
13 daystracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)
2025-06-06module: make __mod_device_table__* symbols staticMasahiro Yamada
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-28module: Add module_for_each_mod() functionSteven Rostedt
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior
2025-02-14Merge branch 'x86/mm'Peter Zijlstra
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2025-02-03module: drop unused module_writable_address()Mike Rapoport (Microsoft)
2025-02-03module: switch to execmem API for remapping as RW and restoring ROXMike Rapoport (Microsoft)
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-01-26module: Constify 'struct module_attribute'Thomas Weißschuh
2025-01-26module: Handle 'struct module_version_attribute' as constThomas Weißschuh
2025-01-12module: fix writing of livepatch relocations in ROX textPetr Pavlu
2025-01-10module: get symbol CRC back to unsignedMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada
2024-11-07module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)
2024-07-23Merge tag 'modules-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-06-30module: create weak dependeciesJose Ignacio Tornos Martinez
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-21module, bpf: Store BTF base pointer in struct moduleAlan Maguire
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
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