aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic
AgeCommit message (Expand)Author
2017-02-22userfaultfd: document _IOR/_IOWAndrea Arcangeli
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen
2016-09-09generic syscalls: Wire up memory protection keys syscallsDave Hansen
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-05-05asm-generic: Drop renameat syscall from default listJames Hogan
2016-05-05asm-generic: use compat version for preadv2 and pwritev2Yury Norov
2016-04-23generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-05mm/pkeys: Fix siginfo ABI breakage caused by new u64 fieldDave Hansen
2016-02-25net: Facility to report route quality of connected socketsTom Herbert
2016-02-18signals, pkeys: Notify userspace about protection key faultsDave Hansen
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-10-12arm64: Fix MINSIGSTKSZ and SIGSTKSZManjeet Pawar
2015-09-22userfaultfd: register uapi generic syscall (aarch64)Dr. David Alan Gilbert
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers
2015-04-17errno.h: Improve ENOSYS's commentAndy Lutomirski
2015-01-08vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-11-18mpx: Extend siginfo structure to include bound violation informationQiaowei Ren
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov
2014-08-18asm-generic: add memfd_create system call to unistd.hWill Deacon
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o
2014-07-18seccomp: add "seccomp" syscallKees Cook
2014-05-20asm-generic: Add renameat2 syscallJames Hogan
2014-05-15asm-generic: remove _STK_LIM_MAXJames Hogan
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton
2014-04-07madvise: correct the comment of MADV_DODUMP flagZhang Yanfei
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton
2014-03-31locks: fix posix lock range overflow handlingJ. Bruce Fields
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens
2014-02-24asm-generic: add sched_setattr/sched_getattr syscallsJames Hogan
2014-01-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23asm/types.h: Remove include/asm-generic/int-l64.hGeert Uytterhoeven
2014-01-20uapi: Use __kernel_ulong_t in shmid64_ds/shminfo64/shm_infoH.J. Lu
2014-01-20uapi: Use __kernel_ulong_t in struct msqid64_dsH.J. Lu
2014-01-20uapi, asm-generic: Use __kernel_ulong_t in uapi struct ipc64_permH.J. Lu
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar