summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/sys.c
AgeCommit message (Expand)AuthorLines
2018-07-12arm64: implement syscall wrappersMark Rutland-2/+8
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland-3/+3
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland-1/+1
2018-07-12arm64: drop alignment from syscall tablesMark Rutland-5/+1
2018-07-12arm64: introduce syscall_fn_tMark Rutland-3/+5
2018-07-12arm64: remove sigreturn wrappersMark Rutland-2/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski-1/+1
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose-0/+10
2015-01-27arm64: make sys_call_table constMark Rutland-1/+1
2015-01-27arm64: Remove asm/syscalls.hCatalin Marinas-2/+1
2013-02-14arm64: switch to generic sigaltstackAl Viro-1/+0
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro-11/+0
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro-8/+3
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas-22/+0
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas-43/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-09-17arm64: System calls handlingCatalin Marinas-0/+138