aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
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)
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin
2015-01-22module: make module_refcount() a signed integer.Rusty Russell
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu
2014-07-27module: return bool from within_module*()Petr Mladek
2014-07-27module: add within_module() functionPetr Mladek
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-13module: remove MODULE_GENERIC_TABLERusty Russell
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen
2014-03-07tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)
2014-01-16module: fix coding styleSeunghun Lee
2013-12-04module.h: Remove unnecessary semicolonJoe Perches
2013-09-23module: remove rmmod --wait option.Rusty Russell
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong
2013-08-20modules: add support for soft module dependenciesAndreas Robinson
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-01-21module: constify within_module_*Sasha Levin
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell
2012-10-10module: signature checking hookRusty Russell
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-05-19module: Sort exported symbolsAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-02-21module: explicitly align module_version_attribute structureDmitry Torokhov
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt