aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/unistd.h
AgeCommit message (Expand)Author
2022-04-26syscalls: compat: Fix the missing part for __SYSCALL_COMPATGuo Ren
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2021-10-07futex: Implement sys_futex_waitv()André Almeida
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-01-24fs: add mount_setattr()Christian Brauner
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-11-13syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-09-22fs: remove compat_sys_mountChristoph Hellwig
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-06-17arch: wire-up close_range()Christian Brauner
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon
2019-09-06ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann
2019-07-15unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3Christian Brauner
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-06-28arch: wire-up pidfd_open()Christian Brauner
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-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-18compat ABI: use non-compat openat and open_by_handle_at variantsYury Norov
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-25arch: add split IPC system calls where neededArnd Bergmann
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-06asm-generic: unistd.h: fixup broken macro include.Guo Ren
2018-12-06asm-generic: add kexec_file_load system call to unistd.hAKASHI Takahiro
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann
2018-07-11asm-generic: unistd.h: Wire up sys_rseqWill Deacon
2018-05-02aio: implement io_pgeteventsChristoph Hellwig