summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-14/+14
|\
| * module: drop semicolon from version macroJohan Hovold2020-12-071-1/+1
| * module: simplify version-attribute handlingJohan Hovold2020-11-251-13/+13
| * module: drop version-attribute alignmentJohan Hovold2020-11-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+4
|\ \
| * | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+4
* | | module: use hidden visibility for weak symbol referencesArd Biesheuvel2020-10-281-1/+1
| |/ |/|
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
|/
* static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+5
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2020-08-051-0/+1
* modules: return licensing information from find_symbolChristoph Hellwig2020-08-011-1/+1
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2020-08-011-1/+1
* modules: mark each_symbol_section staticChristoph Hellwig2020-08-011-9/+0
* modules: mark find_symbol staticChristoph Hellwig2020-08-011-11/+0
* modules: mark ref_module staticChristoph Hellwig2020-08-011-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-8/+0
|\
| * module: Make module_enable_ro() static againJosh Poimboeuf2020-05-081-6/+0
| * module: Remove module_disable_ro()Josh Poimboeuf2020-05-081-2/+0
* | kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner2020-05-191-0/+2
* | kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu2020-05-121-0/+2
* | kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu2020-05-121-0/+4
|/
* Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-02-011-1/+11
|\
| * kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada2020-01-071-1/+11
* | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-1/+1
|\ \
| * | module.h: Annotate mod_kallsyms with __rcuMadhuparna Bhowmik2020-01-231-1/+1
| |/
* | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-2/+5
|\|
| * export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada2019-11-141-2/+5
* | module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-4/+0
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-3/+0
|\
| * MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-3/+0
* | modules: make MODULE_IMPORT_NS() work even when modular builds are disabledLinus Torvalds2019-09-221-2/+2
* | module: add support for symbol namespaces.Matthias Maennich2019-09-101-0/+2
|/
* srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-281-0/+5
* Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-0/+12
|\
| * module: add stubs for within_module functionsTri Vo2019-05-021-0/+17
| * kallsyms: store type information in its own arrayEugene Loh2019-03-281-0/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-091-0/+5
|\ \
| * | x86/ima: require signed kernel modulesMimi Zohar2019-03-271-0/+5
| |/
* | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-0/+1
|\ \
| * | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+1
| |/
* / vfs: Implement logging through fs_contextDavid Howells2019-03-201-0/+6
|/
* Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-1/+17
|\
| * module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosityThomas Gleixner2019-02-111-1/+17
* | include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-02-151-2/+2
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+4
|\
| * bpf: support raw tracepoints in modulesMatt Mullins2018-12-181-0/+4
* | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-141-0/+7
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\