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
/
arm
/
kernel
/
calls.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Add new scheduler syscalls to support an extended scheduling parameter...
Dario Faggioli
2014-01-13
1
-0
/
+2
*
ARM: 7665/1: Wire up kcmp syscall
Cyrill Gorcunov
2013-03-03
1
-1
/
+1
*
arm: switch to generic sigaltstack
Al Viro
2013-02-03
1
-1
/
+1
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-12-19
1
-0
/
+1
|
\
|
*
ARM: add finit_module syscall to ARM
Kees Cook
2012-12-14
1
-0
/
+1
*
|
arm: switch to generic fork/vfork/clone
Al Viro
2012-11-28
1
-3
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-10
1
-1
/
+1
|
\
|
*
arm: get rid of execve wrapper, switch to generic execve() implementation
Al Viro
2012-09-30
1
-1
/
+1
*
|
ARM: reserve syscall 378 for kcmp
Russell King
2012-09-21
1
-0
/
+1
|
/
*
ARM: wire up process_vm_writev and process_vm_readv syscalls
Russell King
2011-11-17
1
-0
/
+2
*
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
2011-08-26
1
-1
/
+1
*
Merge branch 'setns'
Linus Torvalds
2011-05-28
1
-0
/
+1
|
\
|
*
ns: Wire up the setns system call
Eric W. Biederman
2011-05-28
1
-0
/
+1
*
|
ARM: add sendmmsg syscall
Russell King
2011-05-26
1
-0
/
+1
|
/
*
ARM: Add new syscalls
Russell King
2011-04-15
1
-0
/
+4
*
ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM
Mikael Pettersson
2010-09-01
1
-0
/
+3
*
ARM: 6329/1: wire up sys_accept4() on ARM
Mikael Pettersson
2010-08-15
1
-0
/
+1
*
Add generic sys_old_mmap()
Christoph Hellwig
2010-03-12
1
-1
/
+1
*
Add generic sys_old_select()
Christoph Hellwig
2010-03-12
1
-1
/
+1
*
arm: add arch_mmap_check(), get rid of sys_arm_mremap()
Al Viro
2009-12-11
1
-1
/
+1
*
net: Introduce recvmmsg socket syscall
Arnaldo Carvalho de Melo
2009-10-12
1
-0
/
+1
*
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2009-09-21
1
-1
/
+1
*
ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwait
Mikael Pettersson
2009-08-15
1
-5
/
+5
*
[ARM] wire up rt_tgsigqueueinfo and perf_counter_open
Russell King
2009-06-20
1
-0
/
+2
*
[ARM] 5456/1: add sys_preadv and sys_pwritev
Mikael Pettersson
2009-04-20
1
-0
/
+2
*
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
Heiko Carstens
2009-01-14
1
-1
/
+1
*
[ARM] 5193/1: Wire up missing syscalls
Stefan Schmidt
2008-08-12
1
-2
/
+8
*
Merge branch 'omap2-upstream' into devel
Russell King
2008-04-19
1
-1
/
+1
|
\
|
*
[ARM] 4878/1: Add oabi shim for fstatat64
Riku Voipio
2008-03-28
1
-1
/
+1
*
|
[ARM] 4852/1: Add timerfd_create, timerfd_settime and timerfd_gettime syscall...
Uwe Kleine-König
2008-04-19
1
-1
/
+3
|
/
*
timerfd: new timerfd API
Davide Libenzi
2008-02-05
1
-1
/
+1
*
[ARM] Add fallocate syscall entry
Russell King
2007-10-12
1
-0
/
+1
*
Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM
David Woodhouse
2007-06-28
1
-1
/
+1
*
[ARM] Update ARM syscalls
Russell King
2007-05-16
1
-0
/
+4
*
[ARM] 4137/1: Add kexec support
Richard Purdie
2007-02-16
1
-0
/
+1
*
[ARM] Add more syscalls
Russell King
2006-12-17
1
-6
/
+18
*
[ARM] Add sys_*at syscalls
Russell King
2006-12-09
1
-0
/
+13
*
[ARM] 3338/1: old ABI compat: sys_socketcall
Nicolas Pitre
2006-02-16
1
-1
/
+1
*
[ARM] 3308/1: old ABI compat: struct sockaddr_un
Nicolas Pitre
2006-02-08
1
-4
/
+4
*
[ARM] safer handling of syscall table padding
Al Viro
2006-01-19
1
-332
/
+329
*
[ARM] 3110/5: old ABI compat: multi-ABI syscall entry support
Nicolas Pitre
2006-01-14
1
-28
/
+27
*
[ARM] 3108/2: old ABI compat: statfs64 and fstatfs64
Nicolas Pitre
2006-01-14
1
-2
/
+2
*
[ARM] Fix sys_sendto and sys_recvfrom 6-arg syscalls
Russell King
2005-12-17
1
-4
/
+4
*
[ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack
George G. Davis
2005-09-13
1
-1
/
+1
*
[ARM] sys_mbind needs wrapping
Russell King
2005-09-09
1
-1
/
+1
*
[ARM] Add memory type based allocation syscalls
Russell King
2005-09-09
1
-1
/
+4
*
[ARM] 2865/2: fix fadvise64_64 syscall argument passing
Nicolas Pitre
2005-09-01
1
-1
/
+1
*
[ARM] Add syscall stubs for inotify and ioprio system calls
Robert Love
2005-08-15
1
-0
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+335