1. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  2. 1f1cba7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  3. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  4. 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  5. 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  6. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  7. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  8. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  9. 3eda69c kernel/fork.c: detect early free of a live mm by Mark Rutland · 7 years ago
  10. 357aa6a Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  11. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  12. 38047d5 Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  13. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  14. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. 680014d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. d6f7382 genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER by Palmer Dabbelt · 7 years ago
  17. 3349158 kernel/bpf/syscall: fix warning defined but not used by Anders Roxell · 7 years ago
  18. 0e94d87 bpf: sockmap, duplicates release calls may NULL sk_prot by John Fastabend · 7 years ago
  19. 820ed3f bpf: sockmap, free memory on sock close with cork data by John Fastabend · 7 years ago
  20. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  21. d92cd81 Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  22. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  23. f2d2856 Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  24. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  25. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  26. ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 67dbfc1 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 46e0d28 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 67a7acd kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions by Dominik Brodowski · 7 years ago
  30. 70dd4b3 kernel/sys_ni: sort cond_syscall() entries by Dominik Brodowski · 7 years ago
  31. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
  32. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  33. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  34. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  35. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  36. 7addf44 mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c by Dominik Brodowski · 7 years ago
  37. b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
  38. 7d4dd4f sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() by Dominik Brodowski · 7 years ago
  39. e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
  40. 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  41. 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
  42. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  43. 6b27aef kexec: call do_kexec_load() in compat syscall directly by Dominik Brodowski · 7 years ago
  44. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  45. d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
  46. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  47. 701f3b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  48. 8747a29 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. 54dce3c Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. e3a495c Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm' by Rafael J. Wysocki · 7 years ago
  51. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  53. 5149cba locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches by Waiman Long · 7 years ago
  54. 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  55. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  56. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  57. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  58. 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
  59. 6ef6d84 bpf: sockmap: initialize sg table entries properly by Prashant Bhole · 7 years ago
  60. 6484640 PM / hibernate: Change message when writing to /sys/power/resume by Mario Limonciello · 7 years ago
  61. 3550646 PM / hibernate: Make passing hibernate offsets more friendly by Mario Limonciello · 7 years ago
  62. fa24669 bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: by John Fastabend · 7 years ago
  63. 8934ce2 bpf: sockmap redirect ingress support by John Fastabend · 7 years ago
  64. bd03143 alarmtimer: Init nanosleep alarm timer on stack by Thomas Gleixner · 7 years ago
  65. 6ed70cf perf/x86/pt, coresight: Clean up address filter structure by Alexander Shishkin · 7 years ago
  66. 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 7 years ago
  67. b3c3975 lockdep: Make the lock debug output more useful by Tetsuo Handa · 7 years ago
  68. c28d62c locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter() by Peter Zijlstra · 7 years ago
  69. c4f6699 bpf: introduce BPF_RAW_TRACEPOINT by Alexei Starovoitov · 7 years ago
  70. f67b150 perf/hwbp: Simplify the perf-hwbp code, fix documentation by Linus Torvalds · 7 years ago
  71. b76354c bpf: follow idr code convention by Shaohua Li · 7 years ago
  72. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  73. 13cf912 tracing: Block comments should align the * on each line by Rohit Visavalia · 7 years ago
  74. b720342 sched/core: Update preempt_notifier_key to modern API by Davidlohr Bueso · 7 years ago
  75. 447a564 treewide: Align function definition open/close braces by Joe Perches · 7 years ago
  76. 77d2e05 bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed() by Martin KaFai Lau · 7 years ago
  77. b9193c1 bpf: Rename bpf_verifer_log by Martin KaFai Lau · 7 years ago
  78. 9fd64e8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  79. bf45bae Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. eaf6799 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  81. 6bacf66 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 7054e4e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  83. 99fec39 Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  84. e97a90f sched/cpufreq: Rate limits for SCHED_DEADLINE by Claudio Scordino · 7 years ago
  85. abe0884 bpf: Remove struct bpf_verifier_env argument from print_bpf_insn by Jiri Olsa · 7 years ago
  86. c5d343b tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  87. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  88. 47319f7 printk: change message to pr_info by Tomeu Vizoso · 7 years ago
  89. 8401c72 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  90. 394c73d Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  91. 5893ed1 Merge tag 'v4.16-rc6' into next-general by James Morris · 7 years ago
  92. c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  93. 19b558d posix-timers: Protect posix clock array access against speculation by Thomas Gleixner · 7 years ago
  94. 94b9d9b audit: remove path param from link denied function by Richard Guy Briggs · 7 years ago
  95. dd206be pidns: simpler allocation of pid_* caches by Alexey Dobriyan · 7 years ago
  96. 0fa4fe8 bpf: skip unnecessary capability check by Chenbo Feng · 7 years ago
  97. f005afe trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs by Yonghong Song · 7 years ago
  98. f75da8a workqueue: remove the comment about the old manager_arb mutex by Lai Jiangshan · 7 years ago
  99. 5826cc8 workqueue: fix the comments of nr_idle by Lai Jiangshan · 7 years ago
  100. f3f59fb genirq: Remove license boilerplate/references by Thomas Gleixner · 7 years ago