summaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)AuthorFilesLines
2006-04-23removed unnecessary headerbellard1-1/+0
2006-04-23MIPS single stepping fix (Dirk Behme)bellard1-1/+1
2006-04-23MIPS CP0 not usable in kernel mode (Stefan Weil)bellard1-1/+1
2006-04-23Fix overflow conditions for MIPS add / subtract (Stefan Weil)bellard1-2/+4
2006-03-11Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer).pbrook1-2/+3
2006-03-11Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook1-0/+1
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook1-1/+1
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook3-41/+35
2006-03-11Add missing function prototype.pbrook1-0/+2
2005-12-17disable debug modebellard1-1/+1
2005-12-06fix for mipsel (will need change for softmmu case)bellard1-4/+10
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard8-104/+231
2005-11-26mips user emulationbellard1-0/+33
2005-11-26fixed BLTZAL and BLTZALL insns - fixed regressions from jmp optsbellard1-10/+21
2005-11-21cpu_exec_init() changebellard1-4/+1
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-18/+2
2005-11-20use direct jump only for jumps in the same pagebellard1-15/+23
2005-10-30suppressed JUMP_TB (Paul Brook)bellard2-32/+53
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-65/+1
2005-07-07compilation fixbellard1-5/+0
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard5-242/+233
2005-07-02moved CALL_FROM_TBx definitionsbellard1-0/+24
2005-07-02TLB reload exception vector (Ralf Baechle)bellard1-0/+3
2005-07-02fixed c0_context in tlb exception (Ralf Baechle)bellard1-3/+3
2005-07-02use MIPS_TLB_NB constant (Ralf Baechle)bellard2-6/+8
2005-07-02use mask in C0_status (Ralf Baechle)bellard1-1/+1
2005-07-02report C0 status correctly (Ralf Baechle)bellard1-1/+11
2005-07-02fixed priviledgees for CP0 use (Ralf Baechle)bellard1-1/+4
2005-07-02fixed eret insn (Ralf Baechle)bellard1-2/+5
2005-07-02fixed C0 status codes (Ralf Baechle)bellard1-3/+3
2005-07-02unaligned load fix (Ralf Baechle)bellard1-0/+2
2005-07-02soft irq are just irqs (Ralf Baechle)bellard1-1/+1
2005-07-02remove nonsense exception code (Ralf Baechle)bellard1-3/+0
2005-07-02fixed jump mask (Ralf Baechle)bellard1-1/+1
2005-07-02MIPS_USES_R4K_TLB typobellard1-12/+11
2005-07-02MIPS target (Jocelyn Mayer)bellard10-0/+4218