aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-07Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-170/+146
2005-11-07Fix return type of setup_frame variantsAtsushi Nemoto2-8/+8
2005-11-07IRIX: Use schedule_timeout_interruptible.Ralf Baechle1-2/+1
2005-11-07VPE loader janitoringRalf Baechle1-56/+44
2005-11-07Turn rtlx upside down.Ralf Baechle1-104/+93
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-50/+5
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[PATCH] Don't uselessly export task_struct to userspace in core dumpsEric W. Biederman1-11/+6
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-1/+0
2005-10-29Remove useless casts of kmalloc return values.Ralf Baechle1-3/+1
2005-10-29Add support for SB1A CPU.Andrew Isaacson2-0/+4
2005-10-29Sibyte fixesAndrew Isaacson1-1/+1
2005-10-29Get 64-bit right in the kgdb stub.Ralf Baechle1-3/+2
2005-10-29Sys_lookup_dcookie arguments occupy 4 argument slots.Ralf Baechle1-1/+1
2005-10-29FPU emulator garbage collection.Ralf Baechle1-3/+3
2005-10-29Don't print file name and line in die and die_if_kernel.Ralf Baechle1-14/+2
2005-10-29Date: Fri Jan 14 03:03:23 2005 +0000Ralf Baechle1-1/+1
2005-10-29Fixup a few lose ends in explicit support for MIPS R1/R2.Ralf Baechle3-4/+4
2005-10-29Protect manipulation of c0_status against preemption and multithreading.Ralf Baechle2-12/+47
2005-10-29Detect 4KSD and treat it like 4KSc.Ralf Baechle1-0/+1
2005-10-29Define and initialize kdb_lock using DEFINE_SPINLOCK.Ralf Baechle1-6/+8
2005-10-29Make kgdb_wait static.Ralf Baechle1-1/+1
2005-10-29Cleanup the mess in cpu_cache_init.Ralf Baechle1-7/+18
2005-10-29Support for MIPSsim, the cycle accurate MIPS simulator.Ralf Baechle1-1/+1
2005-10-29Switch Sibyte profiling driver to ->compat_ioctlRalf Baechle1-6/+0
2005-10-29Revise MIPS 64-bit ptrace interfaceDaniel Jacobowitz3-1/+211
2005-10-29Fix excessive signal latencies.Ralf Baechle1-1/+1
2005-10-29Move genrtc.c's functions into <asm/rtc.h>Ralf Baechle2-66/+0
2005-10-29Virtual SMP support for the 34K.Ralf Baechle5-7/+391
2005-10-29MT bulletproofing.Ralf Baechle2-14/+75
2005-10-29Display presence of SmartMIPS, DSP and MT ASEs in /proc/cpuinfo.Ralf Baechle1-2/+5
2005-10-29Delete old junk.Ralf Baechle1-1/+0
2005-10-29Spelling fix.Ralf Baechle1-1/+1
2005-10-29Inlining will result in back-to-back mtc0 mfc0 instructions. Break theRalf Baechle1-0/+2
2005-10-29sys is only used for native o32 ...Ralf Baechle1-3/+3
2005-10-29R4600 has 32 FPRs.Thiemo Seufer1-1/+2
2005-10-29Make sure that the processor is actually online or die spectacularly.Ralf Baechle1-0/+5
2005-10-29Avoid SMP cacheflushes. This is a minor optimization of startup butRalf Baechle1-0/+2
2005-10-29Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.Pete Popov3-1/+24
2005-10-29More AP / SP bits for the 34K, the Malta bits and things. Still wantsRalf Baechle6-17/+1890
2005-10-29Move Origin crapola into a machine-specific header file.Ralf Baechle1-37/+6
2005-10-29Prevent gcc from optimizing a few functions away completly.Ralf Baechle1-2/+2
2005-10-29Detect the MIPS R2 vectored interrupt, external interrupt controllerRalf Baechle1-0/+6
2005-10-29New kernel option nowait allows disabling the use of the wait instruction.Ralf Baechle1-0/+16
2005-10-29Use an irq_enable_hazard hazard barrier in unmask_mips_irq. ThisRalf Baechle1-0/+2
2005-10-29Add inotify syscalls for MIPS.Ralf Baechle4-1/+12
2005-10-29Mark a few variables __read_mostly.Ralf Baechle2-7/+11
2005-10-29Detect the 34K.Ralf Baechle2-0/+6
2005-10-29Setup_frame is now returning a success value.Ralf Baechle4-25/+32