summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-5/+9
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2021-05-111-0/+26
* modules: return licensing information from find_symbolChristoph Hellwig2021-05-111-5/+11
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2021-05-111-2/+2
* modules: unexport __module_addressChristoph Hellwig2021-05-111-1/+0
* modules: unexport __module_text_addressChristoph Hellwig2021-05-111-1/+0
* modules: mark each_symbol_section staticChristoph Hellwig2021-05-111-2/+1
* modules: mark find_symbol staticChristoph Hellwig2021-05-111-2/+1
* modules: mark ref_module staticChristoph Hellwig2021-05-111-4/+2
* module: harden ELF info handlingFrank van der Linden2021-04-071-18/+125
* module: avoid *goto*s in module_sig_check()Sergey Shtylyov2021-04-071-10/+10
* module: merge repetitive strings in module_sig_check()Sergey Shtylyov2021-04-071-4/+5
* modsign: print module name along with error messageJessica Yu2021-04-071-1/+1
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-041-2/+19
* module: delay kobject uevent until after module init callJessica Yu2021-01-061-2/+3
* module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-061-0/+1
* module: statically initialize init section freeing dataDaniel Jordan2020-10-291-10/+3
* module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)2020-10-011-5/+1
* tracing: Verify if trace array exists before destroying it.Divya Indi2020-10-011-1/+5
* module: Correctly truncate sysfs sections outputKees Cook2020-08-211-3/+19
* module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-161-3/+3
* module: Refactor section attr into bin attributeKees Cook2020-07-161-21/+24
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-161-1/+1
* module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu2020-02-241-5/+4
* modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu2020-02-241-3/+6
* kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-02-241-0/+2
* kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2020-01-091-0/+2
* 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
| * | module: allow arch overrides for .exit section namesMatthias Schiffer2019-06-241-1/+6
| * | modules: fix BUG when load module with rodata=nYang Yingliang2019-06-241-4/+7
| * | kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-06-141-5/+17
| * | kernel: module: Use struct_size() helperGustavo A. R. Silva2019-06-071-2/+1
| * | kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-06-051-4/+2
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-281-0/+5
|\ \ \ | |_|/ |/| |
| * | srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-281-0/+5
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
|/
* Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-7/+14
|\
| * kallsyms: store type information in its own arrayEugene Loh2019-03-281-7/+14