summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-1/+2
|\
| * arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+1
| * arch: wire-up clone3() syscallChristian Brauner2019-06-091-1/+1
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-1/+1
|\ \
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-281-1/+1
| |/
* | arm64: compat: Add missing syscall numbersVincenzo Frascino2019-06-221-0/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-1/+1
* arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-1/+1
* y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-1/+1
* ARM: add kexec_file_load system call numberArnd Bergmann2019-01-251-1/+1
* ARM: add migrate_pages() system callArnd Bergmann2019-01-251-1/+1
* arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon2019-01-041-1/+1
* arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2019-01-041-2/+3
* y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
* asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0Star
* arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-111-1/+1
* Remove compat_sys_getdents64()Al Viro2017-04-171-1/+0Star
* arm64: compat: Update compat syscallsWill Deacon2017-03-211-1/+1
* arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon2016-06-011-1/+1
* arm64: compat: wire up new syscallsWill Deacon2015-10-141-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-121-0/+3
|\
| * arm64: Implement the compat_sys_call_table in CCatalin Marinas2015-01-271-0/+3
* | arm64: compat: wire up compat_sys_execveatWill Deacon2015-01-121-1/+1
|/
* arm64: Correct __NR_compat_syscalls for bpfMark Rutland2015-01-071-1/+1
* arm64: add seccomp supportAKASHI Takahiro2014-11-281-0/+3
* arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon2014-08-181-1/+1
* arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2014-07-101-0/+17
* arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-291-0/+2
* compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-0/+1
* burying unused conditionalsAl Viro2013-02-141-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-1/+0Star
|\
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-201-1/+0Star
* | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-181-0/+1
|/
* arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro2012-11-291-0/+3
* Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-171-1/+0Star
|\
| * arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-081-1/+0Star
* | arm64: Use generic sys_execve() implementationCatalin Marinas2012-10-171-0/+1
|/
* UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells2012-10-111-5/+1Star
* arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas2012-10-111-3/+11
* UAPI: Split compound conditionals containing __KERNEL__ in Arm64David Howells2012-10-041-1/+3
* UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0Star
* arm64: System calls handlingCatalin Marinas2012-09-171-0/+27