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
/
kernel
/
sys_ni.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: conditionally support non-root users, groups and capabilities
Iulia Manda
2015-04-15
1
-0
/
+14
*
syscalls: implement execveat() system call
David Drysdale
2014-12-13
1
-0
/
+3
*
s390/kernel: add system calls for PCI memory access
Alexey Ishchuk
2014-11-19
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
1
-0
/
+3
|
\
|
*
bpf: enable bpf syscall on x64 and i386
Alexei Starovoitov
2014-09-26
1
-0
/
+3
*
|
mm: Support compiling out madvise and fadvise
Josh Triplett
2014-08-17
1
-0
/
+3
|
/
*
kexec: new syscall kexec_file_load() declaration
Vivek Goyal
2014-08-08
1
-0
/
+1
*
shm: add memfd_create() syscall
David Herrmann
2014-08-08
1
-0
/
+1
*
seccomp: add "seccomp" syscall
Kees Cook
2014-07-18
1
-0
/
+3
*
sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
Fabian Frederick
2014-06-04
1
-0
/
+2
*
fs, kernel: permit disabling the uselib syscall
Josh Triplett
2014-04-03
1
-0
/
+1
*
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
Fabian Frederick
2014-04-03
1
-0
/
+1
*
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2013-05-09
1
-0
/
+1
*
merge compat sys_ipc instances
Al Viro
2013-03-03
1
-1
/
+1
*
consolidate compat lookup_dcookie()
Al Viro
2013-03-03
1
-0
/
+1
*
module: add syscall to load module from fd
Kees Cook
2012-12-14
1
-0
/
+1
*
syscalls, x86: add __NR_kcmp syscall
Cyrill Gorcunov
2012-05-31
1
-0
/
+3
*
Cross Memory Attach
Christopher Yeoh
2011-10-31
1
-0
/
+4
*
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
2011-08-26
1
-1
/
+0
*
ipc: Add missing sys_ni entries for ipc/compat.c functions
Kevin Cernekee
2011-05-20
1
-0
/
+7
*
net: Add sendmmsg socket system call
Anton Blanchard
2011-05-05
1
-0
/
+2
*
vfs: Add open by file handle support
Aneesh Kumar K.V
2011-03-15
1
-0
/
+2
*
vfs: Add name to file handle conversion support
Aneesh Kumar K.V
2011-03-15
1
-0
/
+3
*
powerpc: define a compat_sys_recv cond_syscall
Stephen Rothwell
2010-09-23
1
-0
/
+1
*
fanotify: sys_fanotify_mark declartion
Eric Paris
2010-07-28
1
-0
/
+1
*
fanotify: fanotify_init syscall declaration
Eric Paris
2010-07-28
1
-0
/
+3
*
Add generic sys_ipc wrapper
Christoph Hellwig
2010-03-12
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-12-08
1
-0
/
+2
|
\
|
*
net: Introduce recvmmsg socket syscall
Arnaldo Carvalho de Melo
2009-10-12
1
-0
/
+2
*
|
sysctl: Remove the cond_syscall entry for sys32_sysctl
Eric W. Biederman
2009-11-06
1
-1
/
+0
|
/
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-09-24
1
-1
/
+1
|
\
|
*
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2009-09-21
1
-1
/
+1
*
|
net: fix CONFIG_NET=n build on sparc64
Andrew Morton
2009-09-21
1
-0
/
+1
|
/
*
Merge commit 'v2.6.29-rc2' into perfcounters/core
Ingo Molnar
2009-01-21
1
-0
/
+1
|
\
|
*
[CVE-2009-0029] Make sys_syslog a conditional system call
Heiko Carstens
2009-01-14
1
-0
/
+1
*
|
performance counters: core code
Thomas Gleixner
2008-12-08
1
-0
/
+3
|
/
*
reintroduce accept4
Ulrich Drepper
2008-11-19
1
-1
/
+1
*
Configure out AIO support
Thomas Petazzoni
2008-10-16
1
-0
/
+5
*
Configure out file locking features
Thomas Petazzoni
2008-09-29
1
-0
/
+1
*
signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGN...
Ingo Molnar
2008-07-25
1
-0
/
+1
*
flag parameters: fix compile error of sys_epoll_create1
Wang Chen
2008-07-25
1
-0
/
+1
*
flag parameters: inotify_init
Ulrich Drepper
2008-07-24
1
-0
/
+1
*
flag parameters: eventfd
Ulrich Drepper
2008-07-24
1
-0
/
+1
*
flag parameters: signalfd
Ulrich Drepper
2008-07-24
1
-0
/
+1
*
flag parameters: paccept
Ulrich Drepper
2008-07-24
1
-0
/
+1
*
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
Atsushi Nemoto
2008-07-22
1
-0
/
+1
*
timerfd: new timerfd API
Davide Libenzi
2008-02-05
1
-2
/
+5
*
[POWERPC] Provide a way to protect 4k subpages when using 64k pages
Paul Mackerras
2008-01-24
1
-0
/
+1
*
[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.
David S. Miller
2007-10-30
1
-0
/
+4
*
kernel/sys_ni.c: add dummy sys_ni_syscall() prototype
Adrian Bunk
2007-10-17
1
-0
/
+4
[next]