aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/unistd.h
AgeCommit message (Expand)Author
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2021-10-07futex,arm: Wire up sys_futex_waitv()André Almeida
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-01-24fs: add mount_setattr()Christian Brauner
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-03-19arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon
2020-01-07arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-28arch: wire-up pidfd_open()Christian Brauner
2019-06-22arm64: compat: Add missing syscall numbersVincenzo Frascino
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-09arch: wire-up clone3() syscallChristian Brauner
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-01-25ARM: add kexec_file_load system call numberArnd Bergmann
2019-01-25ARM: add migrate_pages() system callArnd Bergmann
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2017-04-17Remove compat_sys_getdents64()Al Viro
2017-03-21arm64: compat: Update compat syscallsWill Deacon
2016-06-01arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon
2015-10-14arm64: compat: wire up new syscallsWill Deacon
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-01-27arm64: Implement the compat_sys_call_table in CCatalin Marinas
2015-01-12arm64: compat: wire up compat_sys_execveatWill Deacon
2015-01-07arm64: Correct __NR_compat_syscalls for bpfMark Rutland
2014-11-28arm64: add seccomp supportAKASHI Takahiro
2014-08-18arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens
2013-02-14burying unused conditionalsAl Viro
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro