index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disintegrate asm/system.h for MIPS
David Howells
2012-03-28
1
-0
/
+1
*
MIPS: Move arch_get_unmapped_area and gang to new file.
Ralf Baechle
2011-05-19
1
-113
/
+0
*
MIPS: Cleanup arch_get_unmapped_area
Ralf Baechle
2011-05-19
1
-12
/
+5
*
MIPS: Remove unused code from arch/mips/kernel/syscall.c
David Daney
2011-03-14
1
-2
/
+1
*
MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).
Stefan Oberhumer
2011-03-14
1
-1
/
+1
*
Make do_execve() take a const filename pointer
David Howells
2010-08-17
1
-3
/
+7
*
Mark arguments to certain syscalls as being const
David Howells
2010-08-13
1
-1
/
+1
*
MIPS: Enable heap randomization.
David Daney
2010-08-05
1
-0
/
+28
*
MIPS: Randomize mmap if randomize_va_space is set
David Daney
2010-08-05
1
-1
/
+20
*
MIPS: Preliminary VDSO
David Daney
2010-04-12
1
-1
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
Add generic sys_olduname()
Christoph Hellwig
2010-03-12
1
-42
/
+0
*
Add generic sys_ipc wrapper
Christoph Hellwig
2010-03-12
1
-88
/
+0
*
fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh
Al Viro
2009-12-11
1
-1
/
+2
*
Unify sys_mmap*
Al Viro
2009-12-11
1
-27
/
+2
*
MIPS: Fix MIPS I build.
Ralf Baechle
2009-12-02
1
-0
/
+4
*
MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assembler
Ralf Baechle
2009-09-17
1
-3
/
+109
*
MIPS: CVE-2009-0029: Enable syscall wrappers.
Ralf Baechle
2009-02-27
1
-13
/
+13
*
Remove asm/a.out.h files for all architectures without a.out support.
Adrian Bunk
2008-09-06
1
-1
/
+0
*
flag parameters: pipe
Ulrich Drepper
2008-07-24
1
-1
/
+1
*
[MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.
Ralf Baechle
2008-07-20
1
-1
/
+8
*
[MIPS] Add len and addr validation for MAP_FIXED mappings.
David Daney
2007-10-29
1
-2
/
+7
*
remove include/asm-*/ipc.h
Adrian Bunk
2007-10-17
1
-1
/
+1
*
[MIPS] checkfiles: Fix "need space after that ','" errors.
Ralf Baechle
2007-10-11
1
-1
/
+1
*
[MIPS] Fix "no space between function name and open parenthesis" warnings.
Ralf Baechle
2007-10-11
1
-29
/
+29
*
[MIPS] Fixup secure computing stuff.
Ralf Baechle
2007-07-31
1
-5
/
+13
*
Remove fs.h from mm.h
Alexey Dobriyan
2007-07-29
1
-0
/
+1
*
[MIPS] Replace __attribute_used__ with __used
David Rientjes
2007-07-24
1
-2
/
+2
*
[MIPS] Enable support for the userlocal hardware register
Ralf Baechle
2007-07-10
1
-3
/
+2
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[PATCH] provide kernel_execve on all architectures
Arnd Bergmann
2006-10-02
1
-0
/
+29
*
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
2006-10-02
1
-11
/
+16
*
[MIPS] TLS: set_thread_area returns asmlinkage int not void.
Ralf Baechle
2006-09-27
1
-1
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[MIPS] Remove BSD and Sys V compat data types.
Ralf Baechle
2006-06-29
1
-4
/
+4
*
[MIPS] Fix compiler warnings (field width, unused variable)
Atsushi Nemoto
2006-06-06
1
-2
/
+1
*
[MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations.
Ralf Baechle
2006-06-01
1
-24
/
+0
*
[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.
H. Peter Anvin
2006-03-21
1
-1
/
+4
*
[MIPS] Further sparsification for 32-bit compat code.
Atsushi Nemoto
2006-03-21
1
-1
/
+1
*
[MIPS] Sparse: Add __user tags to syscall.c
Atsushi Nemoto
2006-02-08
1
-22
/
+26
*
[PATCH] mips: task_thread_info()
Al Viro
2006-01-12
1
-1
/
+1
*
[PATCH] capable/capability.h (arch/)
Randy Dunlap
2006-01-11
1
-0
/
+1
*
NPTL, round one.
Ralf Baechle
2005-10-29
1
-3
/
+28
*
Export shm_align_mask and flush_data_cache_page.
Ralf Baechle
2005-10-29
1
-0
/
+3
*
kbuild: mips use generic asm-offsets.h support
Sam Ravnborg
2005-09-09
1
-1
/
+1
*
[PATCH] consolidate sys_shmat
Stephen Rothwell
2005-05-01
1
-16
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+407