summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* MIPS: sysmips: Remove duplicated include from syscall.cWei Yongjun2017-02-141-1/+0
* MIPS: syscall: Return directly in mips_mmap()Markus Elfring2017-01-251-9/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: kernel: syscall: Set the appropriate ISA level for MIPS R6Markos Chandras2015-02-171-1/+1
* MIPS: Apply `.insn' to fixup labels throughoutMaciej W. Rozycki2014-11-241-0/+2
* MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-311-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-2/+2
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-3/+3
| * MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2013-02-011-12/+5
| * MIPS: sysmips: Use unreachable().Ralf Baechle2013-02-011-1/+1
* | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-031-34/+0
* | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-031-3/+1
* | mips: no magic arguments for sysm_pipe()Al Viro2013-02-031-12/+6
* | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5
* | MIPS: sysmips: Use unreachable().Ralf Baechle2012-12-271-1/+1
|/
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-2/+2
* MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle2012-10-141-53/+0
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-0/+1
* MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle2011-05-191-113/+0
* MIPS: Cleanup arch_get_unmapped_areaRalf Baechle2011-05-191-12/+5
* MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney2011-03-141-2/+1
* MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).Stefan Oberhumer2011-03-141-1/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+7
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* MIPS: Enable heap randomization.David Daney2010-08-051-0/+28
* MIPS: Randomize mmap if randomize_va_space is setDavid Daney2010-08-051-1/+20
* MIPS: Preliminary VDSODavid Daney2010-04-121-1/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Add generic sys_olduname()Christoph Hellwig2010-03-121-42/+0
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-88/+0
* fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
* Unify sys_mmap*Al Viro2009-12-111-27/+2
* MIPS: Fix MIPS I build.Ralf Baechle2009-12-021-0/+4
* MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assemblerRalf Baechle2009-09-171-3/+109
* MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-271-13/+13
* Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-061-1/+0
* flag parameters: pipeUlrich Drepper2008-07-241-1/+1
* [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.Ralf Baechle2008-07-201-1/+8
* [MIPS] Add len and addr validation for MAP_FIXED mappings.David Daney2007-10-291-2/+7
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+1
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-111-1/+1
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-111-29/+29
* [MIPS] Fixup secure computing stuff.Ralf Baechle2007-07-311-5/+13
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* [MIPS] Replace __attribute_used__ with __usedDavid Rientjes2007-07-241-2/+2
* [MIPS] Enable support for the userlocal hardware registerRalf Baechle2007-07-101-3/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] provide kernel_execve on all architecturesArnd Bergmann2006-10-021-0/+29