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