1. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
  2. 31a1b987 kcov: unconditionally add -fno-stack-protector to compiler options by Marco Elver · 4 years, 5 months ago
  3. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  4. 3f0d6ec Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  5. 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 5 months ago
  6. b4e9c95 introduction of regset ->get() wrappers, switching ELF coredumps to those by Al Viro · 4 years, 7 months ago
  7. 142781e entry: Provide generic syscall entry functionality by Thomas Gleixner · 4 years, 6 months ago
  8. 884c5e6 umh: Separate the user mode driver and the user mode helper support by Eric W. Biederman · 4 years, 7 months ago
  9. 005e696 gcc-plugins/stackleak: Don't instrument itself by Alexander Popov · 4 years, 7 months ago
  10. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  11. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  12. c73be61 pipe: Add general notification queue support by David Howells · 5 years ago
  13. d08b9f0 scs: Add support for Clang's Shadow Call Stack (SCS) by Sami Tolvanen · 4 years, 9 months ago
  14. a4654e9 Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts by Ingo Molnar · 4 years, 10 months ago
  15. 43e76af kcov: ignore fault-inject and stacktrace by Dmitry Vyukov · 5 years ago
  16. 28336be Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts by Ingo Molnar · 5 years ago
  17. 76bb8b0 Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  18. 0ebba71 build, kcsan: Add KCSAN build exceptions by Marco Elver · 5 years ago
  19. dfd402a kcsan: Add Kernel Concurrency Sanitizer infrastructure by Marco Elver · 5 years ago
  20. 1463f74 kheaders: remove the last bashism to allow sh to run it by Masahiro Yamada · 5 years ago
  21. 2cb80db kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() by Iurii Zaikin · 5 years ago
  22. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  23. d7b0827 Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  24. d0a16fe9 Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 5 years ago
  25. 175fca3 kexec: add KEXEC_ELF by Sven Schnelle · 5 years ago
  26. 858805b kbuild: add $(BASH) to run scripts with bash-extension by Masahiro Yamada · 5 years ago
  27. c8424e7 MODSIGN: Export module signature definitions by Thiago Jung Bauermann · 6 years ago
  28. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago
  29. f7b101d kheaders: Move from proc to sysfs by Joel Fernandes (Google) · 6 years ago
  30. acb2ec3 kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable by Andrew Morton · 6 years ago
  31. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  32. 43d8ce9 Provide in-kernel headers to make extending kernel easier by Joel Fernandes (Google) · 6 years ago
  33. 40ea972 x86/uaccess, kcov: Disable stack protector by Peter Zijlstra · 6 years ago
  34. 13610aa kernel/configs: use .incbin directive to embed config_data.gz by Masahiro Yamada · 6 years ago
  35. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  36. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  37. 04e7712 y2038: futex: Move compat implementation into futex.c by Arnd Bergmann · 7 years ago
  38. c8fc5d4 audit: remove WATCH and TREE config options by Richard Guy Briggs · 6 years ago
  39. afaef01 x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls by Alexander Popov · 6 years ago
  40. c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 7 years ago
  41. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  42. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
  44. 5981690 memremap: split devm_memremap_pages() and memremap() infrastructure by Dan Williams · 7 years ago
  45. 4b1a29a error-injection: Support fault injection framework by Masami Hiramatsu · 7 years ago
  46. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  47. 0ce2c20 kmod: move #ifdef CONFIG_MODULES wrapper to Makefile by Luis R. Rodriguez · 7 years ago
  48. 2355869 kmod: split out umh code into its own file by Luis R. Rodriguez · 7 years ago
  49. 22e4ebb membarrier: Provide expedited private command by Mathieu Desnoyers · 7 years ago
  50. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  51. 692f66f crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE by Hari Bathini · 8 years ago
  52. 201af4c cgroup: move cgroup files under kernel/cgroup/ by Tejun Heo · 8 years ago
  53. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  54. 73ce051 kernel/watchdog.c: move hardlockup detector to separate file by Babu Moger · 8 years ago
  55. d06505b Remove last traces of ikconfig.h by Paul Bolle · 8 years ago
  56. dbec284 userns: Add per user namespace sysctls. by Eric W. Biederman · 8 years ago
  57. f43edca ELF/MIPS build fix by Ralf Baechle · 9 years ago
  58. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  59. e11b956 kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o by Li Bin · 9 years ago
  60. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  61. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  62. a43cac0 kexec: split kexec_file syscall code to kexec_file.c by Dave Young · 9 years ago
  63. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  64. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  65. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  66. 92281dee arch: introduce memremap() by Dan Williams · 9 years ago
  67. cfc411e Move certificate handling to its own directory by David Howells · 9 years ago
  68. 770f2b9 modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS by David Woodhouse · 9 years ago
  69. 99d27b1 modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option by David Woodhouse · 9 years ago
  70. fb11794 modsign: Use single PEM file for autogenerated key by David Woodhouse · 9 years ago
  71. 1329e8c modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed by David Woodhouse · 9 years ago
  72. 19e91b6 modsign: Allow external signing key to be specified by David Woodhouse · 9 years ago
  73. 7f49294 audit: clean simple fsnotify implementation by Richard Guy Briggs · 9 years ago
  74. 49b786e cgroup: implement the PIDs subsystem by Aleksa Sarai · 10 years ago
  75. 7df9ab8 make certificate list change message more useful by Linus Torvalds · 10 years ago
  76. 9c4249c modsign: change default key details by David Howells · 10 years ago
  77. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  78. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  79. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  80. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 10 years ago
  81. 89f703f X.509: shut up about included cert for silent build by Arnd Bergmann · 10 years ago
  82. b700e7f livepatch: kernel: add support for live patching by Seth Jennings · 10 years ago
  83. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 10 years ago
  84. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  85. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  86. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  87. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  88. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago
  89. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. 51b1130 rcutorture: Abstract rcu_torture_random() by Paul E. McKenney · 11 years ago
  92. 58edae3 lto: Disable LTO for sys_ni by Andi Kleen · 11 years ago
  93. cf37b6b sched/idle: Move cpu/idle.c to sched/idle.c by Nicolas Pitre · 11 years ago
  94. f46a3cb KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y by Kirill Tkhai · 11 years ago
  95. d7ec435 X.509: Fix certificate gathering by David Howells · 11 years ago
  96. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  97. cd4d241 locking: Move the lglocks code to kernel/locking/ by Peter Zijlstra · 11 years ago
  98. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  99. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  100. e25a64c locking: Move the semaphore core to kernel/locking/ by Peter Zijlstra · 11 years ago