aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* kallsyms: take advantage of the new '%px' formatLinus Torvalds2017-11-29
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-17
|\
| * ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-05
| * ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-05
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \
| * | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-19
| |/
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-13
|\ \
| * | module: export module signature enforcement statusBruno E. O. Meneguele2017-11-08
| |/
* | /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-12
* | modules: make sysfs attribute files readable by owner onlyLinus Torvalds2017-11-12
|/
* module: fix ddebug_remove_module()Zhou Chengming2017-07-25
* Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-12
|\
| * module: make the modinfo name constLuis R. Rodriguez2017-06-29
| * module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez2017-06-27
| * kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe2017-06-26
| * module: Add module name to modinfoKees Cook2017-05-23
| * module: Pass struct load_info into symbol checksKees Cook2017-05-23
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-07
|\ \
| * | kernel/module.c: use linux/set_memory.hMichael Ellerman2017-07-06
* | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-06
|\ \ \ | |/ / |/| |
| * | trace: rename struct module entry for trace enumsJeremy Linton2017-06-13
| * | trace: rename kernel enum section to evalJeremy Linton2017-06-13
| |/
* / kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-25
|/
* kernel/module.c: use set_memory.h headerLaura Abbott2017-05-08
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-08
* Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-03
|\
| * kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao2017-04-24
* | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-03
|\ \
| * | audit: log module name on delete_moduleRichard Guy Briggs2017-05-02
| |/
* | lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-26
* | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-16
|/
* Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-22
|\
| * module: fix memory leak on early load_module() failuresLuis R. Rodriguez2017-02-21
| * module: Optimize search_module_extables()Peter Zijlstra2017-02-10
| * livepatch/module: print notice of TAINT_LIVEPATCHJoe Lawrence2017-01-30
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-21
|\ \
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-07
| |/
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-21
|\ \
| * | core: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-02-09
* | | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-21
|\ \ \
| * | | audit: log module name on init_moduleRichard Guy Briggs2017-02-13
* | | | modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-03
| |/ / |/| |
* | | taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2017-01-17
| |/ |/|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-14
|\ \
| * | module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-27
| * | module: Fix a comment above strong_try_module_get()Miroslav Benes2016-11-26
| * | module: When modifying a module's text ignore modules which are going away tooAaron Tomlin2016-11-26
| * | module: Ensure a module's state is set accordingly during module coming clean...Aaron Tomlin2016-11-26