1. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 14 years ago
  2. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 14 years ago
  3. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 14 years ago
  4. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 14 years ago
  5. 5fbfb18 Fix up possibly racy module refcounting by Nick Piggin · 14 years ago
  6. ae832d1 tracing: Remove side effect from module tracepoints that caused a GPF by Li Zefan · 14 years ago
  7. d5e50da module: add stub for is_module_percpu_address by Randy Dunlap · 14 years ago
  8. 10fad5e percpu, module: implement and use is_kernel/module_percpu_address() by Tejun Heo · 14 years ago
  9. 259354d module: encapsulate percpu handling better and record percpu_size by Tejun Heo · 14 years ago
  10. 5ed1091 sysctl extern cleanup: module by Dave Young · 14 years ago
  11. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 15 years ago
  12. 7961576 local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c by Christoph Lameter · 15 years ago
  13. e1783a2 module: Use this_cpu_xx to dynamically allocate counters by Christoph Lameter · 15 years ago
  14. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 15 years ago
  15. 1d7015c module: preferred way to use MODULE_AUTHOR by Johannes Berg · 15 years ago
  16. 554bdfe module: reduce string table for loaded modules (v2) by Jan Beulich · 15 years ago
  17. 4a49622 module: reduce symbol table for loaded modules (v2) by Jan Beulich · 15 years ago
  18. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  19. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  20. b99b87f kernel: constructor support by Peter Oberparleiter · 15 years ago
  21. 0d9c25d headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h by Andrew Morton · 15 years ago
  22. ad6561d module: trim exception table on init free. by Rusty Russell · 15 years ago
  23. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 15 years ago
  24. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  25. 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
  26. c6b3780 module: Export symbols needed for Ksplice by Tim Abbott · 16 years ago
  27. 75a6661 Ksplice: Add functions for walking kallsyms symbols by Anders Kaseorg · 16 years ago
  28. a6e6abd module: remove module_text_address() by Rusty Russell · 15 years ago
  29. e610499 module: __module_address by Rusty Russell · 15 years ago
  30. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 15 years ago
  31. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 15 years ago
  32. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 15 years ago
  33. 7f9a50a5 module: remove over-zealous check in __module_get() by Rusty Russell · 15 years ago
  34. 720eba3 modules: Use a better scheme for refcounting by Eric Dumazet · 16 years ago
  35. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
  36. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  37. 9b473de param: Fix duplicate module prefixes by Rusty Russell · 16 years ago
  38. 730b69d module: check kernel param length at compile time, not runtime by Rusty Russell · 16 years ago
  39. 5e458cc module: simplify load_module. by Rusty Russell · 16 years ago
  40. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  41. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago
  42. 97e1c18 tracing: Kernel Tracepoints by Mathieu Desnoyers · 16 years ago
  43. f606ddf remove the v850 port by Adrian Bunk · 16 years ago
  44. 2f0f2a3 module: turn longs into ints for module sizes by Denys Vlasenko · 16 years ago
  45. f7f5b67 Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs by Denys Vlasenko · 16 years ago
  46. af54068 module: reorder struct module to save space on 64 bit builds by Richard Kennedy · 16 years ago
  47. ea01e79 module: reduce module image and resident size by Rusty Russell · 16 years ago
  48. a58730c module: make module_sect_attrs private to kernel/module.c by Rusty Russell · 16 years ago
  49. 1387d0d fix module_update_markers() compile error by Adrian Bunk · 16 years ago
  50. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 16 years ago
  51. 92dfc9d fix "modules: make module_address_lookup() safe" by Andrew Morton · 16 years ago
  52. 5ea293a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  53. 6dd06c9 module: make module_address_lookup safe by Rusty Russell · 17 years ago
  54. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  55. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  56. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  57. 8256e47 Linux Kernel Markers by Mathieu Desnoyers · 17 years ago
  58. 6d76013 Add /sys/module/name/notes by Roland McGrath · 17 years ago
  59. af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
  60. 0a3021f Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 17 years ago
  61. 108f39a module_author: don't advise putting in an email address by Rene Herman · 17 years ago
  62. e61a1c1 Allow arch to initialize arch field of the module structure by Roman Zippel · 17 years ago
  63. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 17 years ago
  64. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 17 years ago
  65. ea07890 Fix race between rmmod and cat /proc/kallsyms by Alexey Dobriyan · 17 years ago
  66. ae84e32 Simplify module_get_kallsym() by dropping length arg by Alexey Dobriyan · 17 years ago
  67. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  68. ef665c1 sysfs: fix build errors: uevent with CONFIG_SYSFS=n by Randy Dunlap · 17 years ago
  69. 270a6c4 /sys/modules/*/holders by Kay Sievers · 18 years ago
  70. f30c53a MODULES: add the module name for built in kernel drivers by Kay Sievers · 18 years ago
  71. 7664c5a [PATCH] Generic BUG implementation by Jeremy Fitzhardinge · 18 years ago
  72. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  73. e17e0f5 Driver core: show drivers in /sys/module/ by Kay Sievers · 18 years ago
  74. fa3ba2e8 [PATCH] fix Module taint flags listing in Oops/panic by Florin Malita · 18 years ago
  75. 2bc2d61 [PATCH] list module taint flags in Oops/panic by Randy Dunlap · 18 years ago
  76. 04b1db9 [PATCH] /sys/modules: allow full length section names by Ian S. Nelson · 18 years ago
  77. 187afbe [SCSI] MODULE_FIRMWARE for binary firmware(s) by Jon Masters · 18 years ago
  78. 098c5ee [PATCH] null-terminate over-long /proc/kallsyms symbols by Andreas Gruenbacher · 18 years ago
  79. 4d435f9 [PATCH] lockdep: add is_module_address() by Ingo Molnar · 18 years ago
  80. f71d20e [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL by Arjan van de Ven · 18 years ago
  81. 4552d5d [PATCH] x86_64: reliable stack trace support by Jan Beulich · 18 years ago
  82. 8d27e90 [PATCH] module.h: updated comments with a new license by Xose Vazquez Perez · 18 years ago
  83. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  84. 6f18a02 Finally remove the obnoxious inter_module_xxx() by David Woodhouse · 18 years ago
  85. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  86. b55813a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  87. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  88. a1a8fee [MODULES]: Don't allow statically declared exports by Patrick McHardy · 18 years ago
  89. 03e88ae1 [PATCH] fix module sysfs files reference counting by Greg Kroah-Hartman · 18 years ago
  90. 9f28bb7 [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() by Greg Kroah-Hartman · 18 years ago
  91. 52303e8 [PATCH] modules: fix sparse warning for every MODULE_PARM by Pavel Roskin · 19 years ago
  92. c988d2b [PATCH] modules: add version and srcversion to sysfs by Matt Domsch · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago