aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler
2023-11-12LSM: syscalls for current process attributesCasey Schaufler
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-22syscalls: Remove file path comments from headersSohil Mehta
2023-06-09cachestat: implement cachestat syscallNhat Pham
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2021-10-07futex: Implement sys_futex_waitv()André Almeida
2021-10-07futex: Split out syscallsPeter Zijlstra
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-22landlock: Add syscall implementationsMickaël Salaün
2021-03-17quota: wire up quotactl_pathSascha Hauer
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski
2018-04-02kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski