summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-83/+117
|\
| * module: delay kobject uevent until after module init callJessica Yu2020-12-091-2/+3
| * module: fix comment styleSergey Shtylyov2020-11-091-43/+74
| * module: add more 'kernel-doc' commentsSergey Shtylyov2020-11-091-8/+8
| * module: fix up 'kernel-doc' commentsSergey Shtylyov2020-11-091-6/+4
| * module: only handle errors with the *switch* statement in module_sig_check()Sergey Shtylyov2020-11-041-12/+14
| * module: avoid *goto*s in module_sig_check()Sergey Shtylyov2020-11-041-10/+10
| * module: merge repetitive strings in module_sig_check()Sergey Shtylyov2020-11-041-4/+5
| * module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2020-10-291-0/+1
* | bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko2020-12-031-1/+0
* | bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko2020-11-251-0/+5
* | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+32
|/
* 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