aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-43/+24
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-18/+63
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-143/+1730
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+25
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 15-340/+563
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-4/+0
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-84/+26
2018-04-02Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-36/+24
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 34-1512/+2036
2018-04-02kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsGravatar Dominik Brodowski 1-215/+218
2018-04-02kernel/sys_ni: sort cond_syscall() entriesGravatar Dominik Brodowski 1-174/+332
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Gravatar Dominik Brodowski 1-1/+6
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Gravatar Dominik Brodowski 1-1/+6
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Gravatar Dominik Brodowski 3-3/+3
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersGravatar Dominik Brodowski 1-3/+3
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Gravatar Dominik Brodowski 1-1/+1
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cGravatar Dominik Brodowski 1-22/+0
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cGravatar Dominik Brodowski 1-33/+0
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Gravatar Dominik Brodowski 1-2/+6
2018-04-02kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cGravatar Dominik Brodowski 3-17/+74
2018-04-02kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Gravatar Dominik Brodowski 1-4/+10
2018-04-02kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Gravatar Dominik Brodowski 1-2/+7
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Gravatar Dominik Brodowski 1-2/+2
2018-04-02kexec: call do_kexec_load() in compat syscall directlyGravatar Dominik Brodowski 1-13/+39
2018-04-02kernel: open-code sys_rt_sigpending() in sys_sigpending()Gravatar Dominik Brodowski 1-3/+12
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Gravatar Dominik Brodowski 3-6/+6
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-194/+975
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-21/+31
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-187/+183
2018-04-02Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-04-02Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'Gravatar Rafael J. Wysocki 1-1/+25
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-38/+81
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 7-89/+764
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesGravatar Waiman Long 2-1/+11
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 16-84/+156
2018-03-31bpf: Post-hooks for sys_bindGravatar Andrey Ignatov 1-0/+43
2018-03-31bpf: Hooks for sys_connectGravatar Andrey Ignatov 1-0/+8
2018-03-31bpf: Hooks for sys_bindGravatar Andrey Ignatov 3-8/+65
2018-03-31bpf: Check attach type at prog load timeGravatar Andrey Ignatov 4-14/+53
2018-03-30bpf: sockmap: initialize sg table entries properlyGravatar Prashant Bhole 1-5/+8
2018-03-30PM / hibernate: Change message when writing to /sys/power/resumeGravatar Mario Limonciello 1-1/+1
2018-03-30PM / hibernate: Make passing hibernate offsets more friendlyGravatar Mario Limonciello 1-0/+24
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:Gravatar John Fastabend 1-18/+76
2018-03-30bpf: sockmap redirect ingress supportGravatar John Fastabend 1-3/+195
2018-03-29perf/x86/pt, coresight: Clean up address filter structureGravatar Alexander Shishkin 1-8/+18
2018-03-29Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 16-91/+144
2018-03-29lockdep: Make the lock debug output more usefulGravatar Tetsuo Handa 1-2/+2
2018-03-28locking/rtmutex: Handle non enqueued waiters gracefully in remove_waiter()Gravatar Peter Zijlstra 2-7/+7
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTGravatar Alexei Starovoitov 2-0/+261
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationGravatar Linus Torvalds 1-23/+7