aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/kernel/syscalls (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi3-0/+3
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-2/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-0/+3
2020-01-20MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai3-0/+3
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon3-0/+3
2019-10-02MIPS: Wire up clone3 syscallPaul Burton3-3/+3
2019-07-30mips: remove nargs from __SYSCALLFiroz Khan1-2/+2
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner3-0/+3
2019-06-28arch: wire-up pidfd_open()Christian Brauner3-0/+3
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells3-0/+18
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann3-0/+12
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann3-0/+42
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2-51/+51
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+11
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2-6/+6
2018-12-14mips: add system call table generation supportFiroz Khan7-0/+1261