aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/scall64-n32.S
AgeCommit message (Expand)AuthorFilesLines
2022-01-27MIPS: Fix build error due to PTR used in more placesGravatar Thomas Bogendoerfer 1-1/+1
2021-03-10mips: syscalls: switch to generic syscalltbl.shGravatar Masahiro Yamada 1-2/+1
2019-07-30mips: remove nargs from __SYSCALLGravatar Firoz Khan 1-1/+1
2018-12-14mips: generate uapi header and system call table filesGravatar Firoz Khan 1-334/+3
2018-12-14mips: add +1 to __NR_syscalls in uapi headerGravatar Firoz Khan 1-2/+2
2018-06-19MIPS: Wire up io_pgetevents syscallGravatar Paul Burton 1-0/+1
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallGravatar Paul Burton 1-0/+1
2017-06-28MIPS: Save static registers before sysmipsGravatar James Hogan 1-1/+1
2017-03-08MIPS: Wire up statx system callGravatar James Hogan 1-0/+1
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsGravatar Ralf Baechle 1-0/+3
2016-07-28KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceGravatar David Howells 1-1/+1
2016-05-13MIPS: scall: Handle seccomp filters which redirect syscallsGravatar Matt Redfearn 1-5/+9
2016-04-03MIPS: Wire up preadv2 and pwrite2 syscalls.Gravatar Ralf Baechle 1-0/+2
2016-02-05MIPS: Wire up copy_file_range syscall.Gravatar Ralf Baechle 1-0/+1
2015-11-09mips: add entry for new mlock2 syscallGravatar Eric B Munson 1-0/+1
2015-10-04MIPS: scall: Always run the seccomp syscall filtersGravatar Markos Chandras 1-14/+5
2015-09-30MIPS: Wire up userfaultfd and membarrier syscalls.Gravatar Ralf Baechle 1-0/+2
2015-08-16MIPS: Fix seccomp syscall argument for MIPS64Gravatar Markos Chandras 1-1/+1
2015-01-13MIPS: Wire up execveat(2).Gravatar Ralf Baechle 1-0/+1
2014-10-27MIPS: Wire up bpf syscall.Gravatar Ralf Baechle 1-0/+1
2014-08-26MIPS: Wire up new syscalls getrandom and memfd_create.Gravatar Ralf Baechle 1-0/+2
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-6/+6
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+1
2014-08-01MIPS: N32: Use compat getsockopt syscallGravatar Sorin Dumitru 1-1/+1
2014-07-30MIPS: Add numa api supportGravatar Huacai Chen 1-5/+5
2014-07-18MIPS: add seccomp syscallGravatar Kees Cook 1-0/+1
2014-05-13MIPS: Wire up renameat2 syscall.Gravatar Ralf Baechle 1-0/+1
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Gravatar Markos Chandras 1-0/+1
2014-03-26MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filterGravatar Markos Chandras 1-1/+3
2014-02-04MIPS: Wire up sched_setattr/sched_getattr syscallsGravatar James Hogan 1-0/+2
2013-10-29MIPS: compat: Mark N32 syscall table as data object.Gravatar Ralf Baechle 1-0/+1
2013-06-10MIPS: Cleanup flags in syscall flags handlers.Gravatar Ralf Baechle 1-1/+1
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCGravatar Al Viro 1-3/+3
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEGravatar Al Viro 1-1/+1
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-5/+5
2013-02-03mips: switch to generic sys_fork() and sys_clone()Gravatar Al Viro 1-2/+2
2013-02-03mips: don't bother with compat_sys_futex() wrappersGravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic compat rt_sigaction()Gravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic compat sched_rr_get_interval()Gravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Gravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic compat rt_sigpending()Gravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic compat rt_sigprocmask()Gravatar Al Viro 1-1/+1
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalGravatar Al Viro 1-1/+1
2013-02-03mips: switch to generic sigaltstackGravatar Al Viro 1-1/+1
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-5/+5
2012-12-28MIPS: Wire up finit_module syscall.Gravatar Ralf Baechle 1-0/+1
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-6/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2012-12-05MIPS: N32: Fix signalfd4 syscall entry pointGravatar Ralf Baechle 1-1/+1
2012-12-04MIPS: N32: Fix preadv(2) and pwritev(2) entry points.Gravatar Ralf Baechle 1-2/+2