MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1.
[safe/jmp/linux-2.6] / arch / mips / kernel /
2006-01-10 Ralf BaechleMIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M...
2006-01-10 Ralf BaechleMIPS: MT: Fix 32-bit dependencies.
2006-01-10 Ralf BaechleMIPS: DSP: Put DSPcontrol register into the right place...
2006-01-10 Ralf BaechleMIPS: DSP: eleminate used_dsp.
2006-01-09 Alexey Dobriyan[PATCH] Fix more "if ((err = foo() < 0))" typos
2006-01-09 Christoph Hellwig[PATCH] use ptrace_get_task_struct in various places
2006-01-05 Linus TorvaldsRelax the rw_verify_area() error checking.
2005-12-01 Ralf Baechle[MIPS] Avoid duplicate do_syscall_trace calls on return...
2005-12-01 Ralf Baechle[MIPS] Fix register handling in syscalls when debugging.
2005-12-01 Ralf Baechle[MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET,...
2005-12-01 Daniel Jacobowitz[MIPS] Generate SIGILL again
2005-12-01 Ralf Baechle[MIPS] R10000 and R12000 need to set MIPS_CPU_4K_CACHE ...
2005-11-09 Nick Piggin[PATCH] sched: disable preempt in idle tasks
2005-11-09 Christoph Hellwig[PATCH] remove ioctl32_handler_t
2005-11-07 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2005-11-07 Atsushi NemotoFix return type of setup_frame variants
2005-11-07 Ralf BaechleIRIX: Use schedule_timeout_interruptible.
2005-11-07 Ralf BaechleVPE loader janitoring
2005-11-07 Ralf BaechleTurn rtlx upside down.
2005-11-07 Christoph Hellwig[PATCH] consolidate sys_ptrace()
2005-10-31 Thomas Gleixner[PATCH] jiffies_64 cleanup
2005-10-31 Christoph Hellwig[PATCH] unify sys_ptrace prototype
2005-10-31 Eric W. Biederman[PATCH] Don't uselessly export task_struct to userspace...
2005-10-30 Hugh Dickins[PATCH] mm: mm_init set_mm_counters
2005-10-29 Ralf BaechleRemove useless casts of kmalloc return values.
2005-10-29 Andrew IsaacsonAdd support for SB1A CPU.
2005-10-29 Andrew IsaacsonSibyte fixes
2005-10-29 Ralf BaechleGet 64-bit right in the kgdb stub.
2005-10-29 Ralf BaechleSys_lookup_dcookie arguments occupy 4 argument slots.
2005-10-29 Ralf BaechleFPU emulator garbage collection.
2005-10-29 Ralf BaechleDon't print file name and line in die and die_if_kernel.
2005-10-29 Ralf BaechleDate: Fri Jan 14 03:03:23 2005 +0000
2005-10-29 Ralf BaechleFixup a few lose ends in explicit support for MIPS...
2005-10-29 Ralf BaechleProtect manipulation of c0_status against preemption...
2005-10-29 Ralf BaechleDetect 4KSD and treat it like 4KSc.
2005-10-29 Ralf BaechleDefine and initialize kdb_lock using DEFINE_SPINLOCK.
2005-10-29 Ralf BaechleMake kgdb_wait static.
2005-10-29 Ralf BaechleCleanup the mess in cpu_cache_init.
2005-10-29 Ralf BaechleSupport for MIPSsim, the cycle accurate MIPS simulator.
2005-10-29 Ralf BaechleSwitch Sibyte profiling driver to ->compat_ioctl
2005-10-29 Daniel JacobowitzRevise MIPS 64-bit ptrace interface
2005-10-29 Ralf BaechleFix excessive signal latencies.
2005-10-29 Ralf BaechleMove genrtc.c's functions into <asm/rtc.h>
2005-10-29 Ralf BaechleVirtual SMP support for the 34K.
2005-10-29 Ralf BaechleMT bulletproofing.
2005-10-29 Ralf BaechleDisplay presence of SmartMIPS, DSP and MT ASEs in ...
2005-10-29 Ralf BaechleDelete old junk.
2005-10-29 Ralf BaechleSpelling fix.
2005-10-29 Ralf BaechleInlining will result in back-to-back mtc0 mfc0 instruct...
2005-10-29 Ralf Baechlesys is only used for native o32 ...
2005-10-29 Thiemo SeuferR4600 has 32 FPRs.
2005-10-29 Ralf BaechleMake sure that the processor is actually online or...
2005-10-29 Ralf BaechleAvoid SMP cacheflushes. This is a minor optimization...
2005-10-29 Pete PopovPhilips PNX8550 support: MIPS32-like core with 2 Trimed...
2005-10-29 Ralf BaechleMore AP / SP bits for the 34K, the Malta bits and thing...
2005-10-29 Ralf BaechleMove Origin crapola into a machine-specific header...
2005-10-29 Ralf BaechlePrevent gcc from optimizing a few functions away completly.
2005-10-29 Ralf BaechleDetect the MIPS R2 vectored interrupt, external interru...
2005-10-29 Ralf BaechleNew kernel option nowait allows disabling the use of...
2005-10-29 Ralf BaechleUse an irq_enable_hazard hazard barrier in unmask_mips_...
2005-10-29 Ralf BaechleAdd inotify syscalls for MIPS.
2005-10-29 Ralf BaechleMark a few variables __read_mostly.
2005-10-29 Ralf BaechleDetect the 34K.
2005-10-29 Ralf BaechleSetup_frame is now returning a success value.
2005-10-29 Ralf BaechleTemporary hack for Qemu and MIPSsim until they get...
2005-10-29 Ralf BaechleRename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32...
2005-10-29 Ralf BaechleAvoid defining variables in the middle of a block which...
2005-10-29 Maciej W. RozyckiAlways use ".set mips3" rather than select between...
2005-10-29 Maciej W. RozyckiUse correct names for bits in the R3k cp0.status register.
2005-10-29 Maciej W. RozyckiMark __die() "noreturn" for real.
2005-10-29 Ralf BaechleRedo RM9000 workaround which along with other DSP ASE...
2005-10-29 Maciej W. RozyckiEnable a suitable ISA for the assembler around ll/sc...
2005-10-29 Maciej W. RozyckiFor MIPS32/MIPS64 cp0.config.mt == 1 implies a standard...
2005-10-29 Ralf BaechleSupport the MIPS32 / MIPS64 DSP ASE.
2005-10-29 Ralf Baechle64-bit fixes for Alchemy code ;)
2005-10-29 Ralf BaechleFix tasteless #ifdef mess in audit_arch(), minor cleanups.
2005-10-29 Ralf Baechle__compute_return_epc() uses CFC1 instruction which...
2005-10-29 Maciej W. Rozyckisys_nfsservctl() needs translation.
2005-10-29 Ralf BaechleNo point in checking cpu_has_tlb before we've computed...
2005-10-29 Ralf BaechleCleanup decoding of MIPSxx config registers.
2005-10-29 Ralf BaechleFix preemption and SMP problems in the FP emulator...
2005-10-29 Thiemo SeuferUstat needs a wrapper on n32.
2005-10-29 Ralf BaechleWe pass a kernel pointer to do_sigaltstack in sys32_sig...
2005-10-29 Ralf BaechleNPTL, round one.
2005-10-29 Ralf BaechleFix BogoMIPS display on UP and some minor cosmetical...
2005-10-29 Thiemo Seuferfcntl64 needs to be wrapped for n32.
2005-10-29 Ralf BaechleFix one more case of computing the return EPC after...
2005-10-29 Ralf BaechleWhen simulating ll/sc compute the return EPC before...
2005-10-29 Ralf BaechleDetect the 4KEcR2 and for now detect handle it like...
2005-10-29 Pete PopovFixed buglet with previous patch that broke non au1x...
2005-10-29 Pete PopovRemove CONFIG_PM dependency from au1x wait in cpu_probe.
2005-10-29 Thiemo SeuferFix 64bit SMP TLB handler and stack frame handling...
2005-10-29 Ralf BaechleUse compat_sigval_t in struct compat_siginfo.
2005-10-29 Ralf BaechleReformatting, remove debugging code.
2005-10-29 Ralf BaechleGet rid of the the remains of 2.4-style ramdisk support.
2005-10-29 Ralf BaechleMultithreaded core dumps.
2005-10-29 Thiemo Seufersys_futex has 6 arguments.
2005-10-29 Ralf BaechleExport shm_align_mask and flush_data_cache_page.
2005-10-29 Ralf BaechleGcc 4.0 fixes.
2005-10-29 Ralf BaechleFix preemption bug.
next