summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-13x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen1-0/+5
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown5-1/+130
2015-11-06mm: mlock: add new mlock system callEric B Munson6-1/+16
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers11-1/+151
2015-09-04userfaultfd: activate syscallAndrea Arcangeli4-0/+4
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski8-8/+52
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda16-26/+126
2014-12-13syscalls: implement execveat() system callDavid Drysdale13-15/+145
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk7-2/+127
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1397-37800/+153007
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov5-2/+10
2014-08-18mm: Support compiling out madvise and fadviseJosh Triplett3-2/+18
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal4-0/+13
2014-08-08shm: add memfd_create() syscallDavid Herrmann6-0/+85
2014-07-18seccomp: add "seccomp" syscallKees Cook8-6/+65
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick15-14/+14
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett4-1/+21
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick3-0/+13
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro16-65/+25
2013-03-04merge compat sys_ipc instancesAl Viro15-315/+52
2013-03-04consolidate compat lookup_dcookie()Al Viro18-60/+20
2012-12-14module: add syscall to load module from fdKees Cook5-148/+223
2012-06-01syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov10-1/+348
2011-11-01Cross Memory AttachChristopher Yeoh17-17/+550
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown33-44/+27
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee1-0/+7
2011-05-05net: Add sendmmsg socket system callAnton Blanchard16-52/+192
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V6-0/+181
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V8-2/+139
2010-09-23powerpc: define a compat_sys_recv cond_syscallStephen Rothwell1-0/+1
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris9-1/+28
2010-07-28fanotify: fanotify_init syscall declarationEric Paris8-2/+25
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig41-1259/+124
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1395-71110/+113875
2009-11-06sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman1-1/+0
2009-10-13net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo25-50/+261
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6545-359365/+742925
2009-09-21net: fix CONFIG_NET=n build on sparc64Andrew Morton1-0/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar132-2452/+2452
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar524-3528/+7963
2009-01-14[CVE-2009-0029] Make sys_syslog a conditional system callHeiko Carstens2-5/+1
2008-12-08performance counters: core codeThomas Gleixner10-0/+1189
2008-11-20reintroduce accept4Ulrich Drepper6-124/+21
2008-10-16Configure out AIO supportThomas Petazzoni5-1/+26
2008-09-29Configure out file locking featuresThomas Petazzoni6-9/+70
2008-07-25signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGN...Ingo Molnar1-0/+1
2008-07-25flag parameters: fix compile error of sys_epoll_create1Wang Chen1-0/+1
2008-07-24flag parameters: inotify_initUlrich Drepper8-2/+22
2008-07-24flag parameters: eventfdUlrich Drepper8-2/+24
2008-07-24flag parameters: signalfdUlrich Drepper9-6/+34
[next]