aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-05module: relocate module_init from init.h to module.hGravatar Paul Gortmaker 1-0/+84
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+41
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Gravatar Rusty Russell 1-0/+2
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+13
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+1
2015-06-23module: add per-module param_lockGravatar Dan Streetman 1-0/+1
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGGravatar Peter Zijlstra 1-1/+3
2015-05-28module: Optimize __module_address() using a latched RB-treeGravatar Peter Zijlstra 1-3/+26
2015-05-28module: Sanitize RCU usage and lockingGravatar Peter Zijlstra 1-2/+10
2015-05-24driver-core: fix build for !CONFIG_MODULESGravatar Dmitry Torokhov 1-0/+11
2015-05-20driver-core: add driver module asynchronous probe supportGravatar Luis R. Rodriguez 1-0/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-1/+1
2015-04-23crypto: api - Move module sig ifdef into accessor functionGravatar Herbert Xu 1-0/+12
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+2
2015-04-08tracing: Allow for modules to convert their enums to valuesGravatar Steven Rostedt (Red Hat) 1-0/+2
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+4
2015-03-17livepatch: Fix subtle race with coming and going modulesGravatar Petr Mladek 1-0/+4
2015-02-13module: fix types of device tables aliasesGravatar Andrey Ryabinin 1-1/+1
2015-01-22module: make module_refcount() a signed integer.Gravatar Rusty Russell 1-1/+1
2014-11-11module: Replace module_ref with atomic_t refcntGravatar Masami Hiramatsu 1-15/+1
2014-07-27module: return bool from within_module*()Gravatar Petr Mladek 1-3/+5
2014-07-27module: add within_module() functionGravatar Petr Mladek 1-0/+5
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+8
2014-03-13module: remove MODULE_GENERIC_TABLEGravatar Rusty Russell 1-11/+8
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleGravatar Tom Gundersen 1-1/+1
2014-03-07tracing/module: Replace include of tracepoint.h with jump_label.h in module.hGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-01-16module: fix coding styleGravatar Seunghun Lee 1-31/+31
2013-12-04module.h: Remove unnecessary semicolonGravatar Joe Perches 1-1/+1
2013-09-23module: remove rmmod --wait option.Gravatar Rusty Russell 1-3/+0
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyGravatar Li Zhong 1-0/+1
2013-08-20modules: add support for soft module dependenciesGravatar Andreas Robinson 1-0/+5
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Gravatar Rusty Russell 1-2/+2
2013-01-21module: constify within_module_*Gravatar Sasha Levin 1-2/+2
2013-01-12module: add new state MODULE_STATE_UNFORMED.Gravatar Rusty Russell 1-5/+5
2012-10-10module: signature checking hookGravatar Rusty Russell 1-0/+8
2012-03-26module: move __module_get and try_module_get() out of line.Gravatar Steven Rostedt 1-28/+4
2012-01-13module: struct module_ref should contains long fieldsGravatar Eric Dumazet 1-5/+16
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hGravatar Paul Gortmaker 1-5/+0
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hGravatar Paul Gortmaker 1-67/+1
2011-08-10Tracepoint: Dissociate from module mutexGravatar Mathieu Desnoyers 1-12/+0
2011-07-24module: add /sys/module/<name>/uevent filesGravatar Kay Sievers 1-0/+1
2011-07-24module: change attr callbacks to take struct module_kobjectGravatar Kay Sievers 1-11/+12
2011-05-19module: Sort exported symbolsGravatar Alessio Igor Bogani 1-2/+2
2011-05-19module: each_symbol_section instead of each_symbolGravatar Rusty Russell 1-2/+3
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Gravatar Richard Kennedy 1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefGravatar Dmitry Torokhov 1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsGravatar Dmitry Torokhov 1-5/+5
2011-02-21module: explicitly align module_version_attribute structureGravatar Dmitry Torokhov 1-1/+1
2011-02-03tracepoints: Fix section alignment using pointer arrayGravatar Mathieu Desnoyers 1-1/+1
2011-02-02tracing: Replace trace_event struct array with pointer arrayGravatar Steven Rostedt 1-1/+1