aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* 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
| * | taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-26
* | | Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds2016-11-29
|/ /
* / livepatch/module: make TAINT_LIVEPATCH module-specificJosh Poimboeuf2016-08-26
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-04
|\
| * modules: add ro_after_init supportJessica Yu2016-08-03
| * modules: Add kernel parameter to blacklist modulesPrarit Bhargava2016-08-03
| * module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt2016-08-03
| * module: Invalidate signatures on force-loaded modulesBen Hutchings2016-07-26
| * module: Issue warnings when tainting kernelLibor Pechacek2016-07-26
| * module: fix redundant test.Rusty Russell2016-07-26
| * module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-26