summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-2/+13
2023-02-06module: Don't wait for GOING modulesPetr Pavlu1-5/+21
2022-02-23module/ftrace: handle patchable-function-entryMark Rutland1-1/+1
2022-02-23Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv1-20/+5
2021-06-30module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-05-11modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig1-0/+26
2021-05-11modules: return licensing information from find_symbolChristoph Hellwig1-5/+11
2021-05-11modules: rename the licence field in struct symsearch to licenseChristoph Hellwig1-2/+2
2021-05-11modules: unexport __module_addressChristoph Hellwig1-1/+0
2021-05-11modules: unexport __module_text_addressChristoph Hellwig1-1/+0
2021-05-11modules: mark each_symbol_section staticChristoph Hellwig1-2/+1
2021-05-11modules: mark find_symbol staticChristoph Hellwig1-2/+1
2021-05-11modules: mark ref_module staticChristoph Hellwig1-4/+2
2021-04-07module: harden ELF info handlingFrank van der Linden1-18/+125
2021-04-07module: avoid *goto*s in module_sig_check()Sergey Shtylyov1-10/+10
2021-04-07module: merge repetitive strings in module_sig_check()Sergey Shtylyov1-4/+5
2021-04-07modsign: print module name along with error messageJessica Yu1-1/+1
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song1-2/+19
2021-01-06module: delay kobject uevent until after module init callJessica Yu1-2/+3
2021-01-06module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes1-0/+1
2020-10-29module: statically initialize init section freeing dataDaniel Jordan1-10/+3
2020-10-01module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)1-5/+1
2020-10-01tracing: Verify if trace array exists before destroying it.Divya Indi1-1/+5
2020-08-21module: Correctly truncate sysfs sections outputKees Cook1-3/+19
2020-07-16module: Do not expose section addresses to non-CAP_SYSLOGKees Cook1-3/+3
2020-07-16module: Refactor section attr into bin attributeKees Cook1-21/+24
2020-07-16kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-1/+1
2020-02-24module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu1-5/+4
2020-02-24modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu1-3/+6
2020-02-24kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing1-0/+2
2020-01-09kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+30
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-09-11module: remove unneeded casts in cmp_name()Masahiro Yamada1-5/+2
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon1-0/+2
2019-09-10module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich1-2/+9
2019-09-10module: add support for symbol namespaces.Matthias Maennich1-0/+43
2019-09-10module: support reading multiple values per modinfo tagMatthias Maennich1-2/+15
2019-08-21modules: page-align module section allocations only for arches supporting str...He Zhe1-1/+6
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells1-7/+30
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann1-0/+1
2019-07-30modules: always page-align module section allocationsJessica Yu1-6/+1
2019-07-18Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+41
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+5
2019-06-26modules: fix compile error if don't have strict module rwxYang Yingliang1-4/+9
2019-06-24module: allow arch overrides for .exit section namesMatthias Schiffer1-1/+6
2019-06-24modules: fix BUG when load module with rodata=nYang Yingliang1-4/+7
2019-06-14kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing1-5/+17
2019-06-07kernel: module: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-05kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava1-4/+2