Age | Commit message (Expand) | Author | Files | Lines |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -109/+1 |
2023-06-22 | syscalls: Remove file path comments from headers | Sohil Mehta | 1 | -109/+1 |
2023-06-10 | cachestat: implement cachestat syscall | Nhat Pham | 1 | -0/+1 |
2022-08-21 | kernel/sys_ni: add compat entry for fadvise64_64 | Randy Dunlap | 1 | -0/+1 |
2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 1 | -0/+1 |
2021-10-07 | futex: Implement sys_futex_waitv() | André Almeida | 1 | -0/+1 |
2021-10-07 | futex: Split out syscalls | Peter Zijlstra | 1 | -1/+1 |
2021-09-09 | compat: remove some compat entry points | Arnd Bergmann | 1 | -5/+0 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2021-09-03 | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 1 | -0/+1 |
2021-07-12 | exit/bdflush: Remove the deprecated bdflush system call | Eric W. Biederman | 1 | -1/+0 |
2021-07-08 | mm: introduce memfd_secret system call to create "secret" memory areas | Mike Rapoport | 1 | -0/+2 |
2021-06-07 | quota: Change quotactl_path() systcall to an fd-based one | Jan Kara | 1 | -1/+1 |
2021-05-02 | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+5 |
2021-04-22 | landlock: Add syscall implementations | Mickaël Salaün | 1 | -0/+5 |
2021-03-17 | quota: wire up quotactl_path | Sascha Hauer | 1 | -0/+1 |
2020-12-19 | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 1 | -0/+2 |
2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim | 1 | -0/+1 |
2020-09-17 | quota: simplify the quotactl compat handling | Christoph Hellwig | 1 | -1/+0 |
2020-08-15 | all arch: remove system call sys_sysctl | Xiaoming Ni | 1 | -1/+0 |
2019-11-15 | y2038: allow disabling time32 system calls | Arnd Bergmann | 1 | -0/+23 |
2019-06-21 | arch: handle arches who do not yet define clone3 | Christian Brauner | 1 | -0/+2 |
2019-05-07 | signal: support CLONE_PIDFD with pidfd_send_signal | Christian Brauner | 1 | -3/+0 |
2019-03-16 | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -0/+1 |
2019-03-09 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+3 |
2019-03-06 | ipc: Fix building compat mode without sysvipc | Arnd Bergmann | 1 | -0/+3 |
2019-03-05 | signal: add pidfd_send_signal() syscall | Christian Brauner | 1 | -0/+1 |
2019-02-28 | io_uring: add support for pre-mapped user IO buffers | Jens Axboe | 1 | -0/+1 |
2019-02-28 | Add io_uring IO interface | Jens Axboe | 1 | -0/+2 |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann | 1 | -8/+10 |
2019-01-25 | ipc: rename old-style shmctl/semctl/msgctl syscalls | Arnd Bergmann | 1 | -0/+3 |
2019-01-18 | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 | Arnd Bergmann | 1 | -0/+1 |
2018-12-18 | y2038: socket: Add compat_sys_recvmmsg_time64 | Arnd Bergmann | 1 | -0/+2 |
2018-06-10 | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
2018-06-07 | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2018-06-06 | rseq: Introduce restartable sequences system call | Mathieu Desnoyers | 1 | -0/+3 |
2018-05-10 | powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE | Al Viro | 1 | -1/+1 |
2018-05-02 | aio: implement io_pgetevents | Christoph Hellwig | 1 | -0/+2 |
2018-04-05 | syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls | Dominik Brodowski | 1 | -0/+10 |
2018-04-02 | kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions | Dominik Brodowski | 1 | -215/+218 |
2018-04-02 | kernel/sys_ni: sort cond_syscall() entries | Dominik Brodowski | 1 | -174/+332 |
2018-04-02 | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() | Dominik Brodowski | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-12-23 | move aio compat to fs/aio.c | Al Viro | 1 | -0/+3 |
2016-09-13 | x86/pkeys: Fix pkeys build breakage for some non-x86 arches | Dave Hansen | 1 | -0/+5 |
2015-12-01 | vfs: add copy_file_range syscall and vfs helper | Zach Brown | 1 | -0/+1 |
2015-11-06 | mm: mlock: add new mlock system call | Eric B Munson | 1 | -0/+1 |
2015-09-12 | sys_membarrier(): system-wide memory barrier (generic, x86) | Mathieu Desnoyers | 1 | -0/+3 |
2015-09-05 | userfaultfd: activate syscall | Andrea Arcangeli | 1 | -0/+1 |
2015-07-31 | x86/ldt: Make modify_ldt() optional | Andy Lutomirski | 1 | -0/+1 |