1. 13610aa kernel/configs: use .incbin directive to embed config_data.gz by Masahiro Yamada · 6 years ago
  2. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  3. 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
  4. 04e7712 y2038: futex: Move compat implementation into futex.c by Arnd Bergmann · 7 years ago
  5. c8fc5d4 audit: remove WATCH and TREE config options by Richard Guy Briggs · 6 years ago
  6. afaef01 x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls by Alexander Popov · 6 years ago
  7. c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 7 years ago
  8. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  9. 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
  10. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
  11. 5981690 memremap: split devm_memremap_pages() and memremap() infrastructure by Dan Williams · 7 years ago
  12. 4b1a29a error-injection: Support fault injection framework by Masami Hiramatsu · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 0ce2c20 kmod: move #ifdef CONFIG_MODULES wrapper to Makefile by Luis R. Rodriguez · 7 years ago
  15. 2355869 kmod: split out umh code into its own file by Luis R. Rodriguez · 7 years ago
  16. 22e4ebb membarrier: Provide expedited private command by Mathieu Desnoyers · 7 years ago
  17. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  18. 692f66f crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE by Hari Bathini · 8 years ago
  19. 201af4c cgroup: move cgroup files under kernel/cgroup/ by Tejun Heo · 8 years ago
  20. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  21. 73ce051 kernel/watchdog.c: move hardlockup detector to separate file by Babu Moger · 8 years ago
  22. d06505b Remove last traces of ikconfig.h by Paul Bolle · 8 years ago
  23. dbec284 userns: Add per user namespace sysctls. by Eric W. Biederman · 8 years ago
  24. f43edca ELF/MIPS build fix by Ralf Baechle · 9 years ago
  25. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  26. e11b956 kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o by Li Bin · 9 years ago
  27. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  28. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  29. a43cac0 kexec: split kexec_file syscall code to kexec_file.c by Dave Young · 9 years ago
  30. 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
  31. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  32. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  33. 92281dee arch: introduce memremap() by Dan Williams · 9 years ago
  34. cfc411e Move certificate handling to its own directory by David Howells · 9 years ago
  35. 770f2b9 modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS by David Woodhouse · 9 years ago
  36. 99d27b1 modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option by David Woodhouse · 9 years ago
  37. fb11794 modsign: Use single PEM file for autogenerated key by David Woodhouse · 9 years ago
  38. 1329e8c modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed by David Woodhouse · 9 years ago
  39. 19e91b6 modsign: Allow external signing key to be specified by David Woodhouse · 9 years ago
  40. 7f49294 audit: clean simple fsnotify implementation by Richard Guy Briggs · 9 years ago
  41. 49b786e cgroup: implement the PIDs subsystem by Aleksa Sarai · 10 years ago
  42. 7df9ab8 make certificate list change message more useful by Linus Torvalds · 10 years ago
  43. 9c4249c modsign: change default key details by David Howells · 10 years ago
  44. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  45. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  46. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  47. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 10 years ago
  48. 89f703f X.509: shut up about included cert for silent build by Arnd Bergmann · 10 years ago
  49. b700e7f livepatch: kernel: add support for live patching by Seth Jennings · 10 years ago
  50. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 10 years ago
  51. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  52. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  53. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  55. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago
  56. 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
  57. 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
  58. 51b1130 rcutorture: Abstract rcu_torture_random() by Paul E. McKenney · 11 years ago
  59. 58edae3 lto: Disable LTO for sys_ni by Andi Kleen · 11 years ago
  60. cf37b6b sched/idle: Move cpu/idle.c to sched/idle.c by Nicolas Pitre · 11 years ago
  61. f46a3cb KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y by Kirill Tkhai · 11 years ago
  62. d7ec435 X.509: Fix certificate gathering by David Howells · 11 years ago
  63. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  64. cd4d241 locking: Move the lglocks code to kernel/locking/ by Peter Zijlstra · 11 years ago
  65. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  66. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  67. e25a64c locking: Move the semaphore core to kernel/locking/ by Peter Zijlstra · 11 years ago
  68. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  69. 8eddac3 locking: Move the lockdep code to kernel/locking/ by Peter Zijlstra · 11 years ago
  70. 01768b4 locking: Move the mutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  71. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  72. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 11 years ago
  73. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago
  74. b56e5a1 KEYS: Separate the kernel signature checking keyring from module signing by David Howells · 11 years ago
  75. 0fbd39c KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate by David Howells · 11 years ago
  76. f0e6d22 KEYS: Load *.x509 files into kernel keyring by David Howells · 11 years ago
  77. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  78. b9ee979 printk: move to separate directory for easier modification by Joe Perches · 11 years ago
  79. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  80. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  81. 07c449b MODSIGN: do not send garbage to stderr when enabling modules signature by David Cohen · 12 years ago
  82. a1a04ec idle: Provide a generic entry point for the idle code by Thomas Gleixner · 12 years ago
  83. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 12 years ago
  84. 1e142b2 kcmp: make it depend on CHECKPOINT_RESTORE by Cyrill Gorcunov · 12 years ago
  85. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 12 years ago
  86. 0ca7ffb Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  87. 70730bc kernel: Replace timeconst.pl with a bc script by H. Peter Anvin · 12 years ago
  88. 2275367 MODSIGN: Simplify Makefile with a Kconfig helper by Michal Marek · 12 years ago
  89. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  90. e10e1774 MODSIGN: Fix kbuild output when using default extra_certificates by Michal Marek · 12 years ago
  91. 919aa45 MODSIGN: Avoid using .incbin in C source by Takashi Iwai · 12 years ago
  92. 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  93. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  94. 2008713 Makefile: Documentation for external tool should be correct by H. Peter Anvin · 12 years ago
  95. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  96. d5b7193 MODSIGN: Make mrproper should remove generated files. by Rusty Russell · 12 years ago
  97. e7d113b MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs by David Howells · 12 years ago
  98. 5e8cb1e MODSIGN: Use the same digest for the autogen key sig as for the module sig by David Howells · 12 years ago
  99. 631cc66 MODSIGN: Provide module signing public keys to the kernel by David Howells · 12 years ago
  100. d441108 MODSIGN: Automatically generate module signing keys if missing by David Howells · 12 years ago