summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls/syscall_32.tbl
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* futex,x86: Wire up sys_futex_waitv()André Almeida2021-10-071-0/+1
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+1
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+1
* | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
|/
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* quota: Wire up quotactl_fd syscallJan Kara2021-06-071-1/+1
* quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
|/
* fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
* 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
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-1/+1
|\ \
| * | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+1
| |/
* | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
* | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
* | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* 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/+1
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
* x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-211-9/+9
* x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-211-15/+15
* x86/entry/32: Clean up syscall_32.tblBrian Gerst2020-03-211-289/+289
* x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-211-409/+409
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
|/
* syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen2019-10-111-2/+2
* syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen2019-10-111-2/+2
* x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski2019-07-221-2/+2
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-0/+1
|\
| * arch: wire-up clone3() syscallChristian Brauner2019-06-091-0/+1
* | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
|/
* uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells2019-05-161-6/+6
* vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-201-1/+1
* vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-201-1/+2
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-201-1/+2
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-201-1/+2
* vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-1/+2
* vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-201-1/+2
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+1
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+1
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+3
|\ \