- 039c0ec futex,x86: Wire up sys_futex_waitv() by André Almeida · 3 years, 3 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
- b48c723 exit/bdflush: Remove the deprecated bdflush system call by Eric W. Biederman · 3 years, 6 months ago
- 7bb7f2a arch, mm: wire up memfd_secret system call where relevant by Mike Rapoport · 3 years, 6 months ago
- 65ffb3d quota: Wire up quotactl_fd syscall by Jan Kara · 3 years, 7 months ago
- 5b9fedb quota: Disable quotactl_path syscall by Jan Kara · 3 years, 7 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, 8 months ago
- a49f4f8 arch: Wire up Landlock syscalls by Mickaël Salaün · 3 years, 8 months ago
- fa8b900 quota: wire up quotactl_path by Sascha Hauer · 3 years, 10 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 ago
- ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 2 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
- e18afa5 Merge branch 'work.quota-compat' 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, 3 months ago
- 598b3ce fs: remove compat_sys_vmsplice by Christoph Hellwig · 4 years, 3 months ago
- 5f764d6 fs: remove the compat readv/writev syscalls by Christoph Hellwig · 4 years, 3 months ago
- 028abd9 fs: remove compat_sys_mount by Christoph Hellwig · 4 years, 3 months ago
- 80bdad3 quota: simplify the quotactl compat handling by Christoph Hellwig · 4 years, 3 months ago
- 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 4 months 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, 5 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
- 121b32a x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments by Brian Gerst · 4 years, 10 months ago
- 866128a x86/entry/32: Rename 32-bit specific syscalls by Brian Gerst · 4 years, 10 months ago
- a845a6c x86/entry/32: Clean up syscall_32.tbl by Brian Gerst · 4 years, 10 months ago
- cab56d3 x86/entry: Remove ABI prefixes from functions in syscall tables by Brian Gerst · 4 years, 10 months 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
- fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
- 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
- f48f01a9 syscalls/x86: Use the correct function type for sys_ni_syscall by Sami Tolvanen · 5 years ago
- 00198a6 syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn by Sami Tolvanen · 5 years ago
- a8d03c3 x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask() by Andy Lutomirski · 5 years ago
- 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
- 8f3220a arch: wire-up clone3() syscall by Christian Brauner · 6 years ago
- 9c8ad7a uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2] by David Howells · 6 years ago
- cf3cba4 vfs: syscall: Add fspick() to select a superblock for reconfiguration by David Howells · 6 years ago
- 93766fb vfs: syscall: Add fsmount() to create a mount for a superblock by David Howells · 6 years ago
- ecdab150 vfs: syscall: Add fsconfig() for configuring and managing a context by David Howells · 6 years ago
- 24dcb3d vfs: syscall: Add fsopen() to prepare for superblock creation by David Howells · 6 years ago
- 2db154b vfs: syscall: Add move_mount(2) to move mounts around by David Howells · 6 years ago
- a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 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
- 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block 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
- 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
- d33c577 y2038: rename old time and utime syscalls 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
- 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
- 05c17ce x86: Wire up restartable sequence system call by Mathieu Desnoyers · 7 years ago
- 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
- d5a0052 syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*() by Dominik Brodowski · 7 years ago
- 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
- e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
- ebeb8c8 syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32 by Dominik Brodowski · 7 years ago
- ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
- b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
- af52201 x86/entry: Do not special-case clone(2) in compat entry by Dominik Brodowski · 7 years ago
- 4ddb45d x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls by Dominik Brodowski · 7 years ago
- b411991 x86/syscalls/32: Simplify $entry == $compat entries by Dominik Brodowski · 7 years ago
- 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2611dc1 Remove compat_sys_getdents64() by Al Viro · 8 years ago
- 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- eac0ca7 x86, pkeys: remove cruft from never-merged syscalls by Dave Hansen · 8 years ago
- f9afc61 x86: Wire up protection keys system calls by Dave Hansen · 8 years ago
- f7d6656 x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace by David Howells · 8 years ago
- 9a7a076 x86: Use compat version for preadv2 and pwritev2 by Dmitry V. Levin · 9 years ago
- 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 9 years ago
- cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
- a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
- 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
- 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
- 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
- 9dea5dc x86/entry/syscalls: Wire up 32-bit direct socket calls by Andy Lutomirski · 9 years ago
- 1f57d5d x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ by Ingo Molnar · 10 years ago[Renamed from arch/x86/syscalls/syscall_32.tbl]
- 7e8e385 x86/compat: Remove sys32_vm86_warning by Brian Gerst · 10 years ago
- 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
- 749730c bpf: enable bpf syscall on x64 and i386 by Alexei Starovoitov · 10 years ago
- 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
- f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
- c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
- 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 11 years ago
- ab0a935 i386: Wire up the renameat2() syscall by Miklos Szeredi · 11 years ago
- d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
- 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 07b0534 x86: sys32_kill and sys32_mprotect are pointless by Al Viro · 12 years ago
- 56e41d3 merge compat sys_ipc instances by Al Viro · 12 years ago
- d5dc77b consolidate compat lookup_dcookie() by Al Viro · 12 years ago
- 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 3f6d078 fix compat truncate/ftruncate by Al Viro · 12 years ago
- 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago