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