1. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  3. 33d72f3 init/main.c: extract early boot entropy from the passed cmdline by Daniel Micay · 7 years ago
  4. 121388a init: move stack canary initialization after setup_arch by Laura Abbott · 7 years ago
  5. a7cbfd0 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  6. 72675e1 mm, memory_hotplug: drop zone from build_all_zonelists by Michal Hocko · 7 years ago
  7. 2482dde mm: add SLUB free list pointer obfuscation by Kees Cook · 7 years ago
  8. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. f213a6c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. aaed2dd utimes: Make utimes y2038 safe by Deepa Dinamani · 7 years ago
  12. caba4cb debugobjects: Make kmemleak ignore debug objects by Waiman Long · 7 years ago
  13. 18f08da sched/core: Remove unnecessary initialization init_idle_bootup_task() by Cheng Jian · 7 years ago
  14. bc2eecd futex: Allow for compiling out PI support by Nicolas Pitre · 7 years ago
  15. 40064ae percpu: replace area map allocator with bitmap by Dennis Zhou (Facebook) · 7 years ago
  16. c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 7 years ago
  17. e462ec5 VFS: Differentiate mount flags (MS_*) from internal superblock flags by David Howells · 7 years ago
  18. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  19. ee7998c random: do not ignore early device randomness by Kees Cook · 7 years ago
  20. 7660a6f mm: allow slab_nomerge to be set at build time by Kees Cook · 7 years ago
  21. 9ced560 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  22. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. e1d4eee sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled by Nicolas Pitre · 7 years ago
  24. 23b0be4 cgroup: Make Kconfig prompt of debug cgroup more accurate by Waiman Long · 7 years ago
  25. 0af92d4 rcu: Move RCU non-debug Kconfig options to kernel/rcu by Paul E. McKenney · 7 years ago
  26. 44c65ff rcu: Eliminate NOCBs CPU-state Kconfig options by Paul E. McKenney · 7 years ago
  27. ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 7 years ago
  28. bd8cc5a srcu: Remove Classic SRCU by Paul E. McKenney · 7 years ago
  29. f7a10a9 rcu: Remove the RCU_KTHREAD_PRIO Kconfig option by Paul E. McKenney · 7 years ago
  30. 2464dd9 srcu: Apply trivial callback lists to shrink Tiny SRCU by Paul E. McKenney · 7 years ago
  31. 07f6e64 srcu: Make SRCU be once again optional by Paul E. McKenney · 7 years ago
  32. 1c3c5ea sched/core: Enable might_sleep() and smp_processor_id() checks early by Thomas Gleixner · 7 years ago
  33. 8fb1215 init: Pin init task to the boot CPU, initially by Thomas Gleixner · 7 years ago
  34. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  35. 8f3207c Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  36. 046aa12 initramfs: use vfs_stat/lstat directly by Arnd Bergmann · 7 years ago
  37. cff75e0 initramfs: provide a way to ignore image provided by bootloader by Daniel Thompson · 7 years ago
  38. 394e4f5 initramfs: avoid "label at end of compound statement" error by Linus Torvalds · 7 years ago
  39. 58017a3 Merge tag 'initramfs-fix-4.12-rc1' of git://github.com/stffrdhrn/linux by Linus Torvalds · 7 years ago
  40. 17a9be3 initramfs: Always do fput() and load modules after rootfs populate by Stafford Horne · 7 years ago
  41. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  42. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  43. 98059b9 rcu: Separately compile large rcu_segcblist functions by Paul E. McKenney · 7 years ago
  44. d160a72 srcu: Make SRCU be built by default by Paul E. McKenney · 7 years ago
  45. 1b3b3b4 init/main: properly align the multi-line comment by Viresh Kumar · 7 years ago
  46. 6623f1c init/main: Fix double "the" in comment by Viresh Kumar · 7 years ago
  47. 677df9d srcu: Fix Kconfig botch when SRCU not selected by Paul E. McKenney · 7 years ago
  48. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  49. f209410 Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD by Paul E. McKenney · 7 years ago
  50. 0248288 rcu: Make RCU_FANOUT_LEAF help text more explicit about skew_tick by Paul E. McKenney · 8 years ago
  51. dad81a2 srcu: Introduce CLASSIC_SRCU Kconfig option by Paul E. McKenney · 7 years ago
  52. d8be817 srcu: Create a tiny SRCU by Paul E. McKenney · 7 years ago
  53. 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 7 years ago
  54. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 7 years ago
  55. 597b730 mm: move mm_percpu_wq initialization earlier by Michal Hocko · 7 years ago
  56. f631718 ftrace: Move ftrace_init() to right after memory initialization by Steven Rostedt (VMware) · 8 years ago
  57. e725c73 tracing: Split tracing initialization into two for early initialization by Steven Rostedt (VMware) · 8 years ago
  58. 84c37c1 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  59. 1777e46 sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> by Ingo Molnar · 8 years ago
  60. 5c2c5c5 sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h> by Ingo Molnar · 8 years ago
  61. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  62. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  63. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  64. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  65. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  66. 86292b3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  67. f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  68. 2959a5f mm: add arch-independent testcases for RODATA by Jinbum Park · 8 years ago
  69. 0886551 initramfs: finish fput() before accessing any binary from initramfs by Lokesh Vutla · 8 years ago
  70. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  71. 7d91de7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 8 years ago
  72. 1663f26 slub: make sysfs directories for memcg sub-caches optional by Tejun Heo · 8 years ago
  73. e30aee9 Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  74. 7bb0338 Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  75. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  76. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 32e2d7c Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  79. f7458a5 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 0a835c4 Reimplement IDR and IDA using the radix tree by Matthew Wilcox · 8 years ago
  81. 8a293be core: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  82. f92bac3 printk: rename nmi.c and exported api by Sergey Senozhatsky · 8 years ago
  83. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  84. 87a8d03 Merge tag 'v4.10-rc7' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  85. 17fa87f Merge 4.10-rc7 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  86. 5606781 kbuild: modversions: add infrastructure for emitting relative CRCs by Ard Biesheuvel · 8 years ago
  87. 7b0a911 efi/x86: Move the EFI BGRT init code to early init code by Dave Young · 8 years ago
  88. a8709fa Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  89. f5b9846 random: use chacha20 for get_random_int/long by Jason A. Donenfeld · 8 years ago
  90. 1626c36 rcu: Re-enable TASKS_RCU for User Mode Linux by Paul E. McKenney · 8 years ago
  91. ad90a3d pc104: Introduce the PC104 Kconfig option by William Breathitt Gray · 8 years ago
  92. 7c6094d rcu: update: Make RCU_EXPEDITE_BOOT be the default by Sebastian Andrzej Siewior · 8 years ago
  93. 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
  94. 9881b02 sched/clock: Delay switching sched_clock to stable by Peter Zijlstra · 8 years ago
  95. 73b3514 cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig by Arnd Bergmann · 8 years ago
  96. 39d3e75 rdmacg: Added rdma cgroup controller by Parav Pandit · 8 years ago
  97. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  98. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  99. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  100. 483c493 cgroup: Fix CGROUP_BPF config by Andy Lutomirski · 8 years ago