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.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
/
include
/
asm
/
syscalls.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-18
Make do_execve() take a const filename pointer
David Howells
1
-2
/
+3
2010-08-14
Mark arguments to certain syscalls as being const
David Howells
1
-1
/
+1
2010-03-13
Add generic sys_olduname()
Christoph Hellwig
1
-7
/
+0
2010-03-13
improve sys_newuname() for compat architectures
Christoph Hellwig
1
-3
/
+0
2010-03-13
Add generic sys_ipc wrapper
Christoph Hellwig
1
-1
/
+0
2010-03-13
Add generic sys_old_mmap()
Christoph Hellwig
1
-2
/
+0
2010-03-13
Add generic sys_old_select()
Christoph Hellwig
1
-2
/
+0
2009-12-16
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-22
/
+10
2009-12-11
Unify sys_mmap*
Al Viro
1
-2
/
+0
2009-12-10
x86: Merge sys_clone
Brian Gerst
1
-6
/
+2
2009-12-10
x86, 32-bit: Convert sys_vm86 & sys_vm86old
Brian Gerst
1
-2
/
+2
2009-12-10
x86: Merge sys_sigaltstack
Brian Gerst
1
-5
/
+3
2009-12-10
x86: Merge sys_execve
Brian Gerst
1
-4
/
+2
2009-12-10
x86: Merge sys_iopl
Brian Gerst
1
-5
/
+1
2009-04-12
x86: clean up declarations and variables
Jaswinder Singh Rajput
1
-21
/
+24
2009-02-19
x86: syscalls.h: remove asmlinkage from declaration of sys_rt_sigreturn()
Hiroshi Shimamoto
1
-1
/
+1
2009-02-13
Merge branch 'core/header-fixes' into x86/headers
Ingo Molnar
1
-0
/
+1
2009-02-12
x86: merge sys_rt_sigreturn between 32 and 64 bits
H. Peter Anvin
1
-1
/
+1
2009-02-12
x86: use regparm(3) for passed-in pt_regs pointer
Brian Gerst
1
-15
/
+10
2009-02-11
x86: pass in pt_regs pointer for syscalls that need it
Brian Gerst
1
-10
/
+15
2009-02-02
headers_check fix: x86, prctl.h
Jaswinder Singh Rajput
1
-0
/
+1
2009-01-21
Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"
Ingo Molnar
1
-1
/
+1
2008-12-23
Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...
Ingo Molnar
1
-8
/
+8
2008-12-18
x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they ge...
Jaswinder Singh
1
-4
/
+4
2008-12-16
x86: ldt.c declare sys_modify_ldt before they get used
Jaswinder Singh
1
-3
/
+3
2008-12-08
x86: signal: change type of paramter for sys_rt_sigreturn()
Hiroshi Shimamoto
1
-1
/
+1
2008-10-23
x86, um: ... and asm-x86 move
Al Viro
1
-0
/
+93