aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAge
* Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-22
|\
| * modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2017-02-06
| * module: Drop redundant declaration of struct moduleJean Delvare2017-01-03
* | 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
|\ \
| * | module.h: remove extable.h include now users have migratedPaul Gortmaker2017-02-09
| |/
* / modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-03
|/
* module: remove trailing whitespaceAnson Jacob2016-11-26
* taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-26
* modules: add ro_after_init supportJessica Yu2016-08-03
* exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2016-08-03
* module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-26
* module: preserve Elf information for livepatch modulesJessica Yu2016-04-01
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-02-03
* module: clean up RO/NX handling.Rusty Russell2015-12-04
* module: use a structure to encapsulate layout.Rusty Russell2015-12-04
* module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-05
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-28
| * module: add per-module param_lockDan Streetman2015-06-23
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-27
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-27
| * module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-27
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-26
|\ \
| * | driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-24
| * | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-20
| |/
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-26
|\ \
| * | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-13
| |/
* / crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-23
|/
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-14
|\
| * tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-08
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-18
|\ \ | |/ |/|
| * livepatch: Fix subtle race with coming and going modulesPetr Mladek2015-03-17
* | module: fix types of device tables aliasesAndrey Ryabinin2015-02-14
|/
* module: make module_refcount() a signed integer.Rusty Russell2015-01-21
* module: Replace module_ref with atomic_t refcntMasami Hiramatsu2014-11-11
* module: return bool from within_module*()Petr Mladek2014-07-27
* module: add within_module() functionPetr Mladek2014-07-27
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-06
|\
| * module: remove MODULE_GENERIC_TABLERusty Russell2014-03-12
| * module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-12
* | tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)2014-03-07
|/
* module: fix coding styleSeunghun Lee2014-01-15
* module.h: Remove unnecessary semicolonJoe Perches2013-12-03
* module: remove rmmod --wait option.Rusty Russell2013-09-23
* module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2013-09-03
* modules: add support for soft module dependenciesAndreas Robinson2013-08-20
* CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-15
* module: constify within_module_*Sasha Levin2013-01-21