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