summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/unistd32.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+2
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+2
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+2
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-0/+2
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-09arch: wire-up clone3() syscallChristian Brauner1-0/+2
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+12
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+8
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+41
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-24/+24
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-3/+3
2019-01-25ARM: add kexec_file_load system call numberArnd Bergmann1-0/+2
2019-01-25ARM: add migrate_pages() system callArnd Bergmann1-0/+2
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon1-0/+2
2018-07-12arm64: convert compat wrappers to CMark Rutland1-11/+11
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-2/+2
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-0/+2
2017-04-17Remove compat_sys_getdents64()Al Viro1-1/+1
2017-03-21arm64: compat: Update compat syscallsWill Deacon1-0/+8
2016-06-01arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon1-0/+8
2015-10-14arm64: compat: wire up new syscallsWill Deacon1-0/+9
2015-03-19arm64: fix implementation of mmap2 compat syscallAndreas Schwab1-1/+1
2015-01-12arm64: compat: wire up compat_sys_execveatWill Deacon1-0/+2
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2014-11-28arm64: add seccomp syscall for compat taskAKASHI Takahiro1-1/+2
2014-11-05arm64: compat: Enable bpf syscallCatalin Marinas1-0/+2
2014-08-18arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon1-0/+5
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas1-400/+766
2014-04-23arm64: add renameat2 compat syscallMiklos Szeredi1-1/+2
2014-04-22arm64: __NR_compat_syscalls fixMiklos Szeredi1-1/+1
2014-02-05arm64: compat: Wire up new AArch32 syscallsCatalin Marinas1-1/+4
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-1/+1
2013-02-14arm64: switch compat to generic old sigsuspendAl Viro1-1/+1
2013-02-14arm64: switch to generic sigaltstackAl Viro1-1/+1
2013-01-15arm64: compat: add syscall table entries for new syscallsWill Deacon1-1/+6
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2012-12-05arm64: compat for clock_adjtime(2) is miswiredAl Viro1-1/+1
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro1-1/+1
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro1-2/+2
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro1-3/+3
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas1-1/+1
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas1-18/+0
2012-10-11arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas1-707/+384
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas1-0/+1