1. ae646f0 init: fix false positives in W+X checking by Jeffrey Hugo · 7 years ago
  2. be71eda module: Fix display of wrong module .text address by Thomas Richter · 7 years ago
  3. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  4. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 7 years ago
  5. 3f553b3 module: propagate error in modules_open() by Leon Yu · 7 years ago
  6. 581e400 Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  7. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  8. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  9. 6304672 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  11. 1323eac ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label by Namit Gupta · 7 years ago
  12. 540adea error-injection: Separate error-injection from kprobe by Masami Hiramatsu · 7 years ago
  13. b865ea6 sections: split dereference_function_descriptor() by Sergey Senozhatsky · 7 years ago
  14. 92ace99 add infrastructure for tagging functions as error injectable by Josef Bacik · 7 years ago
  15. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  16. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  17. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  18. b33e3cc Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  19. 516fb7f /proc/module: use the same logic as /proc/kallsyms for address exposure by Linus Torvalds · 7 years ago
  20. 277642d modules: make sysfs attribute files readable by owner only by Linus Torvalds · 7 years ago
  21. fda784e module: export module signature enforcement status by Bruno E. O. Meneguele · 7 years ago
  22. 9ad0457 kernel/module: Delete an error message for a failed memory allocation in add_module_usage() by Markus Elfring · 7 years ago
  23. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  24. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  25. 5279631 module: fix ddebug_remove_module() by Zhou Chengming · 8 years ago
  26. 3a75ad1 Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  27. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 8 years ago
  28. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  29. 2074006 Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  30. 563ec5c kernel/module.c: use linux/set_memory.h by Michael Ellerman · 8 years ago
  31. 96b5b19 module: make the modinfo name const by Luis R. Rodriguez · 8 years ago
  32. 9343735 module: use list_for_each_entry_rcu() on find_module_all() by Luis R. Rodriguez · 8 years ago
  33. 1ba5c08 kernel/module.c: suppress warning about unused nowarn variable by Corentin Labbe · 8 years ago
  34. 99be647 trace: rename struct module entry for trace enums by Jeremy Linton · 8 years ago
  35. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  36. f36776f kobject: support passing in variables for synthetic uevents by Peter Rajnoha · 8 years ago
  37. 3e2e857 module: Add module name to modinfo by Kees Cook · 8 years ago
  38. 4901942 module: Pass struct load_info into symbol checks by Kees Cook · 8 years ago
  39. bbca07c kernel/module.c: use set_memory.h header by Laura Abbott · 8 years ago
  40. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  41. 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
  42. 46f0537 Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  43. f6276ac audit: log module name on delete_module by Richard Guy Briggs · 8 years ago
  44. 1758618 kallsyms: Use bounded strnchr() when parsing string by Naveen N. Rao · 8 years ago
  45. 8ce371f lockdep: Fix per-cpu static objects by Peter Zijlstra · 8 years ago
  46. 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
  47. 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
  48. 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
  49. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  50. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  51. a554488 module: fix memory leak on early load_module() failures by Luis R. Rodriguez · 8 years ago
  52. ca86cad audit: log module name on init_module by Richard Guy Briggs · 8 years ago
  53. 5ff2264 module: Optimize search_module_extables() by Peter Zijlstra · 8 years ago
  54. 8a293be core: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  55. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  56. 71810db modversions: treat symbol CRCs as 32 bit quantities by Ard Biesheuvel · 8 years ago
  57. 7598d16 livepatch/module: print notice of TAINT_LIVEPATCH by Joe Lawrence · 8 years ago
  58. 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
  59. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  60. 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
  61. faaae2a Re-enable CONFIG_MODVERSIONS in a slightly weaker form by Linus Torvalds · 8 years ago
  62. 39290b3 module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 8 years ago
  63. 71d9f50 module: Fix a comment above strong_try_module_get() by Miroslav Benes · 8 years ago
  64. 905dd707f module: When modifying a module's text ignore modules which are going away too by Aaron Tomlin · 8 years ago
  65. 885a78d module: Ensure a module's state is set accordingly during module coming cleanup code by Aaron Tomlin · 8 years ago
  66. 7fd8329 taint/module: Clean up global and module taint flags handling by Petr Mladek · 8 years ago
  67. 2992ef2 livepatch/module: make TAINT_LIVEPATCH module-specific by Josh Poimboeuf · 8 years ago
  68. 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
  69. 444d13f modules: add ro_after_init support by Jessica Yu · 8 years ago
  70. be7de5f modules: Add kernel parameter to blacklist modules by Prarit Bhargava · 8 years ago
  71. 9502514 module: Do a WARN_ON_ONCE() for assert module mutex not held by Steven Rostedt · 8 years ago
  72. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  73. bca014c module: Invalidate signatures on force-loaded modules by Ben Hutchings · 9 years ago
  74. 3205c36 module: Issue warnings when tainting kernel by Libor Pechacek · 9 years ago
  75. c75b590 module: fix redundant test. by Rusty Russell · 9 years ago
  76. bf262dc module: fix noreturn attribute for __module_put_and_exit() by Jiri Kosina · 9 years ago
  77. 1ce15ef module: preserve Elf information for livepatch modules by Jessica Yu · 9 years ago
  78. 0f49fc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  79. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  80. 7e545d6 livepatch/module: remove livepatch module notifier by Jessica Yu · 9 years ago
  81. 4c973d1 modules: split part of complete_formation() into prepare_coming_module() by Jessica Yu · 9 years ago
  82. a1db742 module: replace copy_module_from_fd with kernel version by Mimi Zohar · 9 years ago
  83. 705d43d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  84. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 9 years ago
  85. 8244062 modules: fix longstanding /proc/kallsyms vs module insertion race. by Rusty Russell · 9 years ago
  86. 2e7bac5 module: wrapper for symbol name. by Rusty Russell · 9 years ago
  87. 4355efb modules: fix modparam async_probe request by Luis R. Rodriguez · 9 years ago
  88. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  89. 049fb9b ftrace/module: Call clean up function when module init fails early by Steven Rostedt (Red Hat) · 9 years ago
  90. e022441 module: keep percpu symbols in module's symtab by Miroslav Benes · 9 years ago
  91. 85c898d module: clean up RO/NX handling. by Rusty Russell · 9 years ago
  92. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  93. 20ef10c module: Use the same logic for setting and unsetting RO/NX by Josh Poimboeuf · 9 years ago
  94. 275d7d4 module: Fix locking in symbol_put_addr() by Peter Zijlstra · 9 years ago
  95. fe0d34d module: weaken locking assertion for oops path. by Rusty Russell · 9 years ago
  96. 758556b module: Fix load_module() error path by Peter Zijlstra · 10 years ago
  97. 02201e3 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. cf2fde7 param: fix module param locks when !CONFIG_SYSFS. by Rusty Russell · 10 years ago
  99. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  100. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago