summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-12/+11
|\
| * module: statically initialize init section freeing dataDaniel Jordan2020-10-121-10/+3
| * module: Add more error message for failed kernel module loadingQu Wenruo2020-09-021-2/+8
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-9/+15
|\ \
| * | fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-1/+1
| * | module: Call security_kernel_post_load_data()Kees Cook2020-10-051-4/+10
| * | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-051-1/+1
| * | fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-051-1/+1
| * | fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-051-4/+3
| * | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
| * | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-1/+1
| |/
* | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+5
* | module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra2020-09-011-3/+7
|/
* Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-141-17/+43
|\
| * modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2020-08-051-0/+26
| * modules: return licensing information from find_symbolChristoph Hellwig2020-08-011-5/+11
| * modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2020-08-011-2/+2
| * modules: unexport __module_addressChristoph Hellwig2020-08-011-1/+0
| * modules: unexport __module_text_addressChristoph Hellwig2020-08-011-1/+0
| * modules: mark each_symbol_section staticChristoph Hellwig2020-08-011-2/+1
| * modules: mark find_symbol staticChristoph Hellwig2020-08-011-2/+1
| * modules: mark ref_module staticChristoph Hellwig2020-08-011-4/+2
* | Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2020-08-071-3/+19
|\ \
| * | module: Correctly truncate sysfs sections outputKees Cook2020-08-071-3/+19
* | | dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-1/+1
|/ /
* | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-24/+27
|\ \
| * | module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-081-3/+3
| * | module: Refactor section attr into bin attributeKees Cook2020-07-081-21/+24
| * | kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-081-1/+1
| |/
* | vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-031-1/+1
* | mm: remove vmalloc_execChristoph Hellwig2020-06-261-1/+3
|/
* 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