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