aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2006-12-07Fix reset handling, CP0 isn't enabled by default (a fact which doesn'tths
2006-12-07Simplify mask construction.ths
2006-12-06Update copyright notice.ths
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths
2006-12-06Dynamically translate MIPS mtc0 instructions.ths
2006-12-06Dynamically translate MIPS mfc0 instructions.ths
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths
2006-11-12MIPS FPU fixes (Daniel Jacobowitz).pbrook
2006-11-12Avoid redundant TLB flushes (Daniel Jacobowitz).pbrook
2006-10-29compilation fixbellard
2006-10-23add support for cvt.s.d and cvt.d.s (Aurelien Jarno)bellard
2006-06-26consistent update of ERL and EXLbellard
2006-06-26lwu support - generate exception if unaligned pc (Marius Groeger)bellard
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard
2006-06-14use constants for TLB handling (Thiemo Seufer)bellard
2006-06-14mips config fixes (initial patch by Stefan Weil)bellard
2006-06-14MIPS FPU support (Marius Goeger)bellard
2006-05-22fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer)bellard
2006-05-22cosmetics (Thiemo Seufer)bellard
2006-05-22mips cleanup (Thiemo Seufer)bellard
2006-04-23removed unnecessary headerbellard
2006-04-23MIPS single stepping fix (Dirk Behme)bellard
2006-04-23MIPS CP0 not usable in kernel mode (Stefan Weil)bellard
2006-04-23Fix overflow conditions for MIPS add / subtract (Stefan Weil)bellard
2006-03-11Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer).pbrook
2006-03-11Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook
2006-03-11Add missing function prototype.pbrook
2005-12-17disable debug modebellard
2005-12-06fix for mipsel (will need change for softmmu case)bellard
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard
2005-11-26mips user emulationbellard
2005-11-26fixed BLTZAL and BLTZALL insns - fixed regressions from jmp optsbellard
2005-11-21cpu_exec_init() changebellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-11-20use direct jump only for jumps in the same pagebellard
2005-10-30suppressed JUMP_TB (Paul Brook)bellard
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-07-07compilation fixbellard
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard
2005-07-02moved CALL_FROM_TBx definitionsbellard
2005-07-02TLB reload exception vector (Ralf Baechle)bellard
2005-07-02fixed c0_context in tlb exception (Ralf Baechle)bellard
2005-07-02use MIPS_TLB_NB constant (Ralf Baechle)bellard
2005-07-02use mask in C0_status (Ralf Baechle)bellard
2005-07-02report C0 status correctly (Ralf Baechle)bellard
2005-07-02fixed priviledgees for CP0 use (Ralf Baechle)bellard
2005-07-02fixed eret insn (Ralf Baechle)bellard