summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/linux32.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-2/+2
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: Return directly in 32_mmap2()Markus Elfring2017-01-251-8/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+0
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-7/+0
* get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-031-24/+0
* merge compat sys_ipc instancesAl Viro2013-03-031-69/+0
* consolidate compat lookup_dcookie()Al Viro2013-03-031-6/+0
* convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-20/+0
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-5/+5
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-6/+6
* | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-031-19/+0
* | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-031-2/+0
* | mips: don't bother with compat_sys_futex() wrappersAl Viro2013-02-031-7/+0
* | mips: switch to generic compat sched_rr_get_interval()Al Viro2013-02-031-16/+0
|/
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-1/+1
* MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle2012-10-141-21/+0
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* 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
OpenPOWER on IntegriCloud