1. 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
  2. af74262 module: Remove accidental change of module_enable_x() by Steven Rostedt (VMware) · 5 years ago
  3. 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
  4. 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
  5. 5d60331 kernel/module.c: wakeup processes in module_wq on module unload by Konstantin Khorenko · 5 years ago
  6. e585e64 tracing: Verify if trace array exists before destroying it. by Divya Indi · 5 years ago
  7. a1326b17 module/ftrace: handle patchable-function-entry by Mark Rutland · 5 years ago
  8. c3a6cf1 export: avoid code duplication in include/linux/export.h by Masahiro Yamada · 5 years ago
  9. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  10. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  11. b605be6 module: remove unneeded casts in cmp_name() by Masahiro Yamada · 5 years ago
  12. 069e1c0 module: Fix link failure due to invalid relocation on namespace offset by Will Deacon · 5 years ago
  13. 3d52ec5 module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS by Matthias Maennich · 5 years ago
  14. 8651ec0 module: add support for symbol namespaces. by Matthias Maennich · 5 years ago
  15. c5e4a06 module: support reading multiple values per modinfo tag by Matthias Maennich · 5 years ago
  16. 3b5be16 modules: page-align module section allocations only for arches supporting strict module rwx by He Zhe · 5 years ago
  17. 49fcf73 lockdown: Enforce module signatures if the kernel is locked down by David Howells · 5 years ago
  18. c8424e7 MODSIGN: Export module signature definitions by Thiago Jung Bauermann · 6 years ago
  19. 38f054d modules: always page-align module section allocations by Jessica Yu · 5 years ago
  20. 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
  21. 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
  22. 93651f8 modules: fix compile error if don't have strict module rwx by Yang Yingliang · 6 years ago
  23. 38b37d6 module: allow arch overrides for .exit section names by Matthias Schiffer · 6 years ago
  24. 2eef139 modules: fix BUG when load module with rodata=n by Yang Yingliang · 6 years ago
  25. bc6f2a7 kernel/module: Fix mem leak in module_add_modinfo_attrs by YueHaibing · 6 years ago
  26. 8d1b73d kernel: module: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  27. 6e6de3d kernel/module.c: Only return -EEXIST for modules that have finished loading by Prarit Bhargava · 6 years ago
  28. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  29. fe15b50 srcu: Allocate per-CPU data for DEFINE_SRCU() in modules by Paul E. McKenney · 6 years ago
  30. 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
  31. 7664cd6 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  32. 1a7b7d9 modules: Use vmalloc special flag by Rick Edgecombe · 6 years ago
  33. f2c65fb x86/modules: Avoid breaking W^X while loading modules by Nadav Amit · 6 years ago
  34. 1c7651f kallsyms: store type information in its own array by Eugene Loh · 6 years ago
  35. 8db5da0 x86/ima: require signed kernel modules by Mimi Zohar · 6 years ago
  36. a4507fe dynamic_debug: add static inline stub for ddebug_add_module by Rasmus Villemoes · 6 years ago
  37. 513770f dynamic_debug: move pr_err from module.c to ddebug_add_module by Rasmus Villemoes · 6 years ago
  38. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  39. 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
  40. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  41. 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
  42. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  43. 93d77e7 ARM: module: Fix function kallsyms on Thumb-2 by Vincent Whitchurch · 6 years ago
  44. 5439c98 module: Overwrite st_size instead of st_info by Vincent Whitchurch · 6 years ago
  45. df44b47 kobject: return error code if writing /sys/.../uevent fails by Peter Rajnoha · 6 years ago
  46. 2d25bc5 module: make it clearer when we're handling kallsyms symbols vs exported symbols by Jessica Yu · 6 years ago
  47. cb2f553 modules: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  48. e872267 jump_table: Move entries into ro_after_init region by Ard Biesheuvel · 6 years ago
  49. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 6 years ago
  50. 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
  51. 9be936f kernel/module: Use kmemdup to replace kmalloc+memcpy by zhong jiang · 6 years ago
  52. c77b8cd module: replace the existing LSM hook in init_module by Mimi Zohar · 6 years ago
  53. f314dfe modsign: log module name in the event of an error by Jessica Yu · 7 years ago
  54. 996302c module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal by Masahiro Yamada · 7 years ago
  55. 62267e0 module: print sensible error code by Jason A. Donenfeld · 7 years ago
  56. 5fdc7db module: setup load info before module_sig_check() by Jessica Yu · 7 years ago
  57. 81a0abd module: make it clear when we're handling the module copy in info->hdr by Jessica Yu · 7 years ago
  58. 9f2d1e6 module: exclude SHN_UNDEF symbols from kallsyms api by Jessica Yu · 7 years ago
  59. 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
  60. 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
  61. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  62. ae646f0 init: fix false positives in W+X checking by Jeffrey Hugo · 7 years ago
  63. be71eda module: Fix display of wrong module .text address by Thomas Richter · 7 years ago
  64. c554b89 module: Allow to always show the status of modsign by Jia Zhang · 7 years ago
  65. 2c8fd26 module: Do not access sig_enforce directly by Jia Zhang · 7 years ago
  66. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  67. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 7 years ago
  68. 3f553b3 module: propagate error in modules_open() by Leon Yu · 7 years ago
  69. 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
  70. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  71. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  72. 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
  73. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  74. 1323eac ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label by Namit Gupta · 7 years ago
  75. 540adea error-injection: Separate error-injection from kprobe by Masami Hiramatsu · 7 years ago
  76. b865ea6 sections: split dereference_function_descriptor() by Sergey Senozhatsky · 7 years ago
  77. 92ace99 add infrastructure for tagging functions as error injectable by Josef Bacik · 7 years ago
  78. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  79. 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
  80. 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
  81. b33e3cc Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  82. 516fb7f /proc/module: use the same logic as /proc/kallsyms for address exposure by Linus Torvalds · 7 years ago
  83. 277642d modules: make sysfs attribute files readable by owner only by Linus Torvalds · 7 years ago
  84. fda784e module: export module signature enforcement status by Bruno E. O. Meneguele · 7 years ago
  85. 9ad0457 kernel/module: Delete an error message for a failed memory allocation in add_module_usage() by Markus Elfring · 7 years ago
  86. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  87. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  88. 5279631 module: fix ddebug_remove_module() by Zhou Chengming · 8 years ago
  89. 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
  90. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 7 years ago
  91. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. 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
  93. 563ec5c kernel/module.c: use linux/set_memory.h by Michael Ellerman · 8 years ago
  94. 96b5b19 module: make the modinfo name const by Luis R. Rodriguez · 8 years ago
  95. 9343735 module: use list_for_each_entry_rcu() on find_module_all() by Luis R. Rodriguez · 8 years ago
  96. 1ba5c08 kernel/module.c: suppress warning about unused nowarn variable by Corentin Labbe · 8 years ago
  97. 99be647 trace: rename struct module entry for trace enums by Jeremy Linton · 8 years ago
  98. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  99. f36776f kobject: support passing in variables for synthetic uevents by Peter Rajnoha · 8 years ago
  100. 3e2e857 module: Add module name to modinfo by Kees Cook · 8 years ago