summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
AgeCommit message (Expand)AuthorLines
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V-0/+1
2021-10-07futex: Implement sys_futex_waitv()André Almeida-0/+1
2021-10-07futex: Split out syscallsPeter Zijlstra-1/+1
2021-09-08compat: remove some compat entry pointsArnd Bergmann-5/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan-0/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman-1/+0
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport-0/+2
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-0/+5
2021-04-22landlock: Add syscall implementationsMickaël Salaün-0/+5
2021-03-17quota: wire up quotactl_pathSascha Hauer-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn-0/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim-0/+1
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig-1/+0
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-1/+0
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann-0/+23
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner-0/+2
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner-3/+0
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+1
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann-0/+3
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner-0/+1
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe-0/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-8/+10
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann-0/+3
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann-0/+1
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann-0/+2
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+3
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers-0/+3
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro-1/+1
2018-05-02aio: implement io_pgeteventsChristoph Hellwig-0/+2
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski-0/+10
2018-04-02kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski-215/+218
2018-04-02kernel/sys_ni: sort cond_syscall() entriesDominik Brodowski-174/+332
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-22move aio compat to fs/aio.cAl Viro-0/+3
2016-09-13x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen-0/+5
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown-0/+1
2015-11-05mm: mlock: add new mlock system callEric B Munson-0/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers-0/+3
2015-09-04userfaultfd: activate syscallAndrea Arcangeli-0/+1
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski-0/+1
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda-0/+14
2014-12-13syscalls: implement execveat() system callDavid Drysdale-0/+3
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk-0/+2