summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
AgeCommit message (Expand)Author
2021-06-30module: limit enabling module.sig_enforceMimi Zohar
2021-05-11modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig
2021-05-11modules: return licensing information from find_symbolChristoph Hellwig
2021-05-11modules: rename the licence field in struct symsearch to licenseChristoph Hellwig
2021-05-11modules: unexport __module_addressChristoph Hellwig
2021-05-11modules: unexport __module_text_addressChristoph Hellwig
2021-05-11modules: mark each_symbol_section staticChristoph Hellwig
2021-05-11modules: mark find_symbol staticChristoph Hellwig
2021-05-11modules: mark ref_module staticChristoph Hellwig
2021-04-07module: harden ELF info handlingFrank van der Linden
2021-04-07module: avoid *goto*s in module_sig_check()Sergey Shtylyov
2021-04-07module: merge repetitive strings in module_sig_check()Sergey Shtylyov
2021-04-07modsign: print module name along with error messageJessica Yu
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song
2021-01-06module: delay kobject uevent until after module init callJessica Yu
2021-01-06module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes
2020-10-29module: statically initialize init section freeing dataDaniel Jordan
2020-10-01module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)
2020-10-01tracing: Verify if trace array exists before destroying it.Divya Indi
2020-08-21module: Correctly truncate sysfs sections outputKees Cook
2020-07-16module: Do not expose section addresses to non-CAP_SYSLOGKees Cook
2020-07-16module: Refactor section attr into bin attributeKees Cook
2020-07-16kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-02-24module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu
2020-02-24modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu
2020-02-24kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing
2020-01-09kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-11module: remove unneeded casts in cmp_name()Masahiro Yamada
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon
2019-09-10module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich
2019-09-10module: add support for symbol namespaces.Matthias Maennich
2019-09-10module: support reading multiple values per modinfo tagMatthias Maennich
2019-08-21modules: page-align module section allocations only for arches supporting str...He Zhe
2019-08-19lockdown: Enforce module signatures if the kernel is locked downDavid Howells
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann
2019-07-30modules: always page-align module section allocationsJessica Yu
2019-07-18Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-26modules: fix compile error if don't have strict module rwxYang Yingliang
2019-06-24module: allow arch overrides for .exit section namesMatthias Schiffer
2019-06-24modules: fix BUG when load module with rodata=nYang Yingliang
2019-06-14kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing
2019-06-07kernel: module: Use struct_size() helperGustavo A. R. Silva
2019-06-05kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds