summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
| * MIPS: sysmips: Use unreachable().Ralf Baechle2013-02-011-1/+1
* | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-041-34/+0Star
* | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-041-3/+1Star
* | mips: no magic arguments for sysm_pipe()Al Viro2013-02-041-12/+6Star
* | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5Star
* | 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-151-53/+0Star
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-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/+0Star
* MIPS: Cleanup arch_get_unmapped_areaRalf Baechle2011-05-191-12/+5Star
* MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney2011-03-141-2/+1Star
* 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-181-3/+7
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-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-131-42/+0Star
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-88/+0Star
* 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/+2Star
* 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/+0Star
* 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-121-1/+1
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-121-29/+29
* [MIPS] Fixup secure computing stuff.Ralf Baechle2007-07-311-5/+13
* Remove fs.h from mm.hAlexey Dobriyan2007-07-301-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/+2Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [PATCH] provide kernel_execve on all architecturesArnd Bergmann2006-10-021-0/+29
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-11/+16
* [MIPS] TLS: set_thread_area returns asmlinkage int not void.Ralf Baechle2006-09-271-1/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [MIPS] Remove BSD and Sys V compat data types.Ralf Baechle2006-06-291-4/+4
* [MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto2006-06-061-2/+1Star
* [MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations.Ralf Baechle2006-06-011-24/+0Star
* [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2006-03-211-1/+4