summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\
| * LSM: Create lsm_list_modules system callCasey Schaufler2023-11-121-0/+1
| * LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+2
* | posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-0/+14
|/
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+0
|\
| * syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-2/+0
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/
* x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe2023-08-021-0/+1
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-109/+1
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-109/+1
* | cachestat: implement cachestat syscallNhat Pham2023-06-091-0/+1
|/
* kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap2022-08-201-0/+1
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* futex: Implement sys_futex_waitv()André Almeida2021-10-071-0/+1
* futex: Split out syscallsPeter Zijlstra2021-10-071-1/+1
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+1
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+1
* | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+0
|/
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-081-0/+2
* quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-1/+1
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+5
|\
| * landlock: Add syscall implementationsMickaël Salaün2021-04-221-0/+5
* | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
|/
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+2
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
* quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+0
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+0
* y2038: allow disabling time32 system callsArnd Bergmann2019-11-151-0/+23
* arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+2
* signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner2019-05-071-3/+0
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+1
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+1
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+3
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-0/+1
| * | Add io_uring IO interfaceJens Axboe2019-02-281-0/+2
| |/
* | ipc: Fix building compat mode without sysvipcArnd Bergmann2019-03-061-0/+3
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-8/+10
* | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-0/+3
* | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+1
|/
* y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-0/+2
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+3
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+3
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-1/+1
|\ \ | |/ |/|
| * powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+1
* | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+2
|/
* syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-051-0/+10
* kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski2018-04-021-215/+218