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