1. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  3. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  4. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  5. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  6. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 877c057 Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  9. 4c2628cd Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' by Rafael J. Wysocki · 8 years ago
  10. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  11. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  12. 598fdc1 uprobes: wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  13. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 8 years ago
  14. 7c05126 mm, fork: make dup_mmap wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  15. 7a0058e s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 8 years ago
  16. 0eea086 kexec: do a cleanup for function kexec_load by Minfei Huang · 8 years ago
  17. 917a356 kexec: make a pair of map/unmap reserved pages in error path by Minfei Huang · 8 years ago
  18. 9b492cf kexec: introduce a protection mechanism for the crashkernel reserved memory by Xunlei Pang · 8 years ago
  19. 725fc62 kernek/fork.c: allocate idle task for a CPU always on its local node by Andi Kleen · 8 years ago
  20. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 8 years ago
  21. 91c4e8e wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL by Oleg Nesterov · 8 years ago
  22. bf95993 wait/ptrace: assume __WALL if the child is traced by Oleg Nesterov · 8 years ago
  23. f43edca ELF/MIPS build fix by Ralf Baechle · 8 years ago
  24. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  25. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 8 years ago
  26. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  27. 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  28. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 8 years ago
  29. ede9c277 kernel/sysctl_binary.c: use generic UUID library by Andy Shevchenko · 8 years ago
  30. cf9b1106 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 8 years ago
  31. 427934b printk/nmi: increase the size of NMI buffer and make it configurable by Petr Mladek · 8 years ago
  32. b522dea printk/nmi: warn when some message has been lost in NMI context by Petr Mladek · 8 years ago
  33. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago
  34. 0740aa5 fork: free thread in copy_process on failure by Jiri Slaby · 8 years ago
  35. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  36. ec8d7c1 mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 8 years ago
  37. 1b9b69e bpf: teach verifier to recognize imm += ptr pattern by Alexei Starovoitov · 8 years ago
  38. d91b28e bpf: support decreasing order in direct packet access by Alexei Starovoitov · 8 years ago
  39. e27f4a9 bpf: Use mount_nodev not mount_ns to mount the bpf filesystem by Eric W. Biederman · 8 years ago
  40. b7552e1b bpf: rather use get_random_int for randomizations by Daniel Borkmann · 8 years ago
  41. 6112a30 ftrace: Don't disable irqs when taking the tasklist_lock read_lock by Soumya PN · 8 years ago
  42. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  43. a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  44. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  45. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  46. 002f290 cpuset: use static key better and convert to new API by Vlastimil Babka · 8 years ago
  47. 52b6f46 mm: /proc/sys/vm/stat_refresh to force vmstat update by Hugh Dickins · 8 years ago
  48. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  49. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  50. 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 8 years ago
  51. 815613d kernel/padata.c: removed unused code by Richard Cochran · 8 years ago
  52. b9fdac7f debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 8 years ago
  53. 3263d28 rcu: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  54. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  55. 02a982a workqueue: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  56. 8e4f70e time: remove timespec_add_safe() by Deepa Dinamani · 8 years ago
  57. bc2c53e time: add missing implementation for timespec64_add_safe() by Deepa Dinamani · 8 years ago
  58. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  59. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  60. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  61. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  62. 60f05e8 cpufreq: schedutil: Improve prints messages with pr_fmt by Viresh Kumar · 8 years ago
  63. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  65. 0b86c75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  66. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  67. a4d1dbe Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  68. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. ede4090 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 91e8d0c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 2fe2edf Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  72. be69f70 Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepatching-ppc64' into for-linus by Jiri Kosina · 8 years ago
  73. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  74. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  75. c85b033 perf core: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 8 years ago
  76. 3e4de4e perf core: Add perf_callchain_store_context() helper by Arnaldo Carvalho de Melo · 8 years ago
  77. 3b1fff0 perf core: Add a 'nr' field to perf_event_callchain_context by Arnaldo Carvalho de Melo · 8 years ago
  78. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 8 years ago
  79. a831100 perf core: Generalize max_stack sysctl handler by Arnaldo Carvalho de Melo · 8 years ago
  80. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  81. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 1c19b68 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 230e51f Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. a3871bd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 4f3446b bpf: add generic constant blinding for use in jits by Daniel Borkmann · 8 years ago
  88. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  89. c237ee5 bpf: add bpf_patch_insn_single helper by Daniel Borkmann · 8 years ago
  90. 4936e35 bpf: minor cleanups in ebpf code by Daniel Borkmann · 8 years ago
  91. c47b3bd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  92. 04cafed locking/rwsem: Fix down_write_killable() by Peter Zijlstra · 8 years ago
  93. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  94. 1410b74 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  95. da92223 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  96. 59643d1 ring-buffer: Prevent overflow of size in ring_buffer_resize() by Steven Rostedt (Red Hat) · 8 years ago
  97. 65643e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 9b94a8f ring-buffer: Use long for nr_pages to avoid overflow failures by Steven Rostedt (Red Hat) · 8 years ago
  99. cb4253a secomp: Constify mode1 syscall whitelist by Matt Redfearn · 8 years ago
  100. c983f0e seccomp: Get compat syscalls from asm-generic header by Matt Redfearn · 8 years ago