index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
module.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-26
kallsyms: remove unsed API lookup_symbol_attrs
Maninder Singh
1
-9
/
+0
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-33
/
+108
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-53
/
+74
2023-04-05
kallsyms: move module-related functions under correct configs
Viktor Malik
1
-61
/
+74
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
1
-4
/
+2
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-0
/
+8
2023-03-10
kernel/module: add documentation for try_module_get()
Luis Chamberlain
1
-2
/
+38
2023-03-09
dyndbg: use the module notifier callbacks
Jason Baron
1
-0
/
+4
2023-03-09
module: make module_ktype structure constant
Thomas Weißschuh
1
-1
/
+1
2023-03-09
module: replace module_layout with module_memory
Song Liu
1
-26
/
+63
2023-03-09
livepatch: fix ELF typos
Alexey Dobriyan
1
-3
/
+3
2023-02-23
Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+8
2023-02-06
module.h: Document klp_modinfo struct using kdoc
Marcos Paulo de Souza
1
-0
/
+8
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
1
-2
/
+4
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+9
2022-11-11
module: remove redundant module_sysfs_initialized variable
Rasmus Villemoes
1
-1
/
+0
2022-10-25
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
1
-0
/
+9
2022-09-26
cfi: Switch to -fsanitize=kcfi
Sami Tolvanen
1
-3
/
+3
2022-09-26
cfi: Drop __CFI_ADDRESSABLE
Sami Tolvanen
1
-2
/
+2
2022-07-11
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
1
-1
/
+1
2022-07-11
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-11
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-08
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-17
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-10
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-25
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
[next]