summaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-1/+8
|\
| * LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-1/+8
* | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-1/+7
|/
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\
| * arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-1/+4
| * syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-1/+3
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-1/+3
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-1/+3
|/
* arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-1/+4
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-99/+30
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-99/+30
* | cachestat: implement cachestat syscallNhat Pham2023-06-091-1/+4
|/
* syscalls: compat: Fix the missing part for __SYSCALL_COMPATGuo Ren2022-04-261-2/+2
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-1/+4
* futex: Implement sys_futex_waitv()André Almeida2021-10-071-1/+4
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
* mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-1/+3
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-1/+6
* quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-2/+2
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-1/+8
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-1/+7
* | quota: wire up quotactl_pathSascha Hauer2021-03-171-1/+3
|/
* fs: add mount_setattr()Christian Brauner2021-01-241-1/+3
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-1/+3
* syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman2020-11-131-1/+1
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-1/+3
* Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\
| * fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
* | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-4/+2
* | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
* | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
* | arch: wire-up close_range()Christian Brauner2020-06-171-0/+2
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-1/+3
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-1/+3
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-1/+3
* | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-1/+4
|/
* ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann2019-09-061-1/+1
* unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3Christian Brauner2019-07-151-0/+2
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-1/+3
|\
| * arch: wire-up clone3() syscallChristian Brauner2019-06-091-1/+3
* | arch: wire-up pidfd_open()Christian Brauner2019-06-281-1/+3
|/
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-1/+13
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+2
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-1/+3
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+8
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-1/+3
| * | Add io_uring IO interfaceJens Axboe2019-02-281-1/+5
| |/