Age | Commit message (Expand) | Author |
2015-07-05 | module: relocate module_init from init.h to module.h | Paul Gortmaker |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-06-28 | param: fix module param locks when !CONFIG_SYSFS. | Rusty Russell |
2015-06-26 | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2015-06-26 | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-06-23 | module: add per-module param_lock | Dan Streetman |
2015-05-28 | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING | Peter Zijlstra |
2015-05-28 | module: Optimize __module_address() using a latched RB-tree | Peter Zijlstra |
2015-05-28 | module: Sanitize RCU usage and locking | Peter Zijlstra |
2015-05-24 | driver-core: fix build for !CONFIG_MODULES | Dmitry Torokhov |
2015-05-20 | driver-core: add driver module asynchronous probe support | Luis R. Rodriguez |
2015-05-13 | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) |
2015-04-23 | crypto: api - Move module sig ifdef into accessor function | Herbert Xu |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-04-08 | tracing: Allow for modules to convert their enums to values | Steven Rostedt (Red Hat) |
2015-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-03-17 | livepatch: Fix subtle race with coming and going modules | Petr Mladek |
2015-02-13 | module: fix types of device tables aliases | Andrey Ryabinin |
2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell |
2014-11-11 | module: Replace module_ref with atomic_t refcnt | Masami Hiramatsu |
2014-07-27 | module: return bool from within_module*() | Petr Mladek |
2014-07-27 | module: add within_module() function | Petr Mladek |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-03-13 | module: remove MODULE_GENERIC_TABLE | Rusty Russell |
2014-03-13 | module: allow multiple calls to MODULE_DEVICE_TABLE() per module | Tom Gundersen |
2014-03-07 | tracing/module: Replace include of tracepoint.h with jump_label.h in module.h | Steven Rostedt (Red Hat) |
2014-01-16 | module: fix coding style | Seunghun Lee |
2013-12-04 | module.h: Remove unnecessary semicolon | Joe Perches |
2013-09-23 | module: remove rmmod --wait option. | Rusty Russell |
2013-09-03 | module: Fix mod->mkobj.kobj potentially freed too early | Li Zhong |
2013-08-20 | modules: add support for soft module dependencies | Andreas Robinson |
2013-03-15 | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell |
2013-01-21 | module: constify within_module_* | Sasha Levin |
2013-01-12 | module: add new state MODULE_STATE_UNFORMED. | Rusty Russell |
2012-10-10 | module: signature checking hook | Rusty Russell |
2012-03-26 | module: move __module_get and try_module_get() out of line. | Steven Rostedt |
2012-01-13 | module: struct module_ref should contains long fields | Eric Dumazet |
2011-10-31 | module.h: relocate MODULE_PARM_DESC into moduleparam.h | Paul Gortmaker |
2011-10-31 | module.h: split out the EXPORT_SYMBOL into export.h | Paul Gortmaker |
2011-08-10 | Tracepoint: Dissociate from module mutex | Mathieu Desnoyers |
2011-07-24 | module: add /sys/module/<name>/uevent files | Kay Sievers |
2011-07-24 | module: change attr callbacks to take struct module_kobject | Kay Sievers |
2011-05-19 | module: Sort exported symbols | Alessio Igor Bogani |
2011-05-19 | module: each_symbol_section instead of each_symbol | Rusty Russell |
2011-05-19 | module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* | Richard Kennedy |
2011-05-19 | module: do not hide __modver_version_show declaration behind ifdef | Dmitry Torokhov |
2011-05-19 | module: deal with alignment issues in built-in module versions | Dmitry Torokhov |
2011-02-21 | module: explicitly align module_version_attribute structure | Dmitry Torokhov |
2011-02-03 | tracepoints: Fix section alignment using pointer array | Mathieu Desnoyers |
2011-02-02 | tracing: Replace trace_event struct array with pointer array | Steven Rostedt |