index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
ia32
/
sys_ia32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
1
-6
/
+0
2018-04-02
x86: use _do_fork() in compat_sys_x86_clone()
Dominik Brodowski
1
-1
/
+2
2018-03-07
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
1
-0
/
+11
2018-03-07
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
1
-30
/
+33
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-03-04
x86/compat: Remove sys32_vm86_warning
Brian Gerst
1
-14
/
+0
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
1
-9
/
+0
2013-03-04
x86: sys32_kill and sys32_mprotect are pointless
Al Viro
1
-11
/
+0
2013-03-04
consolidate compat lookup_dcookie()
Al Viro
1
-6
/
+0
2013-03-04
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
1
-20
/
+0
2013-02-24
switch lseek to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+0
2013-02-04
x86: switch to generic old sigaction
Al Viro
1
-39
/
+0
2013-02-04
x86: switch to generic compat rt_sigaction()
Al Viro
1
-76
/
+0
2013-02-04
x86: switch to generic compat sched_rr_get_interval()
Al Viro
1
-17
/
+0
2013-02-04
x86: switch to generic compat rt_sigqueueinfo()
Al Viro
1
-15
/
+0
2013-02-04
x86: switch to generic compat rt_sigpending()
Al Viro
1
-24
/
+0
2012-11-29
x86, um: switch to generic fork/vfork/clone
Al Viro
1
-11
/
+0
2012-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-15
/
+0
2012-10-01
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
1
-15
/
+0
2012-09-05
x86: Fix __user annotations in asm/sys_ia32.h
Mathias Krause
1
-1
/
+1
2012-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
2012-05-16
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
1
-2
/
+2
2012-05-08
x86-64: Eliminate dead ia32 syscall handlers
Jan Beulich
1
-23
/
+0
2012-02-21
x86-64, ia32: Drop sys32_rt_sigprocmask
H. Peter Anvin
1
-40
/
+0
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-08-14
Mark arguments to certain syscalls as being const
David Howells
1
-7
/
+7
2010-07-28
fanotify: sys_fanotify_mark declartion
Eric Paris
1
-0
/
+9
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-13
Add generic sys_olduname()
Christoph Hellwig
1
-52
/
+0
2010-03-13
Add generic sys_old_mmap()
Christoph Hellwig
1
-3
/
+3
2010-03-13
Add generic sys_old_select()
Christoph Hellwig
1
-18
/
+0
2009-12-11
Unify sys_mmap*
Al Viro
1
-42
/
+1
2009-11-06
sysctl: x86 Use the compat_sys_sysctl
Eric W. Biederman
1
-56
/
+0
2009-08-08
x86, 32-bit: Use generic sys_pipe()
Amerigo Wang
1
-14
/
+0
2009-04-21
Separate out common fstatat code into vfs_fstatat
Oleg Drokin
1
-14
/
+5
2009-03-27
generic compat_sys_ustat
Christoph Hellwig
1
-22
/
+0
2008-12-29
x86: introducing asm/sys_ia32.h
Jaswinder Singh Rajput
1
-1
/
+1
2008-10-16
compat: generic compat get/settimeofday
Christoph Hellwig
1
-64
/
+0
2008-10-16
compat: move cp_compat_stat to common code
Christoph Hellwig
1
-35
/
+0
2008-09-06
x86: kill sys32_pause
Christoph Hellwig
1
-9
/
+0
2008-07-24
flag parameters: pipe
Ulrich Drepper
1
-1
/
+1
2008-04-19
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-17
x86: sys32_execve PT_DTRACE
Roland McGrath
1
-5
/
+0
2008-04-17
x86: reducing debuginfo size by removing unneeded includes
Arnaldo Carvalho de Melo
1
-25
/
+1
2008-01-30
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
1
-3
/
+3
2008-01-30
x86: clean up arch/x86/ia32/sys_ia32.c
Thomas Gleixner
1
-245
/
+253
2007-10-11
x86_64: move ia32
Thomas Gleixner
1
-0
/
+889