index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
module.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
1
-1
/
+1
2022-07-12
kunit: unify module and builtin suite definitions
Jeremy Kerr
1
-0
/
+5
2022-05-12
module.h: simplify MODULE_IMPORT_NS
Greg Kroah-Hartman
1
-2
/
+1
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
1
-0
/
+8
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
1
-5
/
+7
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
1
-6
/
+3
2022-01-17
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2022-01-12
module.h: allow #define strings to work with MODULE_IMPORT_NS
Greg Kroah-Hartman
1
-1
/
+2
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-3
/
+3
2021-07-19
printk: Userspace format indexing support
Chris Down
1
-0
/
+5
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
1
-1
/
+8
2021-04-09
add support for Clang CFI
Sami Tolvanen
1
-2
/
+11
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-3
/
+0
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
1
-12
/
+0
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
1
-5
/
+0
2021-02-08
module: move struct symsearch to module.c
Christoph Hellwig
1
-11
/
+0
2021-02-08
module: mark module_mutex static
Christoph Hellwig
1
-2
/
+0
2021-02-08
kallsyms: only build {,module_}kallsyms_on_each_symbol when required
Christoph Hellwig
1
-12
/
+4
2021-02-08
module: use RCU to synchronize find_module
Christoph Hellwig
1
-1
/
+1
2020-12-18
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+14
2020-12-07
module: drop semicolon from version macro
Johan Hovold
1
-1
/
+1
2020-11-25
module: simplify version-attribute handling
Johan Hovold
1
-13
/
+13
2020-11-25
module: drop version-attribute alignment
Johan Hovold
1
-1
/
+1
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+4
2020-11-11
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
1
-0
/
+4
2020-10-28
module: use hidden visibility for weak symbol references
Ard Biesheuvel
1
-1
/
+1
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-09-01
static_call: Add inline static call infrastructure
Josh Poimboeuf
1
-0
/
+5
2020-08-05
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
1
-0
/
+1
2020-08-01
modules: return licensing information from find_symbol
Christoph Hellwig
1
-1
/
+1
2020-08-01
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
1
-1
/
+1
2020-08-01
modules: mark each_symbol_section static
Christoph Hellwig
1
-9
/
+0
2020-08-01
modules: mark find_symbol static
Christoph Hellwig
1
-11
/
+0
2020-08-01
modules: mark ref_module static
Christoph Hellwig
1
-1
/
+0
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
1
-8
/
+0
2020-05-19
kprobes: Prevent probes in .noinstr.text section
Thomas Gleixner
1
-0
/
+2
2020-05-12
kprobes: Support NOKPROBE_SYMBOL() in modules
Masami Hiramatsu
1
-0
/
+2
2020-05-12
kprobes: Support __kprobes blacklist in modules
Masami Hiramatsu
1
-0
/
+4
2020-05-08
module: Make module_enable_ro() static again
Josh Poimboeuf
1
-6
/
+0
2020-05-08
module: Remove module_disable_ro()
Josh Poimboeuf
1
-2
/
+0
2020-02-01
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+11
2020-01-31
Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2020-01-23
module.h: Annotate mod_kallsyms with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-01-06
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
1
-1
/
+11
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
1
-2
/
+5
2019-11-27
module: Remove set_all_modules_text_*()
Peter Zijlstra
1
-4
/
+0
2019-11-14
export,module: add SPDX GPL-2.0 license identifier to headers with no license
Masahiro Yamada
1
-2
/
+5
2019-09-28
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+0
2019-09-22
modules: make MODULE_IMPORT_NS() work even when modular builds are disabled
Linus Torvalds
1
-2
/
+2
2019-09-10
module: add support for symbol namespaces.
Matthias Maennich
1
-0
/
+2
[next]