1. bbca07c kernel/module.c: use set_memory.h header by Laura Abbott · 8 years ago
  2. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  3. a1be8ed Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  4. 46f0537 Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  5. f6276ac audit: log module name on delete_module by Richard Guy Briggs · 8 years ago
  6. 1758618 kallsyms: Use bounded strnchr() when parsing string by Naveen N. Rao · 8 years ago
  7. 8ce371f lockdep: Fix per-cpu static objects by Peter Zijlstra · 8 years ago
  8. 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
  9. 6ef192f Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  10. 7bb0338 Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  11. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  12. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  13. a554488 module: fix memory leak on early load_module() failures by Luis R. Rodriguez · 8 years ago
  14. ca86cad audit: log module name on init_module by Richard Guy Briggs · 8 years ago
  15. 5ff2264 module: Optimize search_module_extables() by Peter Zijlstra · 8 years ago
  16. 8a293be core: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  17. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  18. 71810db modversions: treat symbol CRCs as 32 bit quantities by Ard Biesheuvel · 8 years ago
  19. 7598d16 livepatch/module: print notice of TAINT_LIVEPATCH by Joe Lawrence · 8 years ago
  20. 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
  21. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  22. 4d98ead Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  23. faaae2a Re-enable CONFIG_MODVERSIONS in a slightly weaker form by Linus Torvalds · 8 years ago
  24. 39290b3 module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 8 years ago
  25. 71d9f50 module: Fix a comment above strong_try_module_get() by Miroslav Benes · 8 years ago
  26. 905dd70 module: When modifying a module's text ignore modules which are going away too by Aaron Tomlin · 8 years ago
  27. 885a78d module: Ensure a module's state is set accordingly during module coming cleanup code by Aaron Tomlin · 8 years ago
  28. 7fd8329 taint/module: Clean up global and module taint flags handling by Petr Mladek · 8 years ago
  29. 2992ef2 livepatch/module: make TAINT_LIVEPATCH module-specific by Josh Poimboeuf · 8 years ago
  30. fb1b83d Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 8 years ago
  31. 444d13f modules: add ro_after_init support by Jessica Yu · 8 years ago
  32. be7de5f modules: Add kernel parameter to blacklist modules by Prarit Bhargava · 8 years ago
  33. 9502514 module: Do a WARN_ON_ONCE() for assert module mutex not held by Steven Rostedt · 8 years ago
  34. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  35. bca014c module: Invalidate signatures on force-loaded modules by Ben Hutchings · 9 years ago
  36. 3205c36 module: Issue warnings when tainting kernel by Libor Pechacek · 9 years ago
  37. c75b590 module: fix redundant test. by Rusty Russell · 9 years ago
  38. bf262dc module: fix noreturn attribute for __module_put_and_exit() by Jiri Kosina · 9 years ago
  39. 1ce15ef module: preserve Elf information for livepatch modules by Jessica Yu · 9 years ago
  40. 0f49fc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  41. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  42. 7e545d6 livepatch/module: remove livepatch module notifier by Jessica Yu · 9 years ago
  43. 4c973d1 modules: split part of complete_formation() into prepare_coming_module() by Jessica Yu · 9 years ago
  44. a1db742 module: replace copy_module_from_fd with kernel version by Mimi Zohar · 9 years ago
  45. 705d43d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  46. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 9 years ago
  47. 8244062 modules: fix longstanding /proc/kallsyms vs module insertion race. by Rusty Russell · 9 years ago
  48. 2e7bac5 module: wrapper for symbol name. by Rusty Russell · 9 years ago
  49. 4355efb modules: fix modparam async_probe request by Luis R. Rodriguez · 9 years ago
  50. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  51. 049fb9b ftrace/module: Call clean up function when module init fails early by Steven Rostedt (Red Hat) · 9 years ago
  52. e022441 module: keep percpu symbols in module's symtab by Miroslav Benes · 9 years ago
  53. 85c898d module: clean up RO/NX handling. by Rusty Russell · 9 years ago
  54. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  55. 20ef10c module: Use the same logic for setting and unsetting RO/NX by Josh Poimboeuf · 9 years ago
  56. 275d7d4 module: Fix locking in symbol_put_addr() by Peter Zijlstra · 9 years ago
  57. fe0d34d module: weaken locking assertion for oops path. by Rusty Russell · 9 years ago
  58. 758556b module: Fix load_module() error path by Peter Zijlstra · 9 years ago
  59. 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
  60. cf2fde7 param: fix module param locks when !CONFIG_SYSFS. by Rusty Russell · 9 years ago
  61. 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
  62. 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
  63. b51d23e module: add per-module param_lock by Dan Streetman · 10 years ago
  64. 987aec3 Merge 4.1-rc7 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  65. 6727bb9 kernel/module.c: avoid ifdefs for sig_enforce declaration by Luis R. Rodriguez · 10 years ago
  66. d19f05d kernel/params.c: generalize bool_enable_only by Luis R. Rodriguez · 10 years ago
  67. 05f408d kernel/module.c: use generic module param operaters for sig_enforce by Luis R. Rodriguez · 10 years ago
  68. 4f666546 module: Rework module_addr_{min,max} by Peter Zijlstra · 10 years ago
  69. b7df4d1 module: Use __module_address() for module_address_lookup() by Peter Zijlstra · 10 years ago
  70. 6c9692e module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING by Peter Zijlstra · 10 years ago
  71. 93c2e10 module: Optimize __module_address() using a latched RB-tree by Peter Zijlstra · 10 years ago
  72. 0be964b module: Sanitize RCU usage and locking by Peter Zijlstra · 10 years ago
  73. 926a59b module: Annotate module version magic by Peter Zijlstra · 10 years ago
  74. f2411da driver-core: add driver module asynchronous probe support by Luis R. Rodriguez · 10 years ago
  75. ecc8617 module: add extra argument for parse_params() callback by Luis R. Rodriguez · 10 years ago
  76. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  77. 37815bf module: Call module notifier on failure after complete_formation() by Steven Rostedt · 10 years ago
  78. 15ce265 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  79. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  80. 3afe9f8 Copy the kernel module data from user space in chunks by Linus Torvalds · 10 years ago
  81. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 10 years ago
  82. cc9e605 module: do not print allocation-fail warning on bogus user buffer size by Kirill A. Shutemov · 10 years ago
  83. 7b63c3a kernel/module.c: fix typos in message about unused symbols by Yannick Guerrini · 10 years ago
  84. 35a9393 lockdep: Fix the module unload key range freeing logic by Peter Zijlstra · 10 years ago
  85. a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 10 years ago
  86. 168e47f kernel/module.c: Update debug alignment after symtable generation by Laura Abbott · 10 years ago
  87. be02a18 kernel/module.c: do not inline do_init_module() by Jan Kiszka · 10 years ago
  88. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
  89. 9cc019b module: Replace over-engineered nested sleep by Peter Zijlstra · 10 years ago
  90. d64810f module: Annotate nested sleep in resolve_symbol() by Peter Zijlstra · 10 years ago
  91. ab92ebb module: Remove double spaces in module verification taint message by Marcel Holtmann · 10 years ago
  92. de96d79 kernel/module.c: Free lock-classes if parse_args failed by Andrey Tsyvarev · 10 years ago
  93. d5db139 module: make module_refcount() a signed integer. by Rusty Russell · 10 years ago
  94. c749637 module: fix race in kallsyms resolution during module load success. by Rusty Russell · 10 years ago
  95. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  96. d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 10 years ago
  97. d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  98. 6da0b56 kernel:module Fix coding style errors and warnings. by Ionut Alexa · 10 years ago
  99. e513cc1 module: Remove stop_machine from module unloading by Masami Hiramatsu · 10 years ago
  100. 2f35c41 module: Replace module_ref with atomic_t refcnt by Masami Hiramatsu · 10 years ago