summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/unistd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: rework compat syscall macrosArnd Bergmann2024-07-101-15/+0
* arm64: generate 64-bit syscall.tblArnd Bergmann2024-07-101-3/+2
* arm64: convert unistd_32.h to syscall.tbl formatArnd Bergmann2024-07-101-2/+0
* mseal: wire up mseal syscallJeff Xu2024-05-241-1/+1
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-1/+1
|\
| * LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-131-1/+1
* | arm64: Update __NR_compat_syscalls for statmount/listmountFlorian Fainelli2024-01-091-1/+1
|/
* futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-1/+1
* futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-1/+1
* futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-1/+1
* arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-1/+1
* cachestat: wire up cachestat for other architecturesNhat Pham2023-06-101-1/+1
* fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-1/+1
* futex,arm: Wire up sys_futex_waitv()André Almeida2021-10-071-1/+1
* mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-1/+1
* arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-1/+1
* fs: add mount_setattr()Christian Brauner2021-01-241-1/+1
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-1/+1
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-1/+1
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-1/+1
* arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino2020-03-191-1/+1
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-301-1/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-1/+1
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-1/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-1/+1
| |/
* / arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras2020-01-071-1/+0
|/
* 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/+1
|/
* 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/+0
* arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-111-1/+1
* Remove compat_sys_getdents64()Al Viro2017-04-171-1/+0
* 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