summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2018-01-09sections: split dereference_function_descriptor()Sergey Senozhatsky
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik
2017-11-08module: export module signature enforcement statusBruno E. O. Meneguele
2017-07-29module: Remove const attribute from alias for MODULE_DEVICE_TABLEMatthias Kaehlcke
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-23module: Unify the return value type of try_module_getGao Feng
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner
2017-02-22Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-09module.h: remove extable.h include now users have migratedPaul Gortmaker
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott
2017-02-06modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2017-01-03module: Drop redundant declaration of struct moduleJean Delvare
2016-11-26module: remove trailing whitespaceAnson Jacob
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek
2016-08-04modules: add ro_after_init supportJessica Yu
2016-08-04exceptions: fork exception table content from module.h into extable.hPaul Gortmaker
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina
2016-04-01module: preserve Elf information for livepatch modulesJessica Yu
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2015-12-04module: clean up RO/NX handling.Rusty Russell
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-07-05module: relocate module_init from init.h to module.hPaul Gortmaker
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-23module: add per-module param_lockDan Streetman
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2015-05-24driver-core: fix build for !CONFIG_MODULESDmitry Torokhov
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)