summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-1/+6
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+6
* fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-023-3/+3
* fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-3/+3
* fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-1/+1
* mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-021-22/+0Star
* mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski2018-04-021-33/+0Star
* sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski2018-04-021-2/+6
* kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cDominik Brodowski2018-04-023-17/+74
* kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Dominik Brodowski2018-04-021-4/+10
* kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Dominik Brodowski2018-04-021-2/+7
* mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-021-2/+2
* kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski2018-04-021-13/+39
* kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2018-04-021-3/+12
* kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski2018-04-023-6/+6
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-111-1/+3
|\
| * perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-111-2/+3
|\ \
| * | rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng2018-03-091-2/+3
* | | bug: use %pB in BUG and stack protector failureKees Cook2018-03-101-1/+1
* | | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-081-19/+0Star
|\ \ \ | |/ / |/| |
| * | signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn2018-03-021-19/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-051-16/+26
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-021-16/+26
| |\ \ \
| | * | | bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-16/+26
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-041-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-031-5/+10
|\ \ \ \ \
| * | | | | memremap: fix softlockup reports at teardownDan Williams2018-03-031-5/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-03-011-1/+2
|\ \ \ \ \
| * | | | | printk: Wake klogd when passing console_lock ownerPetr Mladek2018-02-271-1/+2
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-262-6/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-212-4/+2Star
| * | | | | jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf2018-02-211-5/+8
| * | | | | jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+16
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-261-9/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-246-22/+34
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1Star
| * | | | bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-216-19/+29
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-02-161-12/+16
| | * | | bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-142-1/+3
| | * | | bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang2018-02-141-1/+1
| | * | | bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-141-1/+2
| | * | | bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-02-141-4/+7
| | |/ /
* | | | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-241-2/+4
|\ \ \ \
| * \ \ \ Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-2/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen2018-02-221-2/+4
* | | | | Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-02-231-0/+16
|\ \ \ \ \