aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-8/+0
2020-05-19kprobes: Prevent probes in .noinstr.text sectionGravatar Thomas Gleixner 1-0/+2
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesGravatar Masami Hiramatsu 1-0/+2
2020-05-12kprobes: Support __kprobes blacklist in modulesGravatar Masami Hiramatsu 1-0/+4
2020-05-08module: Make module_enable_ro() static againGravatar Josh Poimboeuf 1-6/+0
2020-05-08module: Remove module_disable_ro()Gravatar Josh Poimboeuf 1-2/+0
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+11
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-01-23module.h: Annotate mod_kallsyms with __rcuGravatar Madhuparna Bhowmik 1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confGravatar Masahiro Yamada 1-1/+11
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsGravatar Ingo Molnar 1-2/+5
2019-11-27module: Remove set_all_modules_text_*()Gravatar Peter Zijlstra 1-4/+0
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseGravatar Masahiro Yamada 1-2/+5
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+0
2019-09-22modules: make MODULE_IMPORT_NS() work even when modular builds are disabledGravatar Linus Torvalds 1-2/+2
2019-09-10module: add support for symbol namespaces.Gravatar Matthias Maennich 1-0/+2
2019-08-05MODSIGN: Export module signature definitionsGravatar Thiago Jung Bauermann 1-3/+0
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesGravatar Paul E. McKenney 1-0/+5
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+12
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-05-07moduleparam: Save information about built-in modules in separate fileGravatar Alexey Gladkov 1-0/+1
2019-05-02module: add stubs for within_module functionsGravatar Tri Vo 1-0/+17
2019-03-28kallsyms: store type information in its own arrayGravatar Eugene Loh 1-0/+1
2019-03-27x86/ima: require signed kernel modulesGravatar Mimi Zohar 1-0/+5
2019-03-20vfs: Implement logging through fs_contextGravatar David Howells 1-0/+6
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+17
2019-02-15include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleGravatar Miguel Ojeda 1-2/+2
2019-02-11module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosityGravatar Thomas Gleixner 1-1/+17
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEGravatar WANG Chao 1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2018-12-18bpf: support raw tracepoints in modulesGravatar Matt Mullins 1-0/+4
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Gravatar Vincent Whitchurch 1-0/+7
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2018-10-17tracepoint: Fix tracepoint array element size mismatchGravatar Mathieu Desnoyers 1-1/+2
2018-10-10LSM: Convert from initcall to struct lsm_infoGravatar Kees Cook 1-1/+0
2018-06-25module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalGravatar Masahiro Yamada 1-2/+2
2018-02-06kernel/module: module_is_live can be booleanGravatar Yaowei Bai 1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-0/+10
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2018-01-26module/retpoline: Warn about missing retpoline in moduleGravatar Andi Kleen 1-0/+9
2018-01-12error-injection: Add injectable error typesGravatar Masami Hiramatsu 1-1/+2
2018-01-12error-injection: Separate error-injection from kprobeGravatar Masami Hiramatsu 1-3/+3
2018-01-09sections: split dereference_function_descriptor()Gravatar Sergey Senozhatsky 1-0/+10
2017-12-12add infrastructure for tagging functions as error injectableGravatar Josef Bacik 1-0/+5
2017-11-08module: export module signature enforcement statusGravatar Bruno E. O. Meneguele 1-0/+7
2017-07-29module: Remove const attribute from alias for MODULE_DEVICE_TABLEGravatar Matthias Kaehlcke 1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2