summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic
AgeCommit message (Expand)Author
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-11y2038: fix socket.h header inclusionArnd Bergmann
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-18arch: move common mmap flags to linux/mman.hMichael S. Tsirkin
2019-02-18compat ABI: use non-compat openat and open_by_handle_at variantsYury Norov
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12Rename include/{uapi => }/asm-generic/shmparam.h reallyMasahiro Yamada
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-01-25arch: add split IPC system calls where neededArnd Bergmann
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-17bpf: promote bpf_perf_event.h to mandatory UAPI headerMasahiro Yamada
2018-12-06asm-generic: unistd.h: fixup broken macro include.Guo Ren
2018-12-06asm-generic: add kexec_file_load system call to unistd.hAKASHI Takahiro
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-08Merge 4.19-rc7 into tty-nextGreg Kroah-Hartman
2018-10-05mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizesAnshuman Khandual
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-11asm-generic: unistd.h: Wire up sys_rseqWill Deacon
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-02aio: implement io_pgeteventsChristoph Hellwig