1. 91e37a7 module: don't ignore vermagic string if module doesn't have modversions by Rusty Russell · 16 years ago
  2. a5dd697 module: be more picky about allowing missing module versions by Rusty Russell · 16 years ago
  3. 826e450 Make forced module loading optional by Linus Torvalds · 16 years ago
  4. df4b565 module: add MODULE_STATE_GOING notifier call by Peter Oberparleiter · 16 years ago
  5. b211104 module: Enhance verify_export_symbols by Rusty Russell · 16 years ago
  6. 4e2d924 module: set unused_gpl_crcs instead of overwriting unused_crcs by Rusty Russell · 16 years ago
  7. ad9546c module: neaten __find_symbol, rename to find_symbol by Rusty Russell · 16 years ago
  8. ea01e79 module: reduce module image and resident size by Rusty Russell · 16 years ago
  9. a58730c module: make module_sect_attrs private to kernel/module.c by Rusty Russell · 16 years ago
  10. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  11. e24e2e6 modules: warn about suspicious return values from module's ->init() hook by Alexey Dobriyan · 16 years ago
  12. 6c5db22 modules: fix module waiting for dependent modules' init by Rusty Russell · 16 years ago
  13. 9b37ccf module: allow ndiswrapper to use GPL-only symbols by Pavel Roskin · 16 years ago
  14. 120fc3d modules: do not try to add sysfs attributes if !CONFIG_SYSFS by Kay Sievers · 16 years ago
  15. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 16 years ago
  16. 92dfc9d fix "modules: make module_address_lookup() safe" by Andrew Morton · 16 years ago
  17. 6d76239 modules: include sections.h to avoid defining linker variables explicitly by Christoph Lameter · 16 years ago
  18. 8817350 Modules: handle symbols that have a zero value by Christoph Lameter · 16 years ago
  19. dd5af90 x86/non-x86: percpu, node ids, apic ids x86.git fixup by Mike Travis · 16 years ago
  20. 6494a93 Module: check to see if we have a built in module with the same name by Greg Kroah-Hartman · 16 years ago
  21. 0aa5bd5 module: add module taint on ndiswrapper by Jon Masters · 16 years ago
  22. 6dd06c9 module: make module_address_lookup safe by Rusty Russell · 16 years ago
  23. bb9d3d5 module: better OOPS and lockdep coverage for loading modules by Rusty Russell · 16 years ago
  24. efa5345 module: Fix gratuitous sprintf in module.c by Rusty Russell · 16 years ago
  25. c9a3ba5 module: wait for dependent modules doing init. by Rusty Russell · 16 years ago
  26. e14af7e debug: track and print last unloaded module in the oops trace by Arjan van de Ven · 16 years ago
  27. 21aa928 debug: show being-loaded/being-unloaded indicator for modules by Arjan van de Ven · 16 years ago
  28. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 16 years ago
  29. ac3c814 Kobject: convert kernel/module.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  30. 97c146e sysfs: fix /sys/module/*/holders after sysfs logic change by Kay Sievers · 17 years ago
  31. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  32. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  33. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  34. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  35. cb2a520 modules: de-mutex more symbol lookup paths in the module code by Rusty Russell · 16 years ago
  36. 9a4b970 module: fix and elaborate comments by Matti Linnanvuori · 17 years ago
  37. 8256e47 Linux Kernel Markers by Mathieu Desnoyers · 17 years ago
  38. 22a8bde whitespace fixes: module loading by Daniel Walker · 17 years ago
  39. d58ae67 module: return error when mod_sysfs_init() failed by Akinobu Mita · 17 years ago
  40. 6d76013 Add /sys/module/name/notes by Roland McGrath · 17 years ago
  41. af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
  42. 256e2fd Fix Off-by-one in /sys/module/*/refcnt by Alexey Dobriyan · 17 years ago
  43. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  44. 24da1cb modules: remove modlist_lock by Rusty Russell · 17 years ago
  45. 708f4b5 Make /proc/modules use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  46. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  47. 02a3e59 Fix minor typoes in kernel/module.c by Robert P. J. Day · 17 years ago
  48. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 17 years ago
  49. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 17 years ago
  50. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  51. ea07890 Fix race between rmmod and cat /proc/kallsyms by Alexey Dobriyan · 17 years ago
  52. ae84e32 Simplify module_get_kallsym() by dropping length arg by Alexey Dobriyan · 17 years ago
  53. 6d4f9c5 module: use krealloc by Pekka Enberg · 17 years ago
  54. ea62ccd Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 17 years ago
  55. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  56. b6e3590 [PATCH] x86: Allow percpu variables to be page-aligned by Jeremy Fitzhardinge · 17 years ago
  57. b00742d3 [PATCH] x86-64: Account for module percpu space separately from kernel percpu by Jeremy Fitzhardinge · 17 years ago
  58. 240936e mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occurs by Akinobu Mita · 17 years ago
  59. 0c84ce2 [PATCH] driver core: fix built-in drivers sysfs links by Kay Sievers · 17 years ago
  60. 161e232b Revert "driver core: refcounting fix" by Greg Kroah-Hartman · 17 years ago
  61. dfff0a0 Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" by Greg Kroah-Hartman · 17 years ago
  62. 63ce18c driver core: refcounting fix by Mike Galbraith · 17 years ago
  63. ef665c1 sysfs: fix build errors: uevent with CONFIG_SYSFS=n by Randy Dunlap · 17 years ago
  64. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 17 years ago
  65. c353c3f Driver core: let request_module() send a /sys/modules/kmod/-uevent by Kay Sievers · 17 years ago
  66. 270a6c4 /sys/modules/*/holders by Kay Sievers · 17 years ago
  67. fe480a2 Modules: only add drivers/ direcory if needed by Greg Kroah-Hartman · 17 years ago
  68. f30c53a MODULES: add the module name for built in kernel drivers by Kay Sievers · 17 years ago
  69. 7f422e2 [PATCH] Driver core: Fix prefix driver links in /sys/module by bus-name by Kay Sievers · 17 years ago
  70. a3f99f8 [PATCH] module: fix mod_sysfs_setup() return value by Akinobu Mita · 17 years ago
  71. 1f71740 Driver core: show "initstate" of module by Kay Sievers · 18 years ago
  72. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 17 years ago
  73. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  74. e17e0f5 Driver core: show drivers in /sys/module/ by Kay Sievers · 18 years ago
  75. 0e2d57f [PATCH] ndiswrapper: don't set the module->taints flags by Randy Dunlap · 18 years ago
  76. 1d4d262 [PATCH] Add missing space in module.c for taintskernel by Jan Dittmer · 18 years ago
  77. fa3ba2e8 [PATCH] fix Module taint flags listing in Oops/panic by Florin Malita · 18 years ago
  78. ffc5089 [PATCH] Create kallsyms_lookup_size_offset() by Franck Bui-Huu · 18 years ago
  79. 2bc2d61 [PATCH] list module taint flags in Oops/panic by Randy Dunlap · 18 years ago
  80. 04b1db9 [PATCH] /sys/modules: allow full length section names by Ian S. Nelson · 18 years ago
  81. 1cc5f71 [PATCH] load_module: no BUG if module_subsys uninitialized by Ed Swierk · 18 years ago
  82. 098c5ee [PATCH] null-terminate over-long /proc/kallsyms symbols by Andreas Gruenbacher · 18 years ago
  83. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 18 years ago
  84. 4d435f9 [PATCH] lockdep: add is_module_address() by Ingo Molnar · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. 84860f9 [PATCH] load_module() cleanup by Andrew Morton · 18 years ago
  87. f71d20e [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL by Arjan van de Ven · 18 years ago
  88. 2a2ed2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  89. 4552d5d [PATCH] x86_64: reliable stack trace support by Jan Beulich · 18 years ago
  90. f867d2a [PATCH] ensure NULL deref can't possibly happen in is_exported() by Jesper Juhl · 18 years ago
  91. b817f6f kbuild: check license compatibility when building modules by Sam Ravnborg · 18 years ago
  92. 5e37661 [PATCH] symbol_put_addr() locks kernel by Trent Piepho · 18 years ago
  93. 7529c30 [PATCH] modules: permit Dual-MIT/GPL licenses by Andrew Morton · 18 years ago
  94. f83ca9f [PATCH] symversion warning fix by Andrew Morton · 18 years ago
  95. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  96. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  97. 24277dd [PATCH] strndup_user: convert module by Davi Arnaut · 18 years ago
  98. 6389a38 [PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutex by Ashutosh Naik · 18 years ago
  99. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 18 years ago
  100. 03e88ae1 [PATCH] fix module sysfs files reference counting by Greg Kroah-Hartman · 18 years ago