summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-231-20/+5
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-0/+9
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2021-05-221-0/+27
* modules: return licensing information from find_symbolChristoph Hellwig2021-05-221-5/+11
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2021-05-221-2/+2
* modules: unexport __module_addressChristoph Hellwig2021-05-221-1/+0
* modules: unexport __module_text_addressChristoph Hellwig2021-05-221-1/+0
* modules: mark each_symbol_section staticChristoph Hellwig2021-05-221-2/+1
* modules: mark find_symbol staticChristoph Hellwig2021-05-221-2/+1
* modules: mark ref_module staticChristoph Hellwig2021-05-221-4/+2
* 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: 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
* kernel: module: Use struct_size() helperGustavo A. R. Silva2020-07-161-2/+1
* 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
* kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-02-111-0/+2
* kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-12-171-0/+2
* modules: fix compile error if don't have strict module rwxYang Yingliang2019-09-191-3/+10
* modules: fix BUG when load module with rodata=nYang Yingliang2019-09-191-4/+7
* kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-09-161-5/+17
* modules: always page-align module section allocationsJessica Yu2019-09-161-6/+1
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-05-311-0/+5
* kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2019-02-121-2/+4
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-6/+26
* Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-171-77/+66
|\
| * kernel/module: Use kmemdup to replace kmalloc+memcpyzhong jiang2018-08-021-4/+2
| * modsign: log module name in the event of an errorJessica Yu2018-07-021-21/+1
| * module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-251-4/+2
| * module: print sensible error codeJason A. Donenfeld2018-06-251-2/+2
| * module: setup load info before module_sig_check()Jessica Yu2018-06-221-34/+43
| * module: make it clear when we're handling the module copy in info->hdrJessica Yu2018-06-221-21/+21
| * module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-06-181-1/+5
* | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-161-1/+1
|/
* Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-161-3/+1
|\
| * module: Allow to always show the status of modsignJia Zhang2018-04-161-2/+0
| * module: Do not access sig_enforce directlyJia Zhang2018-04-161-1/+1
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+5
|/ /
* / module: Fix display of wrong module .text addressThomas Richter2018-04-181-1/+2
|/
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-4/+0
|\
| * mm: remove blackfin MPU supportArnd Bergmann2018-03-161-4/+0
* | module: propagate error in modules_open()Leon Yu2018-03-081-1/+1
|/
* Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-6/+1
|\