aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/linux32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-5/+5
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-7/+7
2007-07-31[MIPS] Wire up the fallocate syscall.Ralf Baechle1-0/+7
2007-07-24[MIPS] Replace __attribute_used__ with __usedDavid Rientjes1-1/+1
2007-06-06[MIPS] Fix some system calls with long long argumentsAtsushi Nemoto1-0/+10
2007-03-17[MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled.Ralf Baechle1-0/+12
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi1-46/+0
2007-03-04[MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.Ralf Baechle1-31/+0
2007-03-04[MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.Ralf Baechle1-114/+0
2007-03-04[MIPS] N32 waitid is the same as o32.Ralf Baechle1-28/+0
2007-02-13[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle1-0/+47
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin1-44/+0
2007-02-06[MIPS] Whitespace cleanups.Ralf Baechle1-14/+14
2007-01-10[MIPS] Fix N32 SysV IPC routinesAtsushi Nemoto1-2/+14
2006-12-04[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto1-555/+23
2006-10-19[MIPS] Fix O32 personality(2) call with 0xffffffff argument.Thiemo Seufer1-1/+3
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-0/+2
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-2/+2
2006-09-27[MIPS] TLS: Delete unused sys32_set_thread_areaRalf Baechle1-6/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-26[PATCH] fix mips sys32_p{read,write}Al Viro1-62/+2
2006-04-19[MIPS] Wire up sync_file_range(2).Ralf Baechle1-0/+10
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell1-61/+0
2006-03-26[PATCH] create struct compat_timex and use it everywhereStephen Rothwell1-14/+1
2006-03-21[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin1-0/+4
2006-03-21[MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto1-83/+87
2006-03-21[MIPS] Delete unused sys32_waitpid.Ralf Baechle1-6/+0
2006-02-27[MIPS] Use generic compat routines for readdir, getdentsAtsushi Nemoto1-54/+0
2006-02-21[MIPS] N32: Make sure pointer is good before passing it to sys_waitid().Ralf Baechle1-0/+3
2006-02-21[MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.Ralf Baechle1-19/+0
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds1-2/+2
2005-10-29NPTL, round one.Ralf Baechle1-0/+27
2005-10-2932-bit compatibility for various timer-related system calls.Ralf Baechle1-0/+50
2005-10-29Implement 32-bit compatibility for waitid(2).Ralf Baechle1-0/+22
2005-10-29Use generic compat_sys_wait4 to implement 32-bit wait4(2).Ralf Baechle1-72/+1
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-8/+8
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-11/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1469