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