- 50252e4 aio: fix use-after-free due to missing POLLFREE handling by Eric Biggers · 3 years, 1 month ago
- 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
- 00b06da signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed by Eric W. Biederman · 3 years, 3 months ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- 595b28f Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- bf69bad futex: Implement sys_futex_waitv() by André Almeida · 3 years, 4 months ago
- 2bb2f5f net: add new socket option SO_RESERVE_MEM by Wei Wang · 3 years, 4 months ago
- 90f7d7a locks: remove LOCK_MAND flock lock support by Jeff Layton · 3 years, 4 months ago
- 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 4 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- dce4910 mm: wire up syscall process_mrelease by Suren Baghdasaryan · 3 years, 4 months ago
- 4898370 Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 5 months ago
- 04190bf sock: allow reading and changing sk_userlocks with setsockopt by Pavel Tikhomirov · 3 years, 5 months ago
- 50ae813 signal: Verify the alignment and size of siginfo_t by Eric W. Biederman · 3 years, 9 months ago
- 7bb7f2a arch, mm: wire up memfd_secret system call where relevant by Mike Rapoport · 3 years, 6 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
- 911a299 Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 7 months ago
- 4ca9b385 mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables by David Hildenbrand · 3 years, 7 months ago
- e8b9eab net: retrieve netns cookie via getsocketopt by Martynas Pumputis · 3 years, 7 months ago
- 8b1462b quota: finish disable quotactl_path syscall by Marcin Juszkiewicz · 3 years, 7 months ago
- 64c2c2c quota: Change quotactl_path() systcall to an fd-based one by Jan Kara · 3 years, 8 months ago
- a0e31f3 Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
- 0683b53 signal: Deliver all of the siginfo perf data in _perf by Eric W. Biederman · 3 years, 9 months ago
- add0b32 siginfo: Move si_trapno inside the union inside _si_fault by Eric W. Biederman · 3 years, 9 months ago
- 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 9 months ago
- 767fcbc Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 9 months ago
- 3ddb3fd signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures by Marco Elver · 3 years, 9 months ago
- a49f4f8 arch: Wire up Landlock syscalls by Mickaël Salaün · 3 years, 9 months ago
- fb6cc12 signal: Introduce TRAP_PERF si_code and si_perf to siginfo by Marco Elver · 3 years, 9 months ago
- fa8b900 quota: wire up quotactl_path by Sascha Hauer · 3 years, 11 months ago
- 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, 5 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