summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig2020-06-081-8/+0
* Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-051-10/+40
|\
| * module: Harden STRICT_MODULE_RWXPeter Zijlstra2020-04-211-0/+24
| * module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefsJessica Yu2020-04-171-11/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-18/+8
|\ \
| * | module: Make module_enable_ro() static againJosh Poimboeuf2020-05-081-1/+2
| * | module: Remove module_disable_ro()Josh Poimboeuf2020-05-081-13/+0
| * | livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf2020-05-081-4/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+3
|\ \
| * | kernel/module: Hide vermagic header file from general useLeon Romanovsky2020-04-211-0/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-2/+1
|\ \
| * | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-011-2/+7
|\ \
| * | ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch2020-05-191-2/+7
| |/
* | kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner2020-05-191-0/+3
* | kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu2020-05-121-0/+3
* | kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu2020-05-121-0/+4
|/
* Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-091-2/+2
|\
| * kernel: module: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-2/+2
* | proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-0/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+6
* Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-9/+13
|\
| * module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu2020-01-201-5/+4
| * modsign: print module name along with error messageJessica Yu2020-01-151-1/+1
| * kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-01-081-0/+2
| * modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu2019-12-091-3/+6
* | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-43/+0
|\ \
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-2/+8
| |\|
| * | module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-43/+0
* | | Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-12-111-5/+1
|\ \ \ | |_|/ |/| |
| * | module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)2019-12-101-5/+1
* | | Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-051-1/+3
|\ \ \
| * | | kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-11-151-0/+2
| * | | export: avoid code duplication in include/linux/export.hMasahiro Yamada2019-10-281-1/+1
* | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-1/+5
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | tracing: Verify if trace array exists before destroying it.Divya Indi2019-11-131-1/+5
| |/
* / module/ftrace: handle patchable-function-entryMark Rutland2019-11-061-1/+1
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-7/+30
|\
| * lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-191-7/+30
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-0/+1
|\ \
| * | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-0/+1
* | | module: remove unneeded casts in cmp_name()Masahiro Yamada2019-09-111-5/+2
* | | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-0/+2
* | | module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich2019-09-101-2/+9
* | | module: add support for symbol namespaces.Matthias Maennich2019-09-101-0/+43
* | | module: support reading multiple values per modinfo tagMatthias Maennich2019-09-101-2/+15
* | | modules: page-align module section allocations only for arches supporting str...He Zhe2019-08-211-1/+6
* | | modules: always page-align module section allocationsJessica Yu2019-07-301-6/+1
|/ /
* | Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-19/+41
|\ \
| * | modules: fix compile error if don't have strict module rwxYang Yingliang2019-06-261-4/+9