Age | Commit message (Expand) | Author |
2021-01-24 | fs: add mount_setattr() | Christian Brauner |
2020-12-19 | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn |
2020-12-15 | Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-14 | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-02 | signal: Expose SYS_USER_DISPATCH si_code type | Gabriel Krisman Bertazi |
2020-12-01 | net: Add SO_BUSY_POLL_BUDGET socket option | Björn Töpel |
2020-12-01 | net: Introduce preferred busy-polling | Björn Töpel |
2020-11-23 | signal: define the SA_EXPOSE_TAGBITS bit in sa_flags | Peter Collingbourne |
2020-11-23 | signal: define the SA_UNSUPPORTED bit in sa_flags | Peter Collingbourne |
2020-11-23 | arch: provide better documentation for the arch-specific SA_* flags | Peter Collingbourne |
2020-11-23 | arch: move SA_* definitions to generic headers | Peter Collingbourne |
2020-11-13 | syscalls: Fix file comments for syscalls implemented in kernel/sys.c | Tal Zussman |
2020-10-26 | asm-generic/sembuf: Update architecture related information in comment | Viresh Kumar |
2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim |
2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2020-10-12 | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-10-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-10-03 | mm: remove compat_process_vm_{readv,writev} | Christoph Hellwig |
2020-10-03 | fs: remove compat_sys_vmsplice | Christoph Hellwig |
2020-10-03 | fs: remove the compat readv/writev syscalls | Christoph Hellwig |
2020-09-22 | fs: remove compat_sys_mount | Christoph Hellwig |
2020-09-15 | powerpc/8xx: Support 16k hugepages with 4k pages | Christophe Leroy |
2020-09-04 | arm64: mte: Add specific SIGSEGV codes | Vincenzo Frascino |
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 |