summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+0
2025-07-31module: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LENPetr Pavlu1-1/+1
2025-07-31module: make structure definitions always visibleThomas Weißschuh1-10/+10
2025-07-31module: move 'struct module_use' to internal.hThomas Weißschuh1-7/+0
2025-07-31Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+1
2025-07-31Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+4
2025-07-30Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados1-1/+0
2025-07-23tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+1
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)1-0/+4
2025-06-24module: remove meaningless 'name' parameter from __MODULE_INFO()Masahiro Yamada1-3/+0
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