aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/entry/syscalls (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi2-0/+2
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst1-9/+9
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst1-15/+15
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst1-289/+289
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst3-792/+780
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst1-20/+2
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst1-9/+1
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst1-10/+10
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst1-0/+7
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst1-1/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2020-01-18open: introduce openat2(2) syscallAleksa Sarai2-0/+2
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon2-0/+2
2019-10-11syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen1-2/+2
2019-10-11syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen1-2/+2
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski1-14/+17
2019-07-22x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski1-2/+2
2019-07-22x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask()Andy Lutomirski1-2/+2
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2019-06-28arch: wire-up pidfd_open()Christian Brauner2-0/+2
2019-06-09arch: wire-up clone3() syscallChristian Brauner2-0/+2
2019-05-16uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells2-12/+12
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2-1/+2
2019-03-20vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2-1/+3
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2-1/+3
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2-1/+3
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2-1/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2-1/+3
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-0/+2
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+6
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner2-0/+2
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe2-0/+2
2019-02-28Add io_uring IO interfaceJens Axboe2-0/+4
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-02-07x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann1-2/+2
2019-01-25arch: add split IPC system calls where neededArnd Bergmann2-0/+13
2018-06-06x86: Wire up restartable sequence system callMathieu Desnoyers2-0/+2
2018-05-02aio: implement io_pgeteventsChristoph Hellwig2-0/+2
2018-04-09syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*()Dominik Brodowski3-342/+356
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2-162/+162
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski1-212/+212
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32Dominik Brodowski2-372/+379
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-1/+1
2018-04-02x86: remove compat_sys_x86_waitpid()Dominik Brodowski1-1/+1
2018-03-07x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski1-1/+1
2018-03-07x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski1-15/+15
2018-03-07x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski1-3/+3