1. 763978c Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years ago
  2. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  3. 77dbd72 Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years ago
  4. a97ac8cb module: fix signature check failures when using in-kernel decompression by Dmitry Torokhov · 3 years ago
  5. b1ae6dc module: add in-kernel support for decompressing by Dmitry Torokhov · 3 years ago
  6. 9dc3c3f module: Remove outdated comment by Yu Chen · 3 years, 1 month ago
  7. f5bdb34 livepatch: Avoid CPU hogging with cond_resched by David Vernet · 3 years ago
  8. ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  9. 7fd982f module: change to print useful messages from elf_validity_check() by Shuah Khan · 3 years, 2 months ago
  10. d83d42d module: fix validate_section_offset() overflow bug on 64-bit by Shuah Khan · 3 years, 2 months ago
  11. 0d67e33 module: fix clang CFI with MODULE_UNLOAD=n by Arnd Bergmann · 3 years, 3 months ago
  12. 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 7 months ago
  13. 9294523 module: add printk formats to add module build ID to stacktraces by Stephen Boyd · 3 years, 6 months ago
  14. a931dd3 Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 6 months ago
  15. 0c18f29 module: limit enabling module.sig_enforce by Mimi Zohar · 3 years, 6 months ago
  16. 2c0f0f3 module: correctly exit module_kallsyms_on_each_symbol when fn() != 0 by Jon Mediero · 3 years, 7 months ago
  17. 055f23b module: check for exit sections in layout_sections() instead of module_init_section() by Jessica Yu · 3 years, 8 months ago
  18. 02b2fb4 kernel/module: Use BUG_ON instead of if condition followed by BUG by zhouchuangao · 3 years, 8 months ago
  19. 65c61de Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 8 months ago
  20. cf68fff add support for Clang CFI by Sami Tolvanen · 3 years, 9 months ago
  21. 3312134 module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOAD by Jessica Yu · 3 years, 9 months ago
  22. 1e80d9c module: potential uninitialized return in module_kallsyms_on_each_symbol() by Dan Carpenter · 3 years, 11 months ago
  23. 3679482 module: remove EXPORT_UNUSED_SYMBOL* by Christoph Hellwig · 3 years, 11 months ago
  24. f1c3d73 module: remove EXPORT_SYMBOL_GPL_FUTURE by Christoph Hellwig · 3 years, 11 months ago
  25. 00cc2c1 module: move struct symsearch to module.c by Christoph Hellwig · 3 years, 11 months ago
  26. 0b96615 module: pass struct find_symbol_args to find_symbol by Christoph Hellwig · 4 years ago
  27. 71e4b30 module: merge each_symbol_section into find_symbol by Christoph Hellwig · 3 years, 11 months ago
  28. a7c38f2 module: remove each_symbol_in_section by Christoph Hellwig · 3 years, 11 months ago
  29. 922f2a7 module: mark module_mutex static by Christoph Hellwig · 3 years, 11 months ago
  30. 3e35520 kallsyms: only build {,module_}kallsyms_on_each_symbol when required by Christoph Hellwig · 3 years, 11 months ago
  31. 013c166 kallsyms: refactor {,module_}kallsyms_on_each_symbol by Christoph Hellwig · 3 years, 11 months ago
  32. a006050 module: use RCU to synchronize find_module by Christoph Hellwig · 3 years, 11 months ago
  33. 089049f module: unexport find_module and module_mutex by Christoph Hellwig · 3 years, 11 months ago
  34. ec2a295 module: harden ELF info handling by Frank van der Linden · 4 years ago
  35. ebfac7b module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols by Fangrui Song · 4 years ago
  36. 312dcaf Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years ago
  37. 38dc717 module: delay kobject uevent until after module init call by Jessica Yu · 4 years, 1 month ago
  38. 2fe8890 bpf: Keep module's btf_data_size intact after load by Andrii Nakryiko · 4 years, 1 month ago
  39. 607c543 bpf: Sanitize BTF data pointer after module is loaded by Andrii Nakryiko · 4 years, 1 month ago
  40. 36e6844 bpf: Load and verify kernel module BTFs by Andrii Nakryiko · 4 years, 2 months ago
  41. 24b9f0d module: fix comment style by Sergey Shtylyov · 4 years, 2 months ago
  42. 2541743e module: add more 'kernel-doc' comments by Sergey Shtylyov · 4 years, 2 months ago
  43. 24389b6 module: fix up 'kernel-doc' comments by Sergey Shtylyov · 4 years, 2 months ago
  44. 076aa52 module: only handle errors with the *switch* statement in module_sig_check() by Sergey Shtylyov · 4 years, 2 months ago
  45. 10ccd1a module: avoid *goto*s in module_sig_check() by Sergey Shtylyov · 4 years, 2 months ago
  46. 705e919 module: merge repetitive strings in module_sig_check() by Sergey Shtylyov · 4 years, 2 months ago
  47. 5e8ed28 module: set MODULE_STATE_GOING state when a module fails to load by Miroslav Benes · 4 years, 2 months ago
  48. 2b71482 Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 2 months ago
  49. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 2 months ago
  50. fdf09ab module: statically initialize init section freeing data by Daniel Jordan · 4 years, 3 months ago
  51. 0fa8e08 fs/kernel_file_read: Add "offset" arg for partial reads by Kees Cook · 4 years, 3 months ago
  52. 38f9017 module: Call security_kernel_post_load_data() by Kees Cook · 4 years, 3 months ago
  53. b64fcae LSM: Introduce kernel_post_load_data() hook by Kees Cook · 4 years, 3 months ago
  54. 8853528 fs/kernel_read_file: Add file_size output argument by Kees Cook · 4 years, 3 months ago
  55. f7a4f68 fs/kernel_read_file: Remove redundant size argument by Kees Cook · 4 years, 3 months ago
  56. b89999d0 fs/kernel_read_file: Split into separate include file by Scott Branden · 4 years, 3 months ago
  57. c307459 fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum by Kees Cook · 4 years, 3 months ago
  58. 14721ad module: Add more error message for failed kernel module loading by Qu Wenruo · 4 years, 4 months ago
  59. 9183c3f static_call: Add inline static call infrastructure by Josh Poimboeuf · 4 years, 4 months ago
  60. 59cc8e0 module: Properly propagate MODULE_STATE_COMING failure by Peter Zijlstra · 4 years, 4 months ago
  61. 0fd9cc6 Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 5 months ago
  62. 6ba0d2e Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  63. 11990a5 module: Correctly truncate sysfs sections output by Kees Cook · 4 years, 5 months ago
  64. 262e6ae modules: inherit TAINT_PROPRIETARY_MODULE by Christoph Hellwig · 4 years, 5 months ago
  65. ef1dac6 modules: return licensing information from find_symbol by Christoph Hellwig · 4 years, 5 months ago
  66. cd8732c modules: rename the licence field in struct symsearch to license by Christoph Hellwig · 4 years, 5 months ago
  67. 34e6470 modules: unexport __module_address by Christoph Hellwig · 4 years, 5 months ago
  68. 3fe1e56 modules: unexport __module_text_address by Christoph Hellwig · 4 years, 5 months ago
  69. a54e049 modules: mark each_symbol_section static by Christoph Hellwig · 4 years, 5 months ago
  70. 7731104 modules: mark find_symbol static by Christoph Hellwig · 4 years, 5 months ago
  71. 7ef5264d modules: mark ref_module static by Christoph Hellwig · 4 years, 5 months ago
  72. e5ebffe dyndbg: rename __verbose section to __dyndbg by Jim Cromie · 4 years, 5 months ago
  73. ce69fb3 Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  74. b25a7c5 module: Do not expose section addresses to non-CAP_SYSLOG by Kees Cook · 4 years, 6 months ago
  75. ed66f991 module: Refactor section attr into bin attribute by Kees Cook · 4 years, 6 months ago
  76. 1602518 kallsyms: Refactor kallsyms_show_value() to take cred by Kees Cook · 4 years, 6 months ago
  77. a3a66c3 vmalloc: fix the owner argument for the new __vmalloc_node_range callers by Christoph Hellwig · 4 years, 6 months ago
  78. 7a0e27b mm: remove vmalloc_exec by Christoph Hellwig · 4 years, 6 months ago
  79. 490741a module: move the set_fs hack for flush_icache_range to m68k by Christoph Hellwig · 4 years, 7 months ago
  80. 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
  81. 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
  82. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  83. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  84. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  85. c2b0fc8 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
  86. 66e9b07 kprobes: Prevent probes in .noinstr.text section by Thomas Gleixner · 4 years, 10 months ago
  87. 2318976 ARM: 8976/1: module: allow arch overrides for .init section names by Vincent Whitchurch · 4 years, 8 months ago
  88. 16db626 kprobes: Support NOKPROBE_SYMBOL() in modules by Masami Hiramatsu · 4 years, 9 months ago
  89. 1e6769b kprobes: Support __kprobes blacklist in modules by Masami Hiramatsu · 4 years, 9 months ago
  90. e6eff43 module: Make module_enable_ro() static again by Josh Poimboeuf · 4 years, 8 months ago
  91. 0d9fbf78 module: Remove module_disable_ro() by Josh Poimboeuf · 4 years, 8 months ago
  92. 7c8e2bd livepatch: Apply vmlinux-specific KLP relocations early by Josh Poimboeuf · 4 years, 8 months ago
  93. 51161bf kernel/module: Hide vermagic header file from general use by Leon Romanovsky · 4 years, 8 months ago
  94. 5c3a7db module: Harden STRICT_MODULE_RWX by Peter Zijlstra · 4 years, 9 months ago
  95. db991af module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefs by Jessica Yu · 4 years, 9 months ago
  96. 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
  97. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  98. 0f74226 kernel: module: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  99. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  100. 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