- 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
- 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 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
- 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
- d6f7382 genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER by Palmer Dabbelt · 7 years ago
- 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- d92cd81 Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
- 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 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
- 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
- f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- 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
- 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
- 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
- 67a7acd kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions by Dominik Brodowski · 7 years ago
- 70dd4b3 kernel/sys_ni: sort cond_syscall() entries by Dominik Brodowski · 7 years ago
- e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
- 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
- 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
- 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
- ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
- 7addf44 mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c by Dominik Brodowski · 7 years ago
- b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
- 7d4dd4f sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() by Dominik Brodowski · 7 years ago
- e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
- 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
- 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
- 6b27aef kexec: call do_kexec_load() in compat syscall directly by Dominik Brodowski · 7 years ago
- d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
- d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
- 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
- 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
- 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
- 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
- e3a495c Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm' by Rafael J. Wysocki · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- 5149cba locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches by Waiman Long · 7 years ago
- 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
- d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
- 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
- 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
- 6ef6d84 bpf: sockmap: initialize sg table entries properly by Prashant Bhole · 7 years ago
- 6484640 PM / hibernate: Change message when writing to /sys/power/resume by Mario Limonciello · 7 years ago
- 3550646 PM / hibernate: Make passing hibernate offsets more friendly by Mario Limonciello · 7 years ago
- fa24669 bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: by John Fastabend · 7 years ago
- 8934ce2 bpf: sockmap redirect ingress support by John Fastabend · 7 years ago
- bd03143 alarmtimer: Init nanosleep alarm timer on stack by Thomas Gleixner · 7 years ago
- 6ed70cf perf/x86/pt, coresight: Clean up address filter structure by Alexander Shishkin · 7 years ago
- 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 7 years ago
- b3c3975 lockdep: Make the lock debug output more useful by Tetsuo Handa · 7 years ago
- c28d62c locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter() by Peter Zijlstra · 7 years ago
- c4f6699 bpf: introduce BPF_RAW_TRACEPOINT by Alexei Starovoitov · 7 years ago
- f67b150 perf/hwbp: Simplify the perf-hwbp code, fix documentation by Linus Torvalds · 7 years ago
- b76354c bpf: follow idr code convention by Shaohua Li · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- b720342 sched/core: Update preempt_notifier_key to modern API by Davidlohr Bueso · 7 years ago
- 77d2e05 bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed() by Martin KaFai Lau · 7 years ago
- b9193c1 bpf: Rename bpf_verifer_log by Martin KaFai Lau · 7 years ago
- 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
- 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
- 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
- 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
- 7054e4e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
- 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
- e97a90f sched/cpufreq: Rate limits for SCHED_DEADLINE by Claudio Scordino · 7 years ago
- abe0884 bpf: Remove struct bpf_verifier_env argument from print_bpf_insn by Jiri Olsa · 7 years ago
- c5d343b tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 8401c72 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 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
- c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 19b558d posix-timers: Protect posix clock array access against speculation by Thomas Gleixner · 7 years ago
- dd206be pidns: simpler allocation of pid_* caches by Alexey Dobriyan · 7 years ago
- 0fa4fe8 bpf: skip unnecessary capability check by Chenbo Feng · 7 years ago
- f005afe trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs by Yonghong Song · 7 years ago
- f75da8a workqueue: remove the comment about the old manager_arb mutex by Lai Jiangshan · 7 years ago
- 5826cc8 workqueue: fix the comments of nr_idle by Lai Jiangshan · 7 years ago
- f3f59fb genirq: Remove license boilerplate/references by Thomas Gleixner · 7 years ago
- 52a65ff genirq: Add missing SPDX identifiers by Thomas Gleixner · 7 years ago
- 90cafdd genirq/matrix: Cleanup SPDX identifier by Thomas Gleixner · 7 years ago
- 99bfce5 genirq: Cleanup top of file comments by Thomas Gleixner · 7 years ago
- e9ca267 sched/debug: Adjust newlines for better alignment by Joe Lawrence · 7 years ago
- a8c024c sched/debug: Fix per-task line continuation for console output by Joe Lawrence · 7 years ago
- ceb1813 firmware: enable run time change of forcing fallback loader by Luis R. Rodriguez · 7 years ago
- c917e0f2 perf/cgroup: Fix child event counting bug by Song Liu · 7 years ago
- 578ae44 jump_label: Disable jump labels in __exit code by Josh Poimboeuf · 7 years ago
- 83ac4ca genirq: Pass desc to __irq_free instead of irq number by Uwe Kleine König · 7 years ago
- b3fc5c9 sched/wait: Improve __var_waitqueue() code generation by Peter Zijlstra · 7 years ago
- 9b8cce5 sched/wait: Remove the wait_on_atomic_t() API by Peter Zijlstra · 7 years ago
- 6b2bb72 sched/wait: Introduce wait_var_event() by Peter Zijlstra · 7 years ago
- d519329 sched/fair: Update util_est only on util_avg updates by Patrick Bellasi · 7 years ago
- a07630b sched/cpufreq/schedutil: Use util_est for OPP selection by Patrick Bellasi · 7 years ago
- f9be3e5 sched/fair: Use util_est in LB and WU paths by Patrick Bellasi · 7 years ago
- 7f65ea4 sched/fair: Add util_est on top of PELT by Patrick Bellasi · 7 years ago
- 10c18c4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- 45dbac0 locking/mutex: Improve documentation by Matthew Wilcox · 7 years ago
- 1b5f3ba4 Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago