summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscalls
Commit message (Expand)AuthorAgeFilesLines
* kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada13 days1-1/+1
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-0/+9
|\
| * LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-123-0/+9
* | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-143-0/+6
|/
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-013-3/+6
|\
| * arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-063-0/+3
| * syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-033-3/+3
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-213-0/+3
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-213-0/+3
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-213-0/+3
|/
* arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-273-0/+3
* cachestat: wire up cachestat for other architecturesNhat Pham2023-06-093-0/+3
* arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-153-0/+3
* MIPS: syscalls: Wire up futex_waitv syscallWang Haojun2021-11-163-0/+3
* compat: remove some compat entry pointsArnd Bergmann2021-09-082-10/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-0/+6
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-033-0/+6
* | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
|/
* Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-07-012-31/+5
|\
| * mips: syscalls: use pattern rules to generate syscall headersMasahiro Yamada2021-06-011-24/+4
| * mips: syscalls: define syscall offsets directly in <asm/unistd.h>Masahiro Yamada2021-06-012-7/+1
* | quota: Wire up quotactl_fd syscallJan Kara2021-06-073-3/+3
* | quota: Disable quotactl_path syscallJan Kara2021-05-173-3/+3
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-013-0/+9
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-223-0/+9
* | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-293-103/+10
|\ \
| * | mips: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-03-102-44/+2
| * | mips: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-03-102-59/+8
| |/
* / quota: wire up quotactl_pathSascha Hauer2021-03-173-0/+3
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-16/+17
|\
| * arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-3/+3
| * arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-13/+14
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-0/+3
|\ \
| * | fs: add mount_setattr()Christian Brauner2021-01-243-0/+3
| |/
* / MIPS: UAPI: unexport unistd_nr_{n32,n64,o32}.hAlexander Lobakin2021-01-071-8/+8
|/
* epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens2020-12-201-1/+1
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-193-0/+3
* 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