1. e215388 modules: mark __inittest/__exittest as __maybe_unused by Arnd Bergmann · 7 years ago
  2. a1745ad module/retpoline: Warn about missing retpoline in module by Andi Kleen · 6 years ago
  3. 444d13f modules: add ro_after_init support by Jessica Yu · 8 years ago
  4. 0ef7653 exceptions: fork exception table content from module.h into extable.h by Paul Gortmaker · 8 years ago
  5. bf262dc module: fix noreturn attribute for __module_put_and_exit() by Jiri Kosina · 8 years ago
  6. 1ce15ef module: preserve Elf information for livepatch modules by Jessica Yu · 8 years ago
  7. 8244062 modules: fix longstanding /proc/kallsyms vs module insertion race. by Rusty Russell · 8 years ago
  8. 85c898d module: clean up RO/NX handling. by Rusty Russell · 9 years ago
  9. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  10. 0fd972a module: relocate module_init from init.h to module.h by Paul Gortmaker · 9 years ago
  11. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  12. cf2fde7 param: fix module param locks when !CONFIG_SYSFS. by Rusty Russell · 9 years ago
  13. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  14. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  15. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  16. 6c9692e module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING by Peter Zijlstra · 9 years ago
  17. 93c2e10 module: Optimize __module_address() using a latched RB-tree by Peter Zijlstra · 9 years ago
  18. 0be964b module: Sanitize RCU usage and locking by Peter Zijlstra · 9 years ago
  19. 80c6e14 driver-core: fix build for !CONFIG_MODULES by Dmitry Torokhov · 9 years ago
  20. f2411da driver-core: add driver module asynchronous probe support by Luis R. Rodriguez · 9 years ago
  21. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  22. 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 9 years ago
  23. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  24. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 9 years ago
  25. da11508 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  26. 8cb2c2d livepatch: Fix subtle race with coming and going modules by Petr Mladek · 9 years ago
  27. 6301939 module: fix types of device tables aliases by Andrey Ryabinin · 9 years ago
  28. d5db139 module: make module_refcount() a signed integer. by Rusty Russell · 9 years ago
  29. 2f35c41 module: Replace module_ref with atomic_t refcnt by Masami Hiramatsu · 10 years ago
  30. 76681c8 module: return bool from within_module*() by Petr Mladek · 10 years ago
  31. 9b20a35 module: add within_module() function by Petr Mladek · 10 years ago
  32. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  33. cff26a5 module: remove MODULE_GENERIC_TABLE by Rusty Russell · 10 years ago
  34. 21bdd17 module: allow multiple calls to MODULE_DEVICE_TABLE() per module by Tom Gundersen · 10 years ago
  35. b2e285f tracing/module: Replace include of tracepoint.h with jump_label.h in module.h by Steven Rostedt (Red Hat) · 10 years ago
  36. e865d06 module: fix coding style by Seunghun Lee · 10 years ago
  37. 74e22fa module.h: Remove unnecessary semicolon by Joe Perches · 11 years ago
  38. 3f2b9c9 module: remove rmmod --wait option. by Rusty Russell · 11 years ago
  39. 942e443 module: Fix mod->mkobj.kobj potentially freed too early by Li Zhong · 11 years ago
  40. 7cb14ba modules: add support for soft module dependencies by Andreas Robinson · 11 years ago
  41. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  42. 93843b3 module: constify within_module_* by Sasha Levin · 11 years ago
  43. 0d21b0e module: add new state MODULE_STATE_UNFORMED. by Rusty Russell · 11 years ago
  44. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  45. d53799b module: move __module_get and try_module_get() out of line. by Steven Rostedt · 12 years ago
  46. bd77c04 module: struct module_ref should contains long fields by Eric Dumazet · 12 years ago
  47. 639938e module.h: relocate MODULE_PARM_DESC into moduleparam.h by Paul Gortmaker · 13 years ago
  48. f501693 module.h: split out the EXPORT_SYMBOL into export.h by Paul Gortmaker · 13 years ago
  49. b75ef8b Tracepoint: Dissociate from module mutex by Mathieu Desnoyers · 13 years ago
  50. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  51. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  52. f02e8a6 module: Sort exported symbols by Alessio Igor Bogani · 13 years ago
  53. de4d8d5 module: each_symbol_section instead of each_symbol by Rusty Russell · 13 years ago
  54. a288bd6 module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* by Richard Kennedy · 13 years ago
  55. 9b73a58 module: do not hide __modver_version_show declaration behind ifdef by Dmitry Torokhov · 13 years ago
  56. b4bc8428 module: deal with alignment issues in built-in module versions by Dmitry Torokhov · 13 years ago
  57. 98562ad module: explicitly align module_version_attribute structure by Dmitry Torokhov · 13 years ago
  58. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 13 years ago
  59. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 13 years ago
  60. 3b90a5b module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n by Rusty Russell · 13 years ago
  61. e94965e module: show version information for built-in modules in sysfs by Dmitry Torokhov · 14 years ago
  62. 26e20a1 Merge commit 'v2.6.37-rc7' into x86/security by Ingo Molnar · 14 years ago
  63. dfd62d1 module: Update prototype for ref_module (formerly use_module) by Anders Kaseorg · 14 years ago
  64. 84e1c6b x86: Add RO/NX protection for loadable kernel modules by matthieu castet · 14 years ago
  65. 7cd2541 Merge commit 'v2.6.36-rc7' into perf/core by Ingo Molnar · 14 years ago
  66. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  67. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  68. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 14 years ago
  69. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 14 years ago
  70. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 14 years ago
  71. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 14 years ago
  72. 5fbfb18 Fix up possibly racy module refcounting by Nick Piggin · 14 years ago
  73. ae832d1 tracing: Remove side effect from module tracepoints that caused a GPF by Li Zefan · 14 years ago
  74. d5e50da module: add stub for is_module_percpu_address by Randy Dunlap · 14 years ago
  75. 10fad5e percpu, module: implement and use is_kernel/module_percpu_address() by Tejun Heo · 14 years ago
  76. 259354d module: encapsulate percpu handling better and record percpu_size by Tejun Heo · 14 years ago
  77. 5ed1091 sysctl extern cleanup: module by Dave Young · 14 years ago
  78. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 14 years ago
  79. 7961576 local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c by Christoph Lameter · 14 years ago
  80. e1783a2 module: Use this_cpu_xx to dynamically allocate counters by Christoph Lameter · 14 years ago
  81. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 15 years ago
  82. 1d7015c module: preferred way to use MODULE_AUTHOR by Johannes Berg · 15 years ago
  83. 554bdfe module: reduce string table for loaded modules (v2) by Jan Beulich · 15 years ago
  84. 4a49622 module: reduce symbol table for loaded modules (v2) by Jan Beulich · 15 years ago
  85. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  86. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  87. b99b87f kernel: constructor support by Peter Oberparleiter · 15 years ago
  88. 0d9c25d headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h by Andrew Morton · 15 years ago
  89. ad6561d module: trim exception table on init free. by Rusty Russell · 15 years ago
  90. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 15 years ago
  91. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  92. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. c6b3780 module: Export symbols needed for Ksplice by Tim Abbott · 16 years ago
  94. 75a6661 Ksplice: Add functions for walking kallsyms symbols by Anders Kaseorg · 16 years ago
  95. a6e6abd module: remove module_text_address() by Rusty Russell · 15 years ago
  96. e610499 module: __module_address by Rusty Russell · 15 years ago
  97. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 15 years ago
  98. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 15 years ago
  99. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 15 years ago
  100. 7f9a50a5 module: remove over-zealous check in __module_get() by Rusty Russell · 15 years ago