summaryrefslogtreecommitdiff
path: root/kernel/sys_ni.c
AgeCommit message (Expand)Author
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
2018-04-02kernel/sys_ni: sort cond_syscall() entriesDominik Brodowski
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-22move aio compat to fs/aio.cAl Viro
2016-09-13x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers
2015-09-04userfaultfd: activate syscallAndrea Arcangeli
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal
2014-08-08shm: add memfd_create() syscallDavid Herrmann
2014-07-18seccomp: add "seccomp" syscallKees Cook
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-03-03merge compat sys_ipc instancesAl Viro
2013-03-03consolidate compat lookup_dcookie()Al Viro
2012-12-14module: add syscall to load module from fdKees Cook
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov
2011-10-31Cross Memory AttachChristopher Yeoh
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee