- 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
- 8ad4424 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 02bf0ef Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
- 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
- bd903af perf/core: Fix ctx_event_type in ctx_resched() by Song Liu · 7 years ago
- e675482 Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
- 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 4c4ce3022 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
- fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
- a5f7b0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
- 7bec4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
- c52232a timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 7 years ago
- c14376d printk: Wake klogd when passing console_lock owner by Petr Mladek · 7 years ago
- 85a2d93 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c23a757 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 2eb02aa Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- ca36960 bpf: allow xadd only on aligned memory by Daniel Borkmann · 7 years ago
- 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
- 651ca2c genirq/matrix: Handle CPU offlining proper by Thomas Gleixner · 7 years ago
- 6c5f610 bpf: fix rcu lockdep warning for lpm_trie map_free callback by Yonghong Song · 7 years ago
- 32fff23 bpf: add schedule points in percpu arrays management by Eric Dumazet · 7 years ago
- 645ae5c Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3 by James Morris · 7 years ago
- 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
- 63bb004 ptrace, seccomp: tweak get_metadata behavior slightly by Tycho Andersen · 7 years ago
- 88913bd kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE by David Rientjes · 7 years ago
- d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
- dfe8db2 Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
- bf006d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
- 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
- dc1dd18 jump_label: Warn on failed jump_label patching attempt by Josh Poimboeuf · 7 years ago
- 3335224 jump_label: Explicitly disable jump labels in __init code by Josh Poimboeuf · 7 years ago
- 9ca2c16 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 2d6c4e4 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 27d4ee0 workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 7 years ago
- 0b24a0b irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
- 297f923 kprobes: Propagate error from disarm_kprobe_ftrace() by Jessica Yu · 7 years ago
- 12310e34 kprobes: Propagate error from arm_kprobe_ftrace() by Jessica Yu · 7 years ago
- 9c2d63b bpf: fix mlock precharge on arraymaps by Daniel Borkmann · 7 years ago
- 1388c80 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- e9e3b30 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9c481b9 bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query by Daniel Borkmann · 7 years ago
- 7fc17e9 bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() by Jason Wang · 7 years ago
- 952fad8 bpf: fix sock_map_alloc() error path by Eric Dumazet · 7 years ago
- 9a3efb6 bpf: fix memory leak in lpm_trie map_free callback function by Yonghong Song · 7 years ago
- 11dc132 locking/qspinlock: Ensure node->count is updated before initialising node by Will Deacon · 7 years ago
- 95bcade locking/qspinlock: Ensure node is initialised before updating prev->next by Will Deacon · 7 years ago
- 43d1b29 sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro by Leo Yan · 7 years ago
- 269d599 sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock by Peter Zijlstra · 7 years ago
- a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
- 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 8158c2f Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
- 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
- 0723402 tracing: Fix parsing of globs with a wildcard at the beginning by Steven Rostedt (VMware) · 7 years ago
- 7b65865 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
- 581e400 Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
- a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- ab2d92a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0dc400f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 96e99be40 pipe: reject F_SETPIPE_SZ with size over UINT_MAX by Eric Biggers · 7 years ago
- 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
- 4c2e4be pipe, sysctl: drop 'min' parameter from pipe-max-size converter by Eric Biggers · 7 years ago
- 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
- 77ef80c kernel/cpuset: current_cpuset_is_being_rebound can be boolean by Yaowei Bai · 7 years ago
- 22ad305 genirq: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
- 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
- a77660d kcov: detect double association with a single task by Dmitry Vyukov · 7 years ago
- a1be1f3 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" by Eric Biggers · 7 years ago
- 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
- 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
- 667b609 kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces by Marcos Paulo de Souza · 7 years ago
- 9f5325a kernel/fork.c: check error and return early by Marcos Paulo de Souza · 7 years ago
- 4f7e988 kernel/async.c: revert "async: simplify lowest_in_progress()" by Rasmus Villemoes · 7 years ago
- 44c6dc9 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO by Kees Cook · 7 years ago
- 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
- 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 3d9e952 bpf: sockmap, fix leaking maps with attached but not detached progs by John Fastabend · 7 years ago
- 1aa12bd bpf: sockmap, add sock close() hook to remove socks by John Fastabend · 7 years ago
- 32e839d sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS by Mel Gorman · 7 years ago
- 806486c sched/fair: Do not migrate if the prev_cpu is idle by Mel Gorman · 7 years ago
- 3b76c4a sched/fair: Restructure wake_affine*() to return a CPU id by Mel Gorman · 7 years ago