aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers2018-10-171-1/+2
* module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-251-2/+2
* kernel/module: module_is_live can be booleanYaowei Bai2018-02-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-0/+10
|\
| * sections: split dereference_function_descriptor()Sergey Senozhatsky2018-01-091-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+6
|\ \
| * | error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-1/+2
| * | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-3/+3
| * | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-121-0/+5
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+9
|\ \ | |/ |/|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+9
* | module: export module signature enforcement statusBruno E. O. Meneguele2017-11-081-0/+7
|/
* module: Remove const attribute from alias for MODULE_DEVICE_TABLEMatthias Kaehlcke2017-07-291-1/+1
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* | trace: rename struct module entry for trace enumsJeremy Linton2017-06-131-2/+2
* | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-131-1/+1
|/
* Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-031-3/+3
|\
| * module: Unify the return value type of try_module_getGao Feng2017-04-231-3/+3
* | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-161-0/+6
|/
* Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-221-4/+2
|\
| * modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2017-02-061-2/+2
| * module: Drop redundant declaration of struct moduleJean Delvare2017-01-031-2/+0
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-211-1/+1
|\ \
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-1/+1
| |/
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+0
|\ \
| * | module.h: remove extable.h include now users have migratedPaul Gortmaker2017-02-091-1/+0
| |/
* / modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-031-7/+7
|/
* module: remove trailing whitespaceAnson Jacob2016-11-261-1/+1
* taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-261-1/+1
* modules: add ro_after_init supportJessica Yu2016-08-031-2/+4
* exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2016-08-031-25/+2
* module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-261-2/+2
* module: preserve Elf information for livepatch modulesJessica Yu2016-04-011-0/+25
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-02-031-9/+10
* module: clean up RO/NX handling.Rusty Russell2015-12-041-0/+4
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-35/+29
* module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-051-0/+84
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-5/+41
|\
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-281-0/+2
| * module: add per-module param_lockDan Streetman2015-06-231-0/+1
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-271-1/+3
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-271-3/+26
| * module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-271-2/+10
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-0/+13
|\ \
| * | driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-241-0/+11
| * | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-0/+2
| |/
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\ \
| * | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-1/+1
| |/
* / crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-0/+12
|/