summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* printk: Userspace format indexing supportChris Down2021-07-191-0/+5
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-07-081-5/+37
* Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-071-3/+3
|\
| * module: correctly exit module_kallsyms_on_each_symbol when fn() != 0Jon Mediero2021-05-261-1/+2
| * kernel/module: Use BUG_ON instead of if condition followed by BUGzhouchuangao2021-05-141-2/+1
* | module: limit enabling module.sig_enforceMimi Zohar2021-06-221-5/+9
* | module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu2021-05-171-6/+11
|/
* Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-301-5/+4
|\
| * module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu2021-03-291-5/+4
* | add support for Clang CFISami Tolvanen2021-04-081-0/+43
|/
* module: potential uninitialized return in module_kallsyms_on_each_symbol()Dan Carpenter2021-02-101-1/+1
* module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-65/+6
* module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-27/+2
* module: move struct symsearch to module.cChristoph Hellwig2021-02-081-0/+11
* module: pass struct find_symbol_args to find_symbolChristoph Hellwig2021-02-081-61/+52
* module: merge each_symbol_section into find_symbolChristoph Hellwig2021-02-081-79/+69
* module: remove each_symbol_in_sectionChristoph Hellwig2021-02-081-22/+7
* module: mark module_mutex staticChristoph Hellwig2021-02-081-1/+1
* kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-081-0/+2
* kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig2021-02-081-9/+4
* module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-081-1/+0
* module: unexport find_module and module_mutexChristoph Hellwig2021-02-081-2/+0
* module: harden ELF info handlingFrank van der Linden2021-01-191-19/+124
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-01-181-2/+19
* 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
|\