summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-06-051-4/+2Star
* | 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/+1Star
|/
* 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
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-091-0/+5
|\ \
| * | x86/ima: require signed kernel modulesMimi Zohar2019-03-271-0/+5
| |/
* | modules: Use vmalloc special flagRick Edgecombe2019-04-301-38/+39
* | x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-04-301-0/+5
|/
* dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-081-2/+0Star
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-081-3/+1Star
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-291-2/+4
|\
| * kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+5
|\ \
| * | bpf: support raw tracepoints in modulesMatt Mullins2018-12-181-0/+5
| |/
* | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-51/+72
|\ \
| * | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-141-16/+27
| * | module: Overwrite st_size instead of st_infoVincent Whitchurch2018-12-141-2/+2
| * | module: make it clearer when we're handling kallsyms symbols vs exported symbolsJessica Yu2018-11-291-34/+44
| |/
* / modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-7/+7
|/
* jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-271-0/+9
* 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/+66Star
|\
| * kernel/module: Use kmemdup to replace kmalloc+memcpyzhong jiang2018-08-021-4/+2Star
| * modsign: log module name in the event of an errorJessica Yu2018-07-021-21/+1Star
| * module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-251-4/+2Star
| * 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/+1Star
|\
| * module: Allow to always show the status of modsignJia Zhang2018-04-161-2/+0Star
| * 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-071-2/+1Star
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1Star
* | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-121-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-031-4/+0Star
|\
| * mm: remove blackfin MPU supportArnd Bergmann2018-03-161-4/+0Star
* | 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/+1Star
|\