aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/linux32.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+0
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEGravatar Al Viro 1-7/+0
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCGravatar Al Viro 1-24/+0
2013-03-03merge compat sys_ipc instancesGravatar Al Viro 1-69/+0
2013-03-03consolidate compat lookup_dcookie()Gravatar Al Viro 1-6/+0
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEGravatar Al Viro 1-20/+0
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-19/+0
2013-02-03mips: take the "zero newsp means inherit the parent's one" to copy_thread()Gravatar Al Viro 1-2/+0
2013-02-03mips: don't bother with compat_sys_futex() wrappersGravatar Al Viro 1-7/+0
2013-02-03mips: switch to generic compat sched_rr_get_interval()Gravatar Al Viro 1-16/+0
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-6/+6
2012-11-29flagday: kill pt_regs argument of do_fork()Gravatar Al Viro 1-1/+1
2012-10-14MIPS: Switch over to generic sys_execve and kernel_execve.Gravatar Ralf Baechle 1-21/+0
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2011-09-21MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.Gravatar Yong Zhang 1-0/+7
2010-12-16MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().Gravatar David Daney 1-6/+7
2010-10-04MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.Gravatar David Daney 1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-12improve sys_newuname() for compat architecturesGravatar Christoph Hellwig 1-16/+0
2010-02-27MIPS: Don't include <linux/smp_lock.h> unnecessarily.Gravatar Ralf Baechle 1-1/+0
2009-12-11Unify sys_mmap*Gravatar Al Viro 1-17/+2
2009-11-06sysctl: mips Use the compat_sys_sysctlGravatar Eric W. Biederman 1-61/+0
2009-11-02MIPS: 64-bit: Fix o32 lookup_dcookie syscallGravatar Wu Zhangjin 1-0/+6
2009-03-30MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Gravatar Ralf Baechle 1-3/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-34/+0
2009-03-27generic compat_sys_ustatGravatar Christoph Hellwig 1-34/+0
2009-03-23MIPS: compat: Remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2009-03-11MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcGravatar Xiaotian Feng 1-1/+1
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Gravatar Ralf Baechle 1-30/+39
2008-10-16compat: generic compat get/settimeofdayGravatar Christoph Hellwig 1-66/+0
2008-10-16compat: move cp_compat_stat to common codeGravatar Christoph Hellwig 1-35/+0
2008-07-25remove unused #include <linux/dirent.h>'sGravatar Adrian Bunk 1-1/+0
2008-07-20[MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64.Gravatar Ralf Baechle 1-17/+0
2008-01-29[MIPS] compat: handle argument endianess of sys32_(f)truncate64 with merge_64Gravatar Ralf Baechle 1-25/+5
2007-10-17remove include/asm-*/ipc.hGravatar Adrian Bunk 1-1/+1
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Gravatar Ralf Baechle 1-5/+5
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 1-7/+7
2007-07-31[MIPS] Wire up the fallocate syscall.Gravatar Ralf Baechle 1-0/+7
2007-07-24[MIPS] Replace __attribute_used__ with __usedGravatar David Rientjes 1-1/+1
2007-06-06[MIPS] Fix some system calls with long long argumentsGravatar Atsushi Nemoto 1-0/+10
2007-03-17[MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled.Gravatar Ralf Baechle 1-0/+12
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cGravatar Davide Libenzi 1-46/+0
2007-03-04[MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.Gravatar Ralf Baechle 1-31/+0
2007-03-04[MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.Gravatar Ralf Baechle 1-114/+0
2007-03-04[MIPS] N32 waitid is the same as o32.Gravatar Ralf Baechle 1-28/+0
2007-02-13[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Gravatar Ralf Baechle 1-0/+47
2007-02-11[PATCH] Common compat_sys_sysinfoGravatar Kyle McMartin 1-44/+0
2007-02-06[MIPS] Whitespace cleanups.Gravatar Ralf Baechle 1-14/+14