index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
sys_ia32.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2018-04-02
1
-64
/
+0
*
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
2018-04-02
1
-3
/
+0
*
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
2018-03-07
1
-0
/
+2
*
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
2018-03-07
1
-17
/
+28
*
x86/entry: Remove stale syscall prototype
Dominik Brodowski
2018-03-07
1
-1
/
+0
*
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2013-05-09
1
-3
/
+0
*
x86: trim sys_ia32.h
Al Viro
2013-03-03
1
-5
/
+0
*
x86: sys32_kill and sys32_mprotect are pointless
Al Viro
2013-03-03
1
-2
/
+0
*
merge compat sys_ipc instances
Al Viro
2013-03-03
1
-3
/
+0
*
consolidate compat lookup_dcookie()
Al Viro
2013-03-03
1
-1
/
+0
*
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
1
-1
/
+0
*
switch lseek to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-24
1
-1
/
+0
*
x86: switch to generic old sigaction
Al Viro
2013-02-03
1
-3
/
+0
*
x86: switch to generic compat rt_sigaction()
Al Viro
2013-02-03
1
-3
/
+0
*
x86: switch to generic compat sched_rr_get_interval()
Al Viro
2013-02-03
1
-3
/
+0
*
x86,um: switch to generic old sigsuspend()
Al Viro
2013-02-03
1
-1
/
+0
*
x86: switch to generic compat rt_sigqueueinfo()
Al Viro
2013-02-03
1
-1
/
+0
*
x86: switch to generic compat rt_sigpending()
Al Viro
2013-02-03
1
-1
/
+0
*
x86: get rid of pt_regs argument in sigreturn variants
Al Viro
2013-02-03
1
-2
/
+2
*
generic compat_sys_sigaltstack()
Al Viro
2012-12-19
1
-2
/
+0
*
x86, um: switch to generic fork/vfork/clone
Al Viro
2012-11-28
1
-2
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-10
1
-2
/
+0
|
\
|
*
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
2012-09-30
1
-2
/
+0
*
|
x86: Fix __user annotations in asm/sys_ia32.h
Mathias Krause
2012-09-05
1
-1
/
+1
|
/
*
x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>
H. Peter Anvin
2012-02-20
1
-0
/
+5
*
x86-64, ia32: Drop sys32_rt_sigprocmask
H. Peter Anvin
2012-02-20
1
-2
/
+0
*
Mark arguments to certain syscalls as being const
David Howells
2010-08-13
1
-6
/
+6
*
fanotify: sys_fanotify_mark declartion
Eric Paris
2010-07-28
1
-0
/
+3
*
Add generic sys_olduname()
Christoph Hellwig
2010-03-12
1
-5
/
+0
*
Add generic sys_old_mmap()
Christoph Hellwig
2010-03-12
1
-2
/
+2
*
Add generic sys_old_select()
Christoph Hellwig
2010-03-12
1
-2
/
+0
*
sanitize do_pipe_flags() callers in arch
Al Viro
2009-12-16
1
-1
/
+0
*
Unify sys_mmap*
Al Viro
2009-12-11
1
-3
/
+0
*
sysctl: x86 Use the compat_sys_sysctl
Eric W. Biederman
2009-11-06
1
-5
/
+0
*
generic compat_sys_ustat
Christoph Hellwig
2009-03-27
1
-2
/
+0
*
x86: introducing asm/sys_ia32.h
Jaswinder Singh Rajput
2008-12-29
1
-0
/
+101