aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-10mips: add asm/syscalls.h headerArnd Bergmann1-0/+1
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer1-4/+4
2021-10-25signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman1-9/+0
2020-09-07MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer1-1/+1
2019-10-07MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton1-1/+2
2019-10-02MIPS: Wire up clone3 syscallPaul Burton1-0/+1
2019-08-31mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-2/+4
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+4
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan1-5/+1
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-06-28MIPS: Save static registers before sysmipsJames Hogan1-0/+6
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-04-06mips: sanitize __access_ok()Al Viro1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-14MIPS: sysmips: Remove duplicated include from syscall.cWei Yongjun1-1/+0
2017-01-25MIPS: syscall: Return directly in mips_mmap()Markus Elfring1-9/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-02-17MIPS: kernel: syscall: Set the appropriate ISA level for MIPS R6Markos Chandras1-1/+1
2014-11-24MIPS: Apply `.insn' to fixup labels throughoutMaciej W. Rozycki1-0/+2
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2013-02-03mips: switch to generic sys_fork() and sys_clone()Al Viro1-34/+0
2013-02-03mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro1-3/+1
2013-02-03mips: no magic arguments for sysm_pipe()Al Viro1-12/+6
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-3/+3
2013-02-01MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle1-12/+5
2013-02-01MIPS: sysmips: Use unreachable().Ralf Baechle1-1/+1
2012-12-27MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle1-12/+5
2012-12-27MIPS: sysmips: Use unreachable().Ralf Baechle1-1/+1
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-2/+2
2012-10-14MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle1-53/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-0/+1
2011-05-19MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle1-113/+0
2011-05-19MIPS: Cleanup arch_get_unmapped_areaRalf Baechle1-12/+5
2011-03-14MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney1-2/+1
2011-03-14MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).Stefan Oberhumer1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-05MIPS: Enable heap randomization.David Daney1-0/+28
2010-08-05MIPS: Randomize mmap if randomize_va_space is setDavid Daney1-1/+20
2010-04-12MIPS: Preliminary VDSODavid Daney1-1/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-12Add generic sys_olduname()Christoph Hellwig1-42/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-88/+0
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-12-11Unify sys_mmap*Al Viro1-27/+2
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle1-0/+4
2009-09-17MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assemblerRalf Baechle1-3/+109
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle1-13/+13
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-07-24flag parameters: pipeUlrich Drepper1-1/+1
2008-07-20[MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.Ralf Baechle1-1/+8
2007-10-29[MIPS] Add len and addr validation for MAP_FIXED mappings.David Daney1-2/+7
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-1/+1
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-29/+29
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle1-5/+13
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-24[MIPS] Replace __attribute_used__ with __usedDavid Rientjes1-2/+2
2007-07-10[MIPS] Enable support for the userlocal hardware registerRalf Baechle1-3/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+29
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-11/+16
2006-09-27[MIPS] TLS: set_thread_area returns asmlinkage int not void.Ralf Baechle1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle1-4/+4
2006-06-06[MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto1-2/+1
2006-06-01[MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations.Ralf Baechle1-24/+0
2006-03-21[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin1-1/+4
2006-03-21[MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto1-1/+1
2006-02-08[MIPS] Sparse: Add __user tags to syscall.cAtsushi Nemoto1-22/+26
2006-01-12[PATCH] mips: task_thread_info()Al Viro1-1/+1
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2005-10-29NPTL, round one.Ralf Baechle1-3/+28
2005-10-29Export shm_align_mask and flush_data_cache_page.Ralf Baechle1-0/+3
2005-09-09kbuild: mips use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-16/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+407