summaryrefslogtreecommitdiff
path: root/kernel/sys_ni.c
AgeCommit message (Expand)AuthorFilesLines
9 daysmseal: wire up mseal syscallJeff Xu1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-0/+14
2023-11-13LSM: Create lsm_list_modules system callCasey Schaufler1-0/+1
2023-11-13LSM: syscalls for current process attributesCasey Schaufler1-0/+2
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-2/+0
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-08-03x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-109/+1
2023-06-22syscalls: Remove file path comments from headersSohil Mehta1-109/+1
2023-06-10cachestat: implement cachestat syscallNhat Pham1-0/+1
2022-08-21kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2021-10-07futex: Implement sys_futex_waitv()André Almeida1-0/+1
2021-10-07futex: Split out syscallsPeter Zijlstra1-1/+1
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-5/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+0
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-0/+2
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-1/+1
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+5
2021-04-22landlock: Add syscall implementationsMickaël Salaün1-0/+5
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-1/+0
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni1-1/+0
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann1-0/+23
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner1-0/+2
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner1-3/+0
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+1
2019-03-09Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann1-0/+3
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+1
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-8/+10
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-0/+1
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+2
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+3
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro1-1/+1
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-0/+2
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-0/+10