summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-071-2/+0
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-071-3/+1
* 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-281-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/+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
|\
| * ftrace/module: Move ftrace_release_mod() to ddebug_cleanup labelNamit Gupta2018-01-151-6/+1
* | 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-121-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-291-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/+1
|\ \
| * | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1
| |/
* | 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
| |/