aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/linux32.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.Yong Zhang2011-09-211-0/+7
* MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().David Daney2010-12-161-6/+7
* MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney2010-10-041-0/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-16/+0
* MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle2010-02-271-1/+0
* Unify sys_mmap*Al Viro2009-12-111-17/+2
* sysctl: mips Use the compat_sys_sysctlEric W. Biederman2009-11-061-61/+0
* MIPS: 64-bit: Fix o32 lookup_dcookie syscallWu Zhangjin2009-11-021-0/+6
* MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Ralf Baechle2009-03-301-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-34/+0
|\
| * generic compat_sys_ustatChristoph Hellwig2009-03-271-34/+0
* | MIPS: compat: Remove duplicated #includeHuang Weiyi2009-03-231-1/+0
|/
* MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng2009-03-111-1/+1
* MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-271-30/+39
* compat: generic compat get/settimeofdayChristoph Hellwig2008-10-161-66/+0
* compat: move cp_compat_stat to common codeChristoph Hellwig2008-10-161-35/+0
* remove unused #include <linux/dirent.h>'sAdrian Bunk2008-07-251-1/+0
* [MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64.Ralf Baechle2008-07-201-17/+0
* [MIPS] compat: handle argument endianess of sys32_(f)truncate64 with merge_64Ralf Baechle2008-01-291-25/+5
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+1
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-111-5/+5
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-111-7/+7
* [MIPS] Wire up the fallocate syscall.Ralf Baechle2007-07-311-0/+7
* [MIPS] Replace __attribute_used__ with __usedDavid Rientjes2007-07-241-1/+1
* [MIPS] Fix some system calls with long long argumentsAtsushi Nemoto2007-06-061-0/+10
* [MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled.Ralf Baechle2007-03-171-0/+12
* [PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi2007-03-081-46/+0
* [MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.Ralf Baechle2007-03-041-31/+0
* [MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.Ralf Baechle2007-03-041-114/+0
* [MIPS] N32 waitid is the same as o32.Ralf Baechle2007-03-041-28/+0
* [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle2007-02-131-0/+47
* [PATCH] Common compat_sys_sysinfoKyle McMartin2007-02-111-44/+0
* [MIPS] Whitespace cleanups.Ralf Baechle2007-02-061-14/+14
* [MIPS] Fix N32 SysV IPC routinesAtsushi Nemoto2007-01-101-2/+14
* [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto2006-12-041-555/+23
* [MIPS] Fix O32 personality(2) call with 0xffffffff argument.Thiemo Seufer2006-10-191-1/+3
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-0/+2
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-1/+1
* [PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman2006-09-271-2/+2
* [MIPS] TLS: Delete unused sys32_set_thread_areaRalf Baechle2006-09-271-6/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fix mips sys32_p{read,write}Al Viro2006-04-261-62/+2
* [MIPS] Wire up sync_file_range(2).Ralf Baechle2006-04-191-0/+10
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-261-61/+0
* [PATCH] create struct compat_timex and use it everywhereStephen Rothwell2006-03-261-14/+1
* [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2006-03-211-0/+4
* [MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2006-03-211-83/+87
* [MIPS] Delete unused sys32_waitpid.Ralf Baechle2006-03-211-6/+0
* [MIPS] Use generic compat routines for readdir, getdentsAtsushi Nemoto2006-02-271-54/+0