summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-1/+1
* Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-031-20/+5
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-171-16/+29
|\
| * module: fix signature check failures when using in-kernel decompressionDmitry Torokhov2022-01-141-4/+5
| * module: add in-kernel support for decompressingDmitry Torokhov2022-01-111-11/+24
| * module: Remove outdated commentYu Chen2022-01-111-1/+0
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-3/+3
|\ \
| * | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-3/+3
| |/
* | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-161-0/+2
|\ \ | |/ |/|
| * livepatch: Avoid CPU hogging with cond_reschedDavid Vernet2022-01-071-0/+2
* | module: change to print useful messages from elf_validity_check()Shuah Khan2021-11-051-21/+54
* | module: fix validate_section_offset() overflow bug on 64-bitShuah Khan2021-11-051-0/+4
* | module: fix clang CFI with MODULE_UNLOAD=nArnd Bergmann2021-09-281-0/+2
|/
* 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
|\