aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/unistd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+2
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-1/+1
2019-06-22arm64: compat: Add missing syscall numbersVincenzo Frascino1-0/+5
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-09arch: wire-up clone3() syscallChristian Brauner1-1/+1
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-1/+1
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-1/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-1/+1
2019-01-25ARM: add kexec_file_load system call numberArnd Bergmann1-1/+1
2019-01-25ARM: add migrate_pages() system callArnd Bergmann1-1/+1
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon1-1/+1
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon1-2/+3
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-0/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-1/+1
2017-04-17Remove compat_sys_getdents64()Al Viro1-1/+0
2017-03-21arm64: compat: Update compat syscallsWill Deacon1-1/+1
2016-06-01arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon1-1/+1
2015-10-14arm64: compat: wire up new syscallsWill Deacon1-1/+1
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2015-01-27arm64: Implement the compat_sys_call_table in CCatalin Marinas1-0/+3
2015-01-12arm64: compat: wire up compat_sys_execveatWill Deacon1-1/+1
2015-01-07arm64: Correct __NR_compat_syscalls for bpfMark Rutland1-1/+1
2014-11-28arm64: add seccomp supportAKASHI Takahiro1-0/+3
2014-08-18arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon1-1/+1
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas1-0/+17
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro1-0/+2
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens1-0/+1
2013-02-14burying unused conditionalsAl Viro1-2/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+1
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro1-0/+3
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro1-1/+0
2012-11-08arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon1-1/+0
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas1-0/+1
2012-10-11UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells1-5/+1
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas1-3/+11
2012-10-04UAPI: Split compound conditionals containing __KERNEL__ in Arm64David Howells1-1/+3
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-4/+0
2012-09-17arm64: System calls handlingCatalin Marinas1-0/+27