index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
syscalls
/
syscall_32.tbl
Age
Commit message (
Expand
)
Author
2019-05-16
uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]
David Howells
2019-03-20
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
2019-03-20
vfs: syscall: Add fsmount() to create a mount for a superblock
David Howells
2019-03-20
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
2019-03-20
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
2019-03-20
vfs: syscall: Add move_mount(2) to move mounts around
David Howells
2019-03-20
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-03-16
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-08
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-05
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-02-28
io_uring: add support for pre-mapped user IO buffers
Jens Axboe
2019-02-28
Add io_uring IO interface
Jens Axboe
2019-02-07
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-01-25
arch: add split IPC system calls where needed
Arnd Bergmann
2018-06-06
x86: Wire up restartable sequence system call
Mathieu Desnoyers
2018-05-02
aio: implement io_pgetevents
Christoph Hellwig
2018-04-09
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
2018-04-09
syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention
Dominik Brodowski
2018-04-09
syscalls/core, syscalls/x86: Clean up syscall stub naming convention
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...
Dominik Brodowski
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
2018-04-02
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
2018-03-07
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
2018-03-07
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
2018-03-07
x86/syscalls/32: Simplify $entry == $compat entries
Dominik Brodowski
2017-05-02
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-04-17
Remove compat_sys_getdents64()
Al Viro
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2016-10-17
x86, pkeys: remove cruft from never-merged syscalls
Dave Hansen
2016-09-09
x86: Wire up protection keys system calls
Dave Hansen
2016-08-01
x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
David Howells
2016-05-12
x86: Use compat version for preadv2 and pwritev2
Dmitry V. Levin
2016-03-04
x86: wire up preadv2 and pwritev2
Christoph Hellwig
2015-12-01
x86: add sys_copy_file_range to syscall tables
Zach Brown
2015-11-05
mm: mlock: add new mlock system call
Eric B Munson
2015-10-09
x86/entry/64/compat: Set up full pt_regs for all compat syscalls
Andy Lutomirski
2015-09-11
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
2015-09-04
userfaultfd: activate syscall
Andrea Arcangeli
2015-07-21
x86/entry/syscalls: Wire up 32-bit direct socket calls
Andy Lutomirski
2015-06-04
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...
Ingo Molnar