index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
module.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+9
2026-01-20
module: add helper function for reading module_buildid()
Petr Mladek
1
-0
/
+9
2025-12-22
module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
Coiby Xu
1
-6
/
+6
2025-12-22
module: Remove unused __INIT*_OR_MODULE macros
Petr Pavlu
1
-6
/
+0
2025-10-22
module: Fix device table module aliases
Josh Poimboeuf
1
-1
/
+2
2025-09-24
modpost: Create modalias for builtin modules
Alexey Gladkov
1
-4
/
+0
2025-09-24
modpost: Add modname to mod_device_table alias
Alexey Gladkov
1
-1
/
+13
2025-08-06
Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-3
/
+0
2025-07-31
module: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LEN
Petr Pavlu
1
-1
/
+1
2025-07-31
module: make structure definitions always visible
Thomas Weißschuh
1
-10
/
+10
2025-07-31
module: move 'struct module_use' to internal.h
Thomas Weißschuh
1
-7
/
+0
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+1
2025-07-30
Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+4
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-1
/
+0
2025-07-23
module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
Joel Granados
1
-1
/
+0
2025-07-22
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
1
-1
/
+1
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
1
-0
/
+4
2025-06-24
module: remove meaningless 'name' parameter from __MODULE_INFO()
Masahiro Yamada
1
-3
/
+0
2025-06-11
x86/its: move its_pages array to struct mod_arch_specific
Mike Rapoport (Microsoft)
1
-5
/
+0
2025-06-06
module: make __mod_device_table__* symbols static
Masahiro Yamada
1
-2
/
+2
2025-05-09
x86/its: Use dynamic thunks for indirect branches
Peter Zijlstra
1
-0
/
+5
2025-04-16
kernel: globalize lookup_or_create_module_kobject()
Shyam Saini
1
-0
/
+2
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+6
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-1
/
+1
2025-03-28
module: Add module_for_each_mod() function
Steven Rostedt
1
-0
/
+6
2025-03-10
module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
1
-1
/
+1
2025-02-14
Merge branch 'x86/mm'
Peter Zijlstra
1
-16
/
+0
2025-02-06
kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
1
-1
/
+4
2025-02-03
module: drop unused module_writable_address()
Mike Rapoport (Microsoft)
1
-10
/
+0
2025-02-03
module: switch to execmem API for remapping as RW and restoring ROX
Mike Rapoport (Microsoft)
1
-7
/
+1
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2025-01-26
module: Constify 'struct module_attribute'
Thomas Weißschuh
1
-4
/
+4
2025-01-26
module: Handle 'struct module_version_attribute' as const
Thomas Weißschuh
1
-1
/
+1
2025-01-12
module: fix writing of livepatch relocations in ROX text
Petr Pavlu
1
-1
/
+2
2025-01-10
module: get symbol CRC back to unsigned
Masahiro Yamada
1
-2
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2024-11-28
modpost: rename alias symbol for MODULE_DEVICE_TABLE()
Masahiro Yamada
1
-1
/
+1
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
1
-0
/
+16
2024-07-23
Merge tag 'modules-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-0
/
+6
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-0
/
+2
2024-06-30
module: create weak dependecies
Jose Ignacio Tornos Martinez
1
-0
/
+6
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-7
/
+7
2024-06-21
module, bpf: Store BTF base pointer in struct module
Alan Maguire
1
-0
/
+2
2024-05-14
kprobes: remove dependency on CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+9
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patches
Ingo Molnar
1
-1
/
+1
2024-01-10
Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-1
/
+1
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-1
/
+1
2023-12-21
kernel/module: improve documentation for try_module_get()
Marco Pagani
1
-1
/
+1
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
1
-0
/
+2
[next]