1. 89c8373 kmemleak: No need for scanning specific module sections by Steven Rostedt · 12 years ago
  2. 06c9494 kmemleak: Scan all allocated, writeable and not executable module sections by Steven Rostedt · 12 years ago
  3. 944a1fa module: don't unlink the module until we've removed all exposure. by Rusty Russell · 12 years ago
  4. a4b6a77 module: fix symbol versioning with symbol prefixes by James Hogan · 12 years ago
  5. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 12 years ago
  6. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  7. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  8. a3535c7 module: clean up load_module a little more. by Rusty Russell · 12 years ago
  9. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  10. 64748a2 module: printk message when module signature fail taints kernel. by Rusty Russell · 12 years ago
  11. ee61abb module: fix missing module_mutex unlock by Linus Torvalds · 12 years ago
  12. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  13. 774a122 module, async: async_synchronize_full() on module init iff async is used by Tejun Heo · 12 years ago
  14. 1fb9341 module: put modules in list much earlier. by Rusty Russell · 12 years ago
  15. 0d21b0e module: add new state MODULE_STATE_UNFORMED. by Rusty Russell · 12 years ago
  16. 52441fa module: prevent warning when finit_module a 0 sized file by Sasha Levin · 12 years ago
  17. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  18. 8ec7d50 kernel: remove reference to feature-removal-schedule.txt by Tao Ma · 12 years ago
  19. 82fab44 modules: don't hand 0 to vmalloc. by Rusty Russell · 12 years ago
  20. 54523ec module: Remove a extra null character at the top of module->strtab. by Satoru Takeuchi · 12 years ago
  21. 2e72d51 security: introduce kernel_module_from_file hook by Kees Cook · 12 years ago
  22. 2f3238a module: add flags arg to sys_finit_module() by Rusty Russell · 12 years ago
  23. 34e1169 module: add syscall to load module from fd by Kees Cook · 12 years ago
  24. 59ef28b module: fix out-by-one error in kallsyms by Rusty Russell · 12 years ago
  25. caabe24 MODSIGN: Move the magic string to the end of a module and eliminate the search by David Howells · 12 years ago
  26. 1d0059f MODSIGN: Add FIPS policy by David Howells · 12 years ago
  27. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  28. 9bb9c3b module: wait when loading a module which is currently initializing. by Rusty Russell · 12 years ago
  29. 6f13909 module: fix symbol waiting when module fails before init by Rusty Russell · 12 years ago
  30. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  31. c99af37 module: taint kernel when lve module is loaded by Matthew Garrett · 13 years ago
  32. ef26a5a Guard check in module loader against integer overflow by David Howells · 13 years ago
  33. b48420c dynamic_debug: make dynamic-debug work for module initialization by Jim Cromie · 13 years ago
  34. f946eeb module: Remove module size limit by Sasha Levin · 13 years ago
  35. d53799b module: move __module_get and try_module_get() out of line. by Steven Rostedt · 13 years ago
  36. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 13 years ago
  37. 02608be module: add kernel param to force disable module load by Dave Young · 13 years ago
  38. 53999bf error: implicit declaration of function 'module_flags_taint' by Kevin Winchester · 13 years ago
  39. cca3e70 modules: sysfs - export: taint, coresize, initsize by Kay Sievers · 13 years ago
  40. 5e12416 module: replace DEBUGP with pr_debug by Jim Cromie · 13 years ago
  41. bd77c04 module: struct module_ref should contains long fields by Eric Dumazet · 13 years ago
  42. 48fd118 module: Fix performance regression on modules with large symbol tables by Kevin Cernekee · 13 years ago
  43. 70b1e916 module: Add comments describing how the "strmap" logic works by Kevin Cernekee · 13 years ago
  44. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  45. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  46. 1cd0d6c module: Enable dynamic debugging regardless of taint by Ben Hutchings · 13 years ago
  47. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  48. b75ef8b Tracepoint: Dissociate from module mutex by Mathieu Desnoyers · 13 years ago
  49. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  50. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  51. 74e08fc modules: add default loader hook implementations by Jonas Bonn · 14 years ago
  52. 1f3a8e0 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  53. 9d63487 module: Use binary search in lookup_symbol() by Alessio Igor Bogani · 14 years ago
  54. 403ed27 module: Use the binary search for symbols resolution by Alessio Igor Bogani · 14 years ago
  55. de4d8d5 module: each_symbol_section instead of each_symbol by Rusty Russell · 14 years ago
  56. 01526ed module: split unset_section_ro_nx function. by Jan Glauber · 14 years ago
  57. 448694a module: undo module RONX protection correctly. by Jan Glauber · 14 years ago
  58. 4d10380 module: zero mod->init_ro_size after init is freed. by Jan Glauber · 14 years ago
  59. 5d05c70 minor ANSI prototype sparse fix by Daniel J Blueman · 14 years ago
  60. 7816c45 modules: Enabled dynamic debugging for staging modules by Roland Vossen · 14 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  62. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 14 years ago
  63. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 14 years ago
  64. 94462ad module: Move RO/NX module protection to after ftrace module update by Steven Rostedt · 14 years ago
  65. 26e20a1 Merge commit 'v2.6.37-rc7' into x86/security by Ingo Molnar · 14 years ago
  66. 84e1c6b x86: Add RO/NX protection for loadable kernel modules by matthieu castet · 14 years ago
  67. 13b9b6e tracing: Fix module use of trace_bprintk() by Steven Rostedt · 14 years ago
  68. abbce90 (trivial) Fix compiler warning in kernel/modules.c by Michał Mirosław · 14 years ago
  69. 7cd2541 Merge commit 'v2.6.36-rc7' into perf/core by Ingo Molnar · 14 years ago
  70. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  71. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  72. 51f3d0f module: cleanup comments, remove noinline by Rusty Russell · 14 years ago
  73. 811d66a module: group post-relocation functions into post_relocation() by Rusty Russell · 14 years ago
  74. 6526c53 module: move module args strndup_user to just before use by Rusty Russell · 14 years ago
  75. 4966868 module: pass load_info into other functions by Rusty Russell · 14 years ago
  76. 36b0360 module: fix sysfs cleanup for !CONFIG_SYSFS by Rusty Russell · 14 years ago
  77. 8f6d037 module: sysfs cleanup by Rusty Russell · 14 years ago
  78. d913188 module: layout_and_allocate by Rusty Russell · 14 years ago
  79. 511ca6a module: fix crash in get_ksymbol() when oopsing in module init by Rusty Russell · 14 years ago
  80. eded41c module: kallsyms functions take struct load_info by Rusty Russell · 14 years ago
  81. d6df72a module: refactor out section header rewriting: FIX modversions by Rusty Russell · 14 years ago
  82. 8b5f61a module: refactor out section header rewriting by Rusty Russell · 14 years ago
  83. 3264d3f module: add load_info by Linus Torvalds · 15 years ago
  84. 44032e6 module: reduce stack usage for each_symbol() by Linus Torvalds · 14 years ago
  85. 22e268e module: refactor load_module part 5 by Rusty Russell · 14 years ago
  86. 9f85a4b module: refactor load_module part 4 by Rusty Russell · 14 years ago
  87. 40dd256 module: refactor load_module part 3 by Rusty Russell · 14 years ago
  88. 65b8a9b module: refactor load_module part 2 by Linus Torvalds · 14 years ago
  89. f91a13b module: refactor load_module by Linus Torvalds · 14 years ago
  90. 2409e74 module: module_unload_init() cleanup by Eric Dumazet · 14 years ago
  91. b82bab4b dynamic debug: move ddebug_remove_module() down into free_module() by Jason Baron · 14 years ago
  92. ff49d74 module: initialize module dynamic debug later by Yehuda Sadeh · 15 years ago
  93. 9bea7f2 module: fix bne2 "gave up waiting for init of module libcrc32c" by Rusty Russell · 15 years ago
  94. be593f4 module: verify_export_symbols under the lock by Rusty Russell · 15 years ago
  95. 3bafeb6 module: move find_module check to end by Linus Torvalds · 15 years ago
  96. 7567650 module: make locking more fine-grained. by Rusty Russell · 15 years ago
  97. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 15 years ago
  98. 80a3d1b module: move sysfs exposure to end of load_module by Rusty Russell · 15 years ago
  99. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 15 years ago
  100. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 15 years ago