summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/unistd.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-4/+1
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+4
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-4/+0
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-12uprobe: Wire up uretprobe system callJiri Olsa1-1/+4
2024-05-24mseal: wire up mseal syscallJeff Xu1-1/+4
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-1/+7
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-1/+8
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-1/+4
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-1/+3
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-1/+3
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-1/+3
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-1/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-99/+30
2023-06-22syscalls: Remove file path comments from headersSohil Mehta1-99/+30
2023-06-10cachestat: implement cachestat syscallNhat Pham1-1/+4
2022-04-26syscalls: compat: Fix the missing part for __SYSCALL_COMPATGuo Ren1-2/+2
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-1/+4
2021-10-07futex: Implement sys_futex_waitv()André Almeida1-1/+4
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-5/+5
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-1/+3
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-1/+6
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-2/+2
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+8
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-1/+7
2021-03-17quota: wire up quotactl_pathSascha Hauer1-1/+3
2021-01-24fs: add mount_setattr()Christian Brauner1-1/+3
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-1/+3
2020-11-13syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman1-1/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-1/+3
2020-10-13Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-4/+2
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-2/+2
2020-09-23fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-07-20net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-2/+2
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-1/+3
2020-01-30Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-1/+3
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-1/+4
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-1/+3
2019-09-06ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann1-1/+1
2019-07-15unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3Christian Brauner1-0/+2
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-1/+3
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-1/+3
2019-06-09arch: wire-up clone3() syscallChristian Brauner1-1/+3