summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls/syscall_32.tbl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-0/+1
| * | Add io_uring IO interfaceJens Axboe2019-02-281-0/+2
| |/
* | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
* | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+5
* | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-26/+26
* | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
|/
* x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-061-0/+1
* aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+1
* syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-091-23/+23
* syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-091-126/+126
* syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-091-212/+212
* syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-051-336/+341
* fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-1/+1
* x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-021-1/+1
* x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-071-1/+1
* x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-071-15/+15
* x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+1
|\
| * Remove compat_sys_getdents64()Al Viro2017-04-171-1/+1
* | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-201-0/+1
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-0/+1
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-171-2/+0
* x86: Wire up protection keys system callsDave Hansen2016-09-091-0/+5
* x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-011-1/+1
* x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin2016-05-121-2/+2
* x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-041-0/+2
* x86: add sys_copy_file_range to syscall tablesZach Brown2015-12-011-0/+1
* mm: mlock: add new mlock system callEric B Munson2015-11-061-0/+1
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-091-6/+6
* sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-121-0/+1
* userfaultfd: activate syscallAndrea Arcangeli2015-09-051-0/+1
* x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski2015-07-211-0/+15