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