- 2a18672 fs: add mount_setattr() by Christian Brauner · 4 years ago
- b0a0c26 epoll: wire up syscall epoll_pwait2 by Willem de Bruijn · 4 years, 1 month ago
- e2dc495 Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
- 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- 1d7637d signal: Expose SYS_USER_DISPATCH si_code type by Gabriel Krisman Bertazi · 4 years, 2 months ago
- 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 2 months ago
- 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 2 months ago
- 6ac05e8 signal: define the SA_EXPOSE_TAGBITS bit in sa_flags by Peter Collingbourne · 4 years, 2 months ago
- a54f0df signal: define the SA_UNSUPPORTED bit in sa_flags by Peter Collingbourne · 4 years, 2 months ago
- 7da5082 arch: provide better documentation for the arch-specific SA_* flags by Peter Collingbourne · 4 years, 2 months ago
- 1d82b78 arch: move SA_* definitions to generic headers by Peter Collingbourne · 4 years, 2 months ago
- 8d0dd23 syscalls: Fix file comments for syscalls implemented in kernel/sys.c by Tal Zussman · 4 years, 2 months ago
- 2a45a08 asm-generic/sembuf: Update architecture related information in comment by Viresh Kumar · 4 years, 8 months ago
- ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 3 months ago
- 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 3 months ago
- 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- c3973b4 mm: remove compat_process_vm_{readv,writev} by Christoph Hellwig · 4 years, 4 months ago
- 598b3ce fs: remove compat_sys_vmsplice by Christoph Hellwig · 4 years, 4 months ago
- 5f764d6 fs: remove the compat readv/writev syscalls by Christoph Hellwig · 4 years, 4 months ago
- 028abd9 fs: remove compat_sys_mount by Christoph Hellwig · 4 years, 4 months ago
- e47168f powerpc/8xx: Support 16k hugepages with 4k pages by Christophe Leroy · 4 years, 5 months ago
- 74f1082 arm64: mte: Add specific SIGSEGV codes by Vincenzo Frascino · 5 years ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 6 months ago
- 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
- c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
- c766d14 y2038: hide timeval/timespec/itimerval/itimerspec types by Arnd Bergmann · 5 years ago
- 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
- d41938d mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use by Dave Martin · 5 years ago
- 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
- 0fb9dc2 arch: sembuf.h: make uapi asm/sembuf.h self-contained by Masahiro Yamada · 5 years ago
- 9ef0e00 arch: msgbuf.h: make uapi asm/msgbuf.h self-contained by Masahiro Yamada · 5 years ago
- 5b00967 arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained by Masahiro Yamada · 5 years ago
- caf5e32 y2038: ipc: remove __kernel_time_t reference from headers by Arnd Bergmann · 5 years ago
- 94c467d y2038: add __kernel_old_timespec and __kernel_old_time_t by Arnd Bergmann · 5 years ago
- 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
- 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
- 78e0597 ipc: fix semtimedop for generic 32-bit architectures by Arnd Bergmann · 5 years ago
- 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 8aa3c92 mm/mmap: move common defines to mman-common.h by Aneesh Kumar K.V · 6 years ago
- 22fcea6 mm: move MAP_SYNC to asm-generic/mman-common.h by Aneesh Kumar K.V · 6 years ago
- 0bf5f94 mm: fix the MAP_UNINITIALIZED flag by Christoph Hellwig · 6 years ago
- 05a70a8 unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3 by Christian Brauner · 6 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
- 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
- 99f3a06 bpf: net: Add SO_DETACH_REUSEPORT_BPF by Martin KaFai Lau · 6 years ago
- 8f3220a arch: wire-up clone3() syscall by Christian Brauner · 6 years ago
- d8076bd uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] by David Howells · 6 years ago
- 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
- 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
- a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
- f3ca4c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- a623a7a y2038: fix socket.h header inclusion by Arnd Bergmann · 6 years ago
- 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- fa29f5b Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
- b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
- edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
- 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
- c8ce48f asm-generic: Make time32 syscall numbers optional by Arnd Bergmann · 6 years ago
- 80d7da1 asm-generic: Drop getrlimit and setrlimit syscalls from default list by Yury Norov · 7 years ago
- 746c939 arch: move common mmap flags to linux/mman.h by Michael S. Tsirkin · 6 years ago
- 0d0216c compat ABI: use non-compat openat and open_by_handle_at variants by Yury Norov · 7 years ago
- 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 76ce2a8 Rename include/{uapi => }/asm-generic/shmparam.h really by Masahiro Yamada · 6 years ago
- 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
- 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
- 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
- a9beb86 sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW by Deepa Dinamani · 6 years ago
- 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
- 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
- 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
- 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
- 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
- f5dd3d0 net: introduce SO_BINDTOIFINDEX sockopt by David Herrmann · 6 years ago
- 5694cec Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- bcb671c bpf: promote bpf_perf_event.h to mandatory UAPI header by Masahiro Yamada · 6 years ago
- b7d624a asm-generic: unistd.h: fixup broken macro include. by Guo Ren · 6 years ago
- 4e21565 asm-generic: add kexec_file_load system call to unistd.h by AKASHI Takahiro · 6 years ago
- 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
- 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 4e1a606 Merge 4.19-rc7 into tty-next by Greg Kroah-Hartman · 6 years ago
- 20916d4 mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizes by Anshuman Khandual · 6 years ago
- f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
- 018303a signal/sparc: Move EMT_TAGOVF into the generic siginfo.h by Eric W. Biederman · 7 years ago
- ad8c0ea tty/serial_core: add ISO7816 infrastructure by Nicolas Ferre · 6 years ago
- bf4b6a7 y2038: Remove stat64 family from default syscall set by Arnd Bergmann · 7 years ago
- 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- db7a2d1 asm-generic: unistd.h: Wire up sys_rseq by Will Deacon · 7 years ago
- 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
- ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago