1. 490741a module: move the set_fs hack for flush_icache_range to m68k by Christoph Hellwig · 4 years, 7 months ago
  2. 084623e Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 7 months ago
  3. 9fb4c52 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 4 years, 7 months ago
  4. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  5. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  6. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  7. c2b0fc8 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 8 months ago
  8. 66e9b07 kprobes: Prevent probes in .noinstr.text section by Thomas Gleixner · 4 years, 10 months ago
  9. 2318976 ARM: 8976/1: module: allow arch overrides for .init section names by Vincent Whitchurch · 4 years, 8 months ago
  10. 16db626 kprobes: Support NOKPROBE_SYMBOL() in modules by Masami Hiramatsu · 4 years, 10 months ago
  11. 1e6769b kprobes: Support __kprobes blacklist in modules by Masami Hiramatsu · 4 years, 10 months ago
  12. e6eff43 module: Make module_enable_ro() static again by Josh Poimboeuf · 4 years, 9 months ago
  13. 0d9fbf78 module: Remove module_disable_ro() by Josh Poimboeuf · 4 years, 9 months ago
  14. 7c8e2bdd livepatch: Apply vmlinux-specific KLP relocations early by Josh Poimboeuf · 4 years, 9 months ago
  15. 51161bf kernel/module: Hide vermagic header file from general use by Leon Romanovsky · 4 years, 9 months ago
  16. 5c3a7db module: Harden STRICT_MODULE_RWX by Peter Zijlstra · 4 years, 9 months ago
  17. db991af module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefs by Jessica Yu · 4 years, 9 months ago
  18. c0cc271 Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 9 months ago
  19. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  20. 0f74226 kernel: module: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  21. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  22. ddaefe8 Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  23. 708e0ad module: avoid setting info->name early in case we can fall back to info->mod->name by Jessica Yu · 5 years ago
  24. e9f35f6 modsign: print module name along with error message by Jessica Yu · 5 years ago
  25. f6d061d kernel/module: Fix memleak in module_add_modinfo_attrs() by YueHaibing · 5 years ago
  26. 46f5cfc Merge branch 'core/kprobes' into perf/core, to pick up a completed branch by Ingo Molnar · 5 years ago
  27. 6674fdb Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  28. af74262 module: Remove accidental change of module_enable_x() by Steven Rostedt (VMware) · 5 years ago
  29. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  30. bf08949 modules: lockdep: Suppress suspicious RCU usage warning by Masami Hiramatsu · 5 years ago
  31. 0f13741 Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  32. 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  33. 958de66 module: Remove set_all_modules_text_*() by Peter Zijlstra · 5 years ago
  34. 5d60331 kernel/module.c: wakeup processes in module_wq on module unload by Konstantin Khorenko · 5 years ago
  35. e585e64 tracing: Verify if trace array exists before destroying it. by Divya Indi · 5 years ago
  36. a1326b17 module/ftrace: handle patchable-function-entry by Mark Rutland · 5 years ago
  37. c3a6cf1 export: avoid code duplication in include/linux/export.h by Masahiro Yamada · 5 years ago
  38. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  39. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  40. b605be6 module: remove unneeded casts in cmp_name() by Masahiro Yamada · 5 years ago
  41. 069e1c0 module: Fix link failure due to invalid relocation on namespace offset by Will Deacon · 5 years ago
  42. 3d52ec5 module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS by Matthias Maennich · 5 years ago
  43. 8651ec0 module: add support for symbol namespaces. by Matthias Maennich · 5 years ago
  44. c5e4a06 module: support reading multiple values per modinfo tag by Matthias Maennich · 5 years ago
  45. 3b5be16 modules: page-align module section allocations only for arches supporting strict module rwx by He Zhe · 5 years ago
  46. 49fcf73 lockdown: Enforce module signatures if the kernel is locked down by David Howells · 5 years ago
  47. c8424e7 MODSIGN: Export module signature definitions by Thiago Jung Bauermann · 6 years ago
  48. 38f054d modules: always page-align module section allocations by Jessica Yu · 5 years ago
  49. da0acd7 Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  50. 83086d6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  51. 93651f8 modules: fix compile error if don't have strict module rwx by Yang Yingliang · 6 years ago
  52. 38b37d6 module: allow arch overrides for .exit section names by Matthias Schiffer · 6 years ago
  53. 2eef139 modules: fix BUG when load module with rodata=n by Yang Yingliang · 6 years ago
  54. bc6f2a7 kernel/module: Fix mem leak in module_add_modinfo_attrs by YueHaibing · 6 years ago
  55. 8d1b73d kernel: module: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  56. 6e6de3d kernel/module.c: Only return -EEXIST for modules that have finished loading by Prarit Bhargava · 6 years ago
  57. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  58. fe15b50 srcu: Allocate per-CPU data for DEFINE_SRCU() in modules by Paul E. McKenney · 6 years ago
  59. 280664f5 Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 6 years ago
  60. 7664cd6 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  61. 1a7b7d9 modules: Use vmalloc special flag by Rick Edgecombe · 6 years ago
  62. f2c65fb x86/modules: Avoid breaking W^X while loading modules by Nadav Amit · 6 years ago
  63. 1c7651f kallsyms: store type information in its own array by Eugene Loh · 6 years ago
  64. 8db5da0 x86/ima: require signed kernel modules by Mimi Zohar · 6 years ago
  65. a4507fe dynamic_debug: add static inline stub for ddebug_add_module by Rasmus Villemoes · 6 years ago
  66. 513770f dynamic_debug: move pr_err from module.c to ddebug_add_module by Rasmus Villemoes · 6 years ago
  67. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  68. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  69. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  70. 7f9f852 Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 6 years ago
  71. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  72. 93d77e7 ARM: module: Fix function kallsyms on Thumb-2 by Vincent Whitchurch · 6 years ago
  73. 5439c98 module: Overwrite st_size instead of st_info by Vincent Whitchurch · 6 years ago
  74. df44b47 kobject: return error code if writing /sys/.../uevent fails by Peter Rajnoha · 6 years ago
  75. 2d25bc5 module: make it clearer when we're handling kallsyms symbols vs exported symbols by Jessica Yu · 6 years ago
  76. cb2f553 modules: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  77. e872267 jump_table: Move entries into ro_after_init region by Ard Biesheuvel · 6 years ago
  78. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 6 years ago
  79. d190775 Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 6 years ago
  80. 9be936f kernel/module: Use kmemdup to replace kmalloc+memcpy by zhong jiang · 6 years ago
  81. c77b8cd module: replace the existing LSM hook in init_module by Mimi Zohar · 7 years ago
  82. f314dfe modsign: log module name in the event of an error by Jessica Yu · 7 years ago
  83. 996302c module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal by Masahiro Yamada · 7 years ago
  84. 62267e0 module: print sensible error code by Jason A. Donenfeld · 7 years ago
  85. 5fdc7db module: setup load info before module_sig_check() by Jessica Yu · 7 years ago
  86. 81a0abd module: make it clear when we're handling the module copy in info->hdr by Jessica Yu · 7 years ago
  87. 9f2d1e6 module: exclude SHN_UNDEF symbols from kallsyms api by Jessica Yu · 7 years ago
  88. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  89. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  90. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  91. ae646f0 init: fix false positives in W+X checking by Jeffrey Hugo · 7 years ago
  92. be71eda module: Fix display of wrong module .text address by Thomas Richter · 7 years ago
  93. c554b89 module: Allow to always show the status of modsign by Jia Zhang · 7 years ago
  94. 2c8fd26 module: Do not access sig_enforce directly by Jia Zhang · 7 years ago
  95. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  96. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 7 years ago
  97. 3f553b3 module: propagate error in modules_open() by Leon Yu · 7 years ago
  98. 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
  99. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  100. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago