summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscalls
Commit message (Expand)AuthorAgeFilesLines
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-183-0/+3
* Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-122-2/+2
|\
| * fs: remove compat_sys_mountChristoph Hellwig2020-09-222-2/+2
* | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-032-4/+4
* | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-032-2/+2
* | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-032-4/+4
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-4/+4
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-192-4/+4
* | arch: wire-up close_range()Christian Brauner2020-06-173-0/+3
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-143-0/+3
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-2/+1
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-311-1/+1
|\
| * MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin2020-01-201-1/+1
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-293-0/+3
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-133-0/+3
| |/
* / open: introduce openat2(2) syscallAleksa Sarai2020-01-183-0/+3
|/
* MIPS: Wire up clone3 syscallPaul Burton2019-10-023-3/+3
* mips: remove nargs from __SYSCALLFiroz Khan2019-07-301-2/+2
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-153-0/+3
* arch: wire-up pidfd_open()Christian Brauner2019-06-283-0/+3
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-163-0/+18
* arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-153-0/+12
* y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-073-0/+42
* y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+5
* y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-072-51/+51
* arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-252-6/+6
* mips: add system call table generation supportFiroz Khan2018-12-147-0/+1261