summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls (follow)
Commit message (Expand)AuthorAgeFilesLines
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-152-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-062-4/+4
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-202-4/+4
* | arch: wire-up close_range()Christian Brauner2020-06-172-0/+2
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-142-0/+2
* 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-213-792/+780
* x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-211-20/+2
* x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-211-9/+1
* x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst2020-03-211-10/+10
* x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-211-0/+7
* x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-211-1/+1
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-302-0/+2
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-132-0/+2
* | open: introduce openat2(2) syscallAleksa Sarai2020-01-182-0/+2
|/
* 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: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-221-14/+17
* x86/syscalls: Disallow compat entries for all types of 64-bit syscallsAndy Lutomirski2019-07-221-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-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