summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/syscall.c
AgeCommit message (Expand)Author
2023-12-10mips: add asm/syscalls.h headerArnd Bergmann
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer
2021-10-25signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman
2020-09-07MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer
2019-10-07MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton
2019-10-02MIPS: Wire up clone3 syscallPaul Burton
2019-08-31mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan
2017-06-28MIPS: Save static registers before sysmipsJames Hogan
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan
2017-04-06mips: sanitize __access_ok()Al Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-14MIPS: sysmips: Remove duplicated include from syscall.cWei Yongjun
2017-01-25MIPS: syscall: Return directly in mips_mmap()Markus Elfring
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-02-17MIPS: kernel: syscall: Set the appropriate ISA level for MIPS R6Markos Chandras
2014-11-24MIPS: Apply `.insn' to fixup labels throughoutMaciej W. Rozycki
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-02-03mips: switch to generic sys_fork() and sys_clone()Al Viro
2013-02-03mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro
2013-02-03mips: no magic arguments for sysm_pipe()Al Viro
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2013-02-01MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle
2013-02-01MIPS: sysmips: Use unreachable().Ralf Baechle
2012-12-27MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle
2012-12-27MIPS: sysmips: Use unreachable().Ralf Baechle
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro
2012-10-14MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells
2011-05-19MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle
2011-05-19MIPS: Cleanup arch_get_unmapped_areaRalf Baechle
2011-03-14MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney
2011-03-14MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).Stefan Oberhumer
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-05MIPS: Enable heap randomization.David Daney
2010-08-05MIPS: Randomize mmap if randomize_va_space is setDavid Daney
2010-04-12MIPS: Preliminary VDSODavid Daney
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12Add generic sys_olduname()Christoph Hellwig
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro
2009-12-11Unify sys_mmap*Al Viro
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle