summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-0/+2
|\
| * arch: wire-up clone3() syscallChristian Brauner2019-06-092-0/+2
* | arch: wire-up pidfd_open()Christian Brauner2019-06-282-0/+2
|/
* uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells2019-05-162-12/+12
* vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-202-1/+2
* vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-202-1/+3
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-202-1/+3
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-202-1/+3
* vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-202-1/+3
* vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-202-1/+3
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-162-0/+2
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-052-0/+2
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-082-0/+6
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-282-0/+2
| * | Add io_uring IO interfaceJens Axboe2019-02-282-0/+4
| |/
* | 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
* | x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann2019-02-071-2/+2
* | arch: add split IPC system calls where neededArnd Bergmann2019-01-252-0/+13
|/
* x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
* aio: implement io_pgeteventsChristoph Hellwig2018-05-022-0/+2
* syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-093-342/+356
* syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-092-162/+162
* 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-052-372/+379
* 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 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
|\
| * x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+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-032-0/+2
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0Star
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-102-0/+10
|\
| * x86: Wire up protection keys system callsDave Hansen2016-09-092-0/+10
* | x86/syscalls: Remove bash-isms in syscall table generatorsylvain.bertrand@gmail.com2016-10-051-6/+9
|/
* x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-011-1/+1
* x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-151-2/+2
* x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2016-04-132-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-202-0/+4
|\
| * x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-042-0/+4
* | x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
* | x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-291-9/+9