index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
linux32.c
Age
Commit message (
Expand
)
Author
2007-10-11
[MIPS] Fix "no space between function name and open parenthesis" warnings.
Ralf Baechle
2007-07-31
[MIPS] Wire up the fallocate syscall.
Ralf Baechle
2007-07-24
[MIPS] Replace __attribute_used__ with __used
David Rientjes
2007-06-06
[MIPS] Fix some system calls with long long arguments
Atsushi Nemoto
2007-03-17
[MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled.
Ralf Baechle
2007-03-08
[PATCH] Add epoll compat_ code to fs/compat.c
Davide Libenzi
2007-03-04
[MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.
Ralf Baechle
2007-03-04
[MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.
Ralf Baechle
2007-03-04
[MIPS] N32 waitid is the same as o32.
Ralf Baechle
2007-02-13
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
Ralf Baechle
2007-02-11
[PATCH] Common compat_sys_sysinfo
Kyle McMartin
2007-02-06
[MIPS] Whitespace cleanups.
Ralf Baechle
2007-01-10
[MIPS] Fix N32 SysV IPC routines
Atsushi Nemoto
2006-12-04
[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32
Atsushi Nemoto
2006-10-19
[MIPS] Fix O32 personality(2) call with 0xffffffff argument.
Thiemo Seufer
2006-10-03
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
2006-09-27
[PATCH] sysctl: Allow /proc/sys without sys_sysctl
Eric W. Biederman
2006-09-27
[MIPS] TLS: Delete unused sys32_set_thread_area
Ralf Baechle
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-04-26
[PATCH] fix mips sys32_p{read,write}
Al Viro
2006-04-19
[MIPS] Wire up sync_file_range(2).
Ralf Baechle
2006-03-26
[PATCH] consolidate sys32/compat_adjtimex
Stephen Rothwell
2006-03-26
[PATCH] create struct compat_timex and use it everywhere
Stephen Rothwell
2006-03-21
[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.
H. Peter Anvin
2006-03-21
[MIPS] Further sparsification for 32-bit compat code.
Atsushi Nemoto
2006-03-21
[MIPS] Delete unused sys32_waitpid.
Ralf Baechle
2006-02-27
[MIPS] Use generic compat routines for readdir, getdents
Atsushi Nemoto
2006-02-21
[MIPS] N32: Make sure pointer is good before passing it to sys_waitid().
Ralf Baechle
2006-02-21
[MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.
Ralf Baechle
2006-01-04
Relax the rw_verify_area() error checking.
Linus Torvalds
2005-10-29
NPTL, round one.
Ralf Baechle
2005-10-29
32-bit compatibility for various timer-related system calls.
Ralf Baechle
2005-10-29
Implement 32-bit compatibility for waitid(2).
Ralf Baechle
2005-10-29
Use generic compat_sys_wait4 to implement 32-bit wait4(2).
Ralf Baechle
2005-09-07
[PATCH] compat: be more consistent about [ug]id_t
Stephen Rothwell
2005-09-05
[PATCH] mips: nuke trailing whitespace
Ralf Baechle
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
[prev]