Age | Commit message (Expand) | Author | Files | Lines |
2017-05-04 | Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
2017-04-24 | module: Unify the return value type of try_module_get | Gao Feng | 1 | -3/+3 |
2017-03-16 | locking/lockdep: Handle statically initialized PER_CPU locks properly | Thomas Gleixner | 1 | -0/+6 |
2017-02-23 | Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+2 |
2017-02-22 | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2017-02-22 | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2017-02-10 | module.h: remove extable.h include now users have migrated | Paul Gortmaker | 1 | -1/+0 |
2017-02-07 | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 1 | -1/+1 |
2017-02-07 | modules: mark __inittest/__exittest as __maybe_unused | Arnd Bergmann | 1 | -2/+2 |
2017-02-03 | modversions: treat symbol CRCs as 32 bit quantities | Ard Biesheuvel | 1 | -7/+7 |
2017-01-03 | module: Drop redundant declaration of struct module | Jean Delvare | 1 | -2/+0 |
2016-11-26 | module: remove trailing whitespace | Anson Jacob | 1 | -1/+1 |
2016-11-26 | taint/module: Clean up global and module taint flags handling | Petr Mladek | 1 | -1/+1 |
2016-08-04 | modules: add ro_after_init support | Jessica Yu | 1 | -2/+4 |
2016-08-04 | exceptions: fork exception table content from module.h into extable.h | Paul Gortmaker | 1 | -25/+2 |
2016-07-27 | module: fix noreturn attribute for __module_put_and_exit() | Jiri Kosina | 1 | -2/+2 |
2016-04-01 | module: preserve Elf information for livepatch modules | Jessica Yu | 1 | -0/+25 |
2016-02-03 | modules: fix longstanding /proc/kallsyms vs module insertion race. | Rusty Russell | 1 | -9/+10 |
2015-12-05 | module: clean up RO/NX handling. | Rusty Russell | 1 | -0/+4 |
2015-12-05 | module: use a structure to encapsulate layout. | Rusty Russell | 1 | -35/+29 |
2015-07-06 | module: relocate module_init from init.h to module.h | Paul Gortmaker | 1 | -0/+84 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+41 |
2015-06-28 | param: fix module param locks when !CONFIG_SYSFS. | Rusty Russell | 1 | -0/+2 |
2015-06-27 | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+13 |
2015-06-27 | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2015-06-23 | module: add per-module param_lock | Dan Streetman | 1 | -0/+1 |
2015-05-28 | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING | Peter Zijlstra | 1 | -1/+3 |
2015-05-28 | module: Optimize __module_address() using a latched RB-tree | Peter Zijlstra | 1 | -3/+26 |
2015-05-28 | module: Sanitize RCU usage and locking | Peter Zijlstra | 1 | -2/+10 |
2015-05-24 | driver-core: fix build for !CONFIG_MODULES | Dmitry Torokhov | 1 | -0/+11 |
2015-05-20 | driver-core: add driver module asynchronous probe support | Luis R. Rodriguez | 1 | -0/+2 |
2015-05-13 | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2015-04-23 | crypto: api - Move module sig ifdef into accessor function | Herbert Xu | 1 | -0/+12 |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+2 |
2015-04-08 | tracing: Allow for modules to convert their enums to values | Steven Rostedt (Red Hat) | 1 | -0/+2 |
2015-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+4 |
2015-03-17 | livepatch: Fix subtle race with coming and going modules | Petr Mladek | 1 | -0/+4 |
2015-02-14 | module: fix types of device tables aliases | Andrey Ryabinin | 1 | -1/+1 |
2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell | 1 | -1/+1 |
2014-11-11 | module: Replace module_ref with atomic_t refcnt | Masami Hiramatsu | 1 | -15/+1 |
2014-07-27 | module: return bool from within_module*() | Petr Mladek | 1 | -3/+5 |
2014-07-27 | module: add within_module() function | Petr Mladek | 1 | -0/+5 |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -11/+8 |
2014-03-13 | module: remove MODULE_GENERIC_TABLE | Rusty Russell | 1 | -11/+8 |
2014-03-13 | module: allow multiple calls to MODULE_DEVICE_TABLE() per module | Tom Gundersen | 1 | -1/+1 |
2014-03-07 | tracing/module: Replace include of tracepoint.h with jump_label.h in module.h | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-01-16 | module: fix coding style | Seunghun Lee | 1 | -31/+31 |
2013-12-04 | module.h: Remove unnecessary semicolon | Joe Perches | 1 | -1/+1 |
2013-09-23 | module: remove rmmod --wait option. | Rusty Russell | 1 | -3/+0 |
2013-09-03 | module: Fix mod->mkobj.kobj potentially freed too early | Li Zhong | 1 | -0/+1 |