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
/
include
/
asm
/
unistd.h
Age
Commit message (
Expand
)
Author
2019-07-22
x86/syscalls: Split the x32 syscalls into their own table
Andy Lutomirski
2019-06-21
arch: handle arches who do not yet define clone3
Christian Brauner
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
2018-08-29
y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
2018-08-29
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
2018-08-29
y2038: Remove newstat family from default syscall set
Arnd Bergmann
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-17
Remove compat_sys_getdents64()
Al Viro
2016-07-15
x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2
H.J. Lu
2014-06-04
sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
Fabian Frederick
2014-03-06
fs/compat: optional preadv64/pwrite64 compat system calls
Heiko Carstens
2014-03-04
compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64
Heiko Carstens
2013-03-03
consolidate cond_syscall and SYSCALL_ALIAS declarations
Al Viro
2013-02-14
burying unused conditionals
Al Viro
2012-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-12-19
Bury the conditionals from kernel_thread/kernel_execve series
Al Viro
2012-12-14
UAPI: (Scripted) Disintegrate arch/x86/include/asm
David Howells
2012-11-28
x86, um: switch to generic fork/vfork/clone
Al Viro
2012-10-12
x86, um: convert to saner kernel_execve() semantics
Al Viro
2012-09-30
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
2012-07-30
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
Will Deacon
2012-04-23
x32: Check __ILP32__ instead of __LP64__ for x32
H.J. Lu
2012-02-20
x32: Handle the x32 system call flag
H. Peter Anvin
2012-02-20
x32: Generate <asm/unistd_64_x32.h>
H. Peter Anvin
2012-02-20
x32: Generate <asm/unistd_x32.h>
H. Peter Anvin
2012-01-19
x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits
H. Peter Anvin
2011-11-17
x86: Generate system call tables and unistd_*.h from tables
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro