Age | Commit message (Expand) | Author | Files | Lines |
2015-04-17 | errno.h: Improve ENOSYS's comment | Andy Lutomirski | 1 | -1/+10 |
2015-01-09 | vfs: renumber FMODE_NONOTIFY and add to uniqueness check | David Drysdale | 1 | -1/+1 |
2014-12-13 | syscalls: implement execveat() system call | David Drysdale | 1 | -1/+3 |
2014-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+5 |
2014-12-06 | net: sock: allow eBPF programs to be attached to sockets | Alexei Starovoitov | 1 | -0/+3 |
2014-11-18 | mpx: Extend siginfo structure to include bound violation information | Qiaowei Ren | 1 | -1/+8 |
2014-11-11 | net: introduce SO_INCOMING_CPU | Eric Dumazet | 1 | -0/+2 |
2014-09-26 | bpf: enable bpf syscall on x64 and i386 | Alexei Starovoitov | 1 | -1/+3 |
2014-08-18 | asm-generic: add memfd_create system call to unistd.h | Will Deacon | 1 | -1/+3 |
2014-08-06 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
2014-08-06 | random: introduce getrandom(2) system call | Theodore Ts'o | 1 | -1/+3 |
2014-07-18 | seccomp: add "seccomp" syscall | Kees Cook | 1 | -1/+3 |
2014-05-20 | asm-generic: Add renameat2 syscall | James Hogan | 1 | -1/+3 |
2014-05-15 | asm-generic: remove _STK_LIM_MAX | James Hogan | 1 | -7/+0 |
2014-04-22 | locks: rename file-private locks to "open file description locks" | Jeff Layton | 1 | -10/+10 |
2014-04-08 | madvise: correct the comment of MADV_DODUMP flag | Zhang Yanfei | 1 | -1/+1 |
2014-04-05 | Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux | Linus Torvalds | 1 | -3/+16 |
2014-03-31 | locks: add new fcntl cmd values for handling file private locks | Jeff Layton | 1 | -0/+16 |
2014-03-31 | locks: fix posix lock range overflow handling | J. Bruce Fields | 1 | -3/+0 |
2014-03-04 | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 | Heiko Carstens | 1 | -0/+1 |
2014-02-24 | asm-generic: add sched_setattr/sched_getattr syscalls | James Hogan | 1 | -1/+5 |
2014-01-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -19/+19 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2014-01-24 | asm/types.h: Remove include/asm-generic/int-l64.h | Geert Uytterhoeven | 1 | -2/+1 |
2014-01-21 | uapi: Use __kernel_ulong_t in shmid64_ds/shminfo64/shm_info | H.J. Lu | 1 | -12/+12 |
2014-01-21 | uapi: Use __kernel_ulong_t in struct msqid64_ds | H.J. Lu | 1 | -5/+5 |
2014-01-21 | uapi, asm-generic: Use __kernel_ulong_t in uapi struct ipc64_perm | H.J. Lu | 1 | -2/+2 |
2014-01-19 | net: introduce SO_BPF_EXTENSIONS | Michal Sekletar | 1 | -0/+2 |
2013-12-21 | x86, x32: Use __kernel_long_t for __statfs_word | H.J. Lu | 1 | -1/+1 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-11-13 | errno.h: remove "NFS" from descriptions in comments | Eric Sandeen | 1 | -1/+1 |
2013-09-29 | net: introduce SO_MAX_PACING_RATE | Eric Dumazet | 1 | -0/+2 |
2013-07-20 | allow O_TMPFILE to work with O_WRONLY | Al Viro | 1 | -2/+2 |
2013-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+6 |
2013-07-13 | Safer ABI for O_TMPFILE | Al Viro | 1 | -2/+6 |
2013-07-11 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -1/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -0/+4 |
2013-07-09 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 1 | -1/+1 |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+4 |
2013-06-29 | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n... | Al Viro | 1 | -0/+4 |
2013-06-26 | net: poll/select low latency socket support | Eliezer Tamir | 1 | -0/+2 |
2013-06-19 | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 1 | -1/+1 |
2013-06-18 | net: add socket option for low latency polling | Eliezer Tamir | 1 | -0/+2 |
2013-04-01 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -0/+2 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -6/+8 |
2013-02-04 | tile: switch to generic compat rt_sig{procmask,pending}() | Al Viro | 1 | -2/+2 |
2013-02-04 | consolidate kernel-side struct sigaction declarations | Al Viro | 1 | -0/+6 |
2013-02-04 | consolidate declarations of k_sigaction | Al Viro | 1 | -4/+0 |
2013-01-23 | soreuseport: infrastructure | Tom Herbert | 1 | -2/+1 |
2013-01-17 | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 1 | -0/+2 |