index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
module.h
Age
Commit message (
Expand
)
Author
2024-01-05
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
2022-09-26
cfi: Switch to -fsanitize=kcfi
Sami Tolvanen
2022-09-26
cfi: Drop __CFI_ADDRESSABLE
Sami Tolvanen
2022-07-11
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
2022-07-11
kunit: unify module and builtin suite definitions
Jeremy Kerr
2022-05-12
module.h: simplify MODULE_IMPORT_NS
Greg Kroah-Hartman
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
2022-01-17
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-01-11
module.h: allow #define strings to work with MODULE_IMPORT_NS
Greg Kroah-Hartman
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
2021-07-19
printk: Userspace format indexing support
Chris Down
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
2021-04-08
add support for Clang CFI
Sami Tolvanen
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-02-08
module: move struct symsearch to module.c
Christoph Hellwig
2021-02-08
module: mark module_mutex static
Christoph Hellwig
2021-02-08
kallsyms: only build {,module_}kallsyms_on_each_symbol when required
Christoph Hellwig
2021-02-08
module: use RCU to synchronize find_module
Christoph Hellwig
2020-12-17
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-07
module: drop semicolon from version macro
Johan Hovold
2020-11-25
module: simplify version-attribute handling
Johan Hovold
2020-11-25
module: drop version-attribute alignment
Johan Hovold
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-10
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
2020-10-28
module: use hidden visibility for weak symbol references
Ard Biesheuvel
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-09-01
static_call: Add inline static call infrastructure
Josh Poimboeuf
2020-08-05
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
2020-08-01
modules: return licensing information from find_symbol
Christoph Hellwig
2020-08-01
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
2020-08-01
modules: mark each_symbol_section static
Christoph Hellwig
2020-08-01
modules: mark find_symbol static
Christoph Hellwig
2020-08-01
modules: mark ref_module static
Christoph Hellwig
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
2020-05-19
kprobes: Prevent probes in .noinstr.text section
Thomas Gleixner
2020-05-12
kprobes: Support NOKPROBE_SYMBOL() in modules
Masami Hiramatsu
2020-05-12
kprobes: Support __kprobes blacklist in modules
Masami Hiramatsu
2020-05-08
module: Make module_enable_ro() static again
Josh Poimboeuf
2020-05-08
module: Remove module_disable_ro()
Josh Poimboeuf
2020-02-01
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-01-31
Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-01-23
module.h: Annotate mod_kallsyms with __rcu
Madhuparna Bhowmik
2020-01-07
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
2019-11-27
module: Remove set_all_modules_text_*()
Peter Zijlstra
2019-11-14
export,module: add SPDX GPL-2.0 license identifier to headers with no license
Masahiro Yamada
[next]