1. 275d7d4 module: Fix locking in symbol_put_addr() by Peter Zijlstra · 9 years ago
  2. fe0d34d module: weaken locking assertion for oops path. by Rusty Russell · 9 years ago
  3. 758556b module: Fix load_module() error path by Peter Zijlstra · 9 years ago
  4. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  5. cf2fde7 param: fix module param locks when !CONFIG_SYSFS. by Rusty Russell · 9 years ago
  6. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  7. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  8. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  9. 987aec3 Merge 4.1-rc7 into driver-core-next by Greg Kroah-Hartman · 9 years ago
  10. 6727bb9 kernel/module.c: avoid ifdefs for sig_enforce declaration by Luis R. Rodriguez · 9 years ago
  11. d19f05d kernel/params.c: generalize bool_enable_only by Luis R. Rodriguez · 9 years ago
  12. 05f408d kernel/module.c: use generic module param operaters for sig_enforce by Luis R. Rodriguez · 9 years ago
  13. 4f666546 module: Rework module_addr_{min,max} by Peter Zijlstra · 9 years ago
  14. b7df4d1 module: Use __module_address() for module_address_lookup() by Peter Zijlstra · 9 years ago
  15. 6c9692e module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING by Peter Zijlstra · 9 years ago
  16. 93c2e10 module: Optimize __module_address() using a latched RB-tree by Peter Zijlstra · 9 years ago
  17. 0be964b module: Sanitize RCU usage and locking by Peter Zijlstra · 9 years ago
  18. 926a59b module: Annotate module version magic by Peter Zijlstra · 9 years ago
  19. f2411da driver-core: add driver module asynchronous probe support by Luis R. Rodriguez · 9 years ago
  20. ecc8617 module: add extra argument for parse_params() callback by Luis R. Rodriguez · 9 years ago
  21. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  22. 37815bf module: Call module notifier on failure after complete_formation() by Steven Rostedt · 9 years ago
  23. 15ce265 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  24. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  25. 3afe9f8 Copy the kernel module data from user space in chunks by Linus Torvalds · 9 years ago
  26. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 9 years ago
  27. cc9e605 module: do not print allocation-fail warning on bogus user buffer size by Kirill A. Shutemov · 9 years ago
  28. 7b63c3a kernel/module.c: fix typos in message about unused symbols by Yannick Guerrini · 9 years ago
  29. 35a9393 lockdep: Fix the module unload key range freeing logic by Peter Zijlstra · 9 years ago
  30. a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 9 years ago
  31. 168e47f kernel/module.c: Update debug alignment after symtable generation by Laura Abbott · 9 years ago
  32. be02a18 kernel/module.c: do not inline do_init_module() by Jan Kiszka · 9 years ago
  33. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 9 years ago
  34. 9cc019b module: Replace over-engineered nested sleep by Peter Zijlstra · 9 years ago
  35. d64810f module: Annotate nested sleep in resolve_symbol() by Peter Zijlstra · 9 years ago
  36. ab92ebb module: Remove double spaces in module verification taint message by Marcel Holtmann · 9 years ago
  37. de96d79 kernel/module.c: Free lock-classes if parse_args failed by Andrey Tsyvarev · 9 years ago
  38. d5db139 module: make module_refcount() a signed integer. by Rusty Russell · 9 years ago
  39. c749637 module: fix race in kallsyms resolution during module load success. by Rusty Russell · 9 years ago
  40. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  41. d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 9 years ago
  42. d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  43. 6da0b56 kernel:module Fix coding style errors and warnings. by Ionut Alexa · 10 years ago
  44. e513cc1 module: Remove stop_machine from module unloading by Masami Hiramatsu · 10 years ago
  45. 2f35c41 module: Replace module_ref with atomic_t refcnt by Masami Hiramatsu · 10 years ago
  46. 0286b5e lib/bug: Use RCU list ops for module_bug_list by Masami Hiramatsu · 10 years ago
  47. 461e34a module: Unlink module with RCU synchronizing instead of stop_machine by Masami Hiramatsu · 10 years ago
  48. 4f48795 module: Wait for RCU synchronizing before releasing a module by Masami Hiramatsu · 10 years ago
  49. 3c9b2c3 sched, modules: Fix nested sleep in add_unformed_module() by Peter Zijlstra · 10 years ago
  50. 50edb5c Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  51. d3051b4 modules, lock around setting of MODULE_STATE_UNFORMED by Prarit Bhargava · 10 years ago
  52. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  53. 6c34f1f aarch64: filter $x from kallsyms by Kyle McMartin · 10 years ago
  54. 6a4c264 module: rename KERNEL_PARAM_FL_NOARG to avoid confusion by Jani Nikula · 10 years ago
  55. ff7e005 module: Clean up ro/nx after early module load failures by Andy Lutomirski · 10 years ago
  56. c8d6637 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  57. 2e3a10a ARM: avoid ARM binutils leaking ELF local symbols by Russell King · 10 years ago
  58. 9b20a35 module: add within_module() function by Petr Mladek · 10 years ago
  59. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  60. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  61. 4982223 module: set nx before marking module MODULE_STATE_COMING. by Rusty Russell · 10 years ago
  62. 60b88f3 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  63. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  64. 51e158c param: hand arguments after -- straight to init by Rusty Russell · 10 years ago
  65. 79465d2 module: remove warning about waiting module removal. by Rusty Russell · 10 years ago
  66. 08f141d modules: use raw_cpu_write for initialization of per cpu refcount. by Christoph Lameter · 10 years ago
  67. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  68. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 57673c2 Use 'E' instead of 'X' for unsigned module taint flag. by Rusty Russell · 10 years ago
  70. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 10 years ago
  71. 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 10 years ago
  72. 27bba4d module: use pr_cont by Jiri Slaby · 10 years ago
  73. 8037598 lto: Handle LTO common symbols in module loader by Joe Mario · 10 years ago
  74. 22e6695 module: Add missing newline in printk call. by Tetsuo Handa · 10 years ago
  75. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  76. bddb12b kernel/module.c: use pr_foo() by Andrew Morton · 11 years ago
  77. eb3057d kernel: add support for init_array constructors by Frantisek Hrbata · 11 years ago
  78. 3f2b9c9 module: remove rmmod --wait option. by Rusty Russell · 11 years ago
  79. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  80. a2e0578 switch copy_module_from_fd() to fdget by Al Viro · 11 years ago
  81. 942e443 module: Fix mod->mkobj.kobj potentially freed too early by Li Zhong · 11 years ago
  82. cc56ded kernel/module.c: use scnprintf() instead of sprintf() by Chen Gang · 11 years ago
  83. 0ce8140 module: Add NOARG flag for ops with param_set_bool_enable_only() set function by Steven Rostedt · 11 years ago
  84. 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
  85. 9eb76d7 module: cleanup call chain. by Rusty Russell · 11 years ago
  86. 8d8022e module: do percpu allocation after uniqueness check. No, really! by Rusty Russell · 11 years ago
  87. 54041d8 modules: don't fail to load on unknown parameters. by Rusty Russell · 11 years ago
  88. 4f6de4d module: don't modify argument of module_kallsyms_lookup_name() by Mathias Krause · 11 years ago
  89. 89c8373 kmemleak: No need for scanning specific module sections by Steven Rostedt · 11 years ago
  90. 06c9494 kmemleak: Scan all allocated, writeable and not executable module sections by Steven Rostedt · 11 years ago
  91. 944a1fa module: don't unlink the module until we've removed all exposure. by Rusty Russell · 11 years ago
  92. a4b6a77 module: fix symbol versioning with symbol prefixes by James Hogan · 11 years ago
  93. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  94. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  95. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  96. a3535c7 module: clean up load_module a little more. by Rusty Russell · 11 years ago
  97. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  98. 64748a2 module: printk message when module signature fail taints kernel. by Rusty Russell · 11 years ago
  99. ee61abb module: fix missing module_mutex unlock by Linus Torvalds · 11 years ago
  100. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago