summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2Star
* 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/+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
|\
| * ftrace/module: Move ftrace_release_mod() to ddebug_cleanup labelNamit Gupta2018-01-151-6/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-0/+6
|\ \
| * | sections: split dereference_function_descriptor()Sergey Senozhatsky2018-01-091-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+5
|\ \ \
| * | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-131-4/+4
| * | | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-121-1/+5
| | |/ | |/|
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-0/+11
|\ \ \ | |/ / |/| |
| * | module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+11
* | | kallsyms: take advantage of the new '%px' formatLinus Torvalds2017-11-291-3/+3
| |/ |/|
* | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-0/+2
|\ \
| * | ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-051-1/+1
| * | ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-051-0/+2
| |/
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+1Star
|\ \
| * | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1Star
| |/
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-131-0/+10
|\ \
| * | module: export module signature enforcement statusBruno E. O. Meneguele2017-11-081-0/+10
| |/
* | /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-131-2/+18
* | modules: make sysfs attribute files readable by owner onlyLinus Torvalds2017-11-131-1/+1
|/
* module: fix ddebug_remove_module()Zhou Chengming2017-07-251-6/+6
* Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-131-31/+54
|\
| * module: make the modinfo name constLuis R. Rodriguez2017-06-291-2/+2
| * module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez2017-06-271-1/+1
| * kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe2017-06-261-10/+20
| * module: Add module name to modinfoKees Cook2017-05-231-7/+22
| * module: Pass struct load_info into symbol checksKees Cook2017-05-231-12/+10Star