summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-121-2/+18
* | modules: make sysfs attribute files readable by owner onlyLinus Torvalds2017-11-121-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-121-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/+10
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-3/+1
|\ \
| * | kernel/module.c: use linux/set_memory.hMichael Ellerman2017-07-061-3/+1
* | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-061-3/+3
|\ \ \ | |/ / |/| |
| * | trace: rename struct module entry for trace enumsJeremy Linton2017-06-131-3/+3
| * | trace: rename kernel enum section to evalJeremy Linton2017-06-131-1/+1
| |/
* | kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-4/+1
|/
* kernel/module.c: use set_memory.h headerLaura Abbott2017-05-081-0/+3
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-031-1/+1
|\
| * kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao2017-04-241-1/+1
* | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-031-0/+2
|\ \
| * | audit: log module name on delete_moduleRichard Guy Briggs2017-05-021-0/+2
| |/
* | lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-261-1/+5
OpenPOWER on IntegriCloud