Age | Commit message (Expand) | Author |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-19 | net: remove compat_sys_{get,set}sockopt | Christoph Hellwig |
2020-06-17 | arch: wire-up close_range() | Christian Brauner |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi |
2020-02-21 | y2038: hide timeval/timespec/itimerval/itimerspec types | Arnd Bergmann |
2020-01-29 | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds |
2020-01-29 | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-01-18 | open: introduce openat2(2) syscall | Aleksa Sarai |
2020-01-17 | mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use | Dave Martin |
2020-01-13 | arch: wire up pidfd_getfd syscall | Sargun Dhillon |
2019-12-04 | arch: sembuf.h: make uapi asm/sembuf.h self-contained | Masahiro Yamada |
2019-12-04 | arch: msgbuf.h: make uapi asm/msgbuf.h self-contained | Masahiro Yamada |
2019-12-04 | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained | Masahiro Yamada |
2019-11-15 | y2038: ipc: remove __kernel_time_t reference from headers | Arnd Bergmann |
2019-11-15 | y2038: add __kernel_old_timespec and __kernel_old_time_t | Arnd Bergmann |
2019-09-25 | mm: introduce MADV_PAGEOUT | Minchan Kim |
2019-09-25 | mm: introduce MADV_COLD | Minchan Kim |
2019-09-06 | ipc: fix semtimedop for generic 32-bit architectures | Arnd Bergmann |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-07-16 | mm/mmap: move common defines to mman-common.h | Aneesh Kumar K.V |
2019-07-16 | mm: move MAP_SYNC to asm-generic/mman-common.h | Aneesh Kumar K.V |
2019-07-16 | mm: fix the MAP_UNINITIALIZED flag | Christoph Hellwig |
2019-07-15 | unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3 | Christian Brauner |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds |
2019-06-28 | arch: wire-up pidfd_open() | Christian Brauner |
2019-06-15 | bpf: net: Add SO_DETACH_REUSEPORT_BPF | Martin KaFai Lau |
2019-06-09 | arch: wire-up clone3() syscall | Christian Brauner |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells |
2019-04-19 | net: socket: implement 64-bit timestamps | Arnd Bergmann |
2019-03-17 | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada |
2019-03-16 | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2019-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-03-11 | y2038: fix socket.h header inclusion | Arnd Bergmann |
2019-03-08 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-03-06 | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-03-05 | signal: add pidfd_send_signal() syscall | Christian Brauner |
2019-02-28 | io_uring: add support for pre-mapped user IO buffers | Jens Axboe |
2019-02-28 | Add io_uring IO interface | Jens Axboe |
2019-02-19 | asm-generic: Make time32 syscall numbers optional | Arnd Bergmann |
2019-02-19 | asm-generic: Drop getrlimit and setrlimit syscalls from default list | Yury Norov |
2019-02-18 | arch: move common mmap flags to linux/mman.h | Michael S. Tsirkin |
2019-02-18 | compat ABI: use non-compat openat and open_by_handle_at variants | Yury Norov |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-12 | Rename include/{uapi => }/asm-generic/shmparam.h really | Masahiro Yamada |
2019-02-07 | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann |
2019-02-07 | y2038: use time32 syscall names on 32-bit | Arnd Bergmann |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann |