summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/sys.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-29arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen
2019-05-28arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou
2018-07-12arm64: implement syscall wrappersMark Rutland
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland
2018-07-12arm64: drop alignment from syscall tablesMark Rutland
2018-07-12arm64: introduce syscall_fn_tMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose
2015-01-27arm64: make sys_call_table constMark Rutland
2015-01-27arm64: Remove asm/syscalls.hCatalin Marinas
2013-02-14arm64: switch to generic sigaltstackAl Viro
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-09-17arm64: System calls handlingCatalin Marinas