Age | Commit message (Expand) | Author | Files | Lines |
2007-04-17 | Choose number of TLBs at runtime, by Herve Poussineau. | ths | 1 | -11/+9 |
2007-04-15 | Fix qemu SIGFPE caused by division-by-zero due to underflow. | ths | 1 | -0/+11 |
2007-04-15 | Delete unused define. | ths | 1 | -2/+0 |
2007-04-13 | Nicer Log formatting. | ths | 1 | -1/+1 |
2007-04-06 | Save state for all CP0 instructions, they may throw a CPU exception. | ths | 1 | -11/+27 |
2007-04-05 | Fix rotr immediate ops, mask shift/rotate arguments to their allowed | ths | 1 | -4/+2 |
2007-04-02 | Build fix for 64bit machines. (This is still not correct mul/div handling.) | ths | 1 | -6/+12 |
2007-04-01 | Actually enable 64bit configuration. | ths | 1 | -3/+3 |
2007-04-01 | MIPS64 configurations. | ths | 1 | -2/+0 |
2007-03-30 | Sanitize mips exception handling. | ths | 1 | -3/+5 |
2007-03-23 | Fix enough FPU/R2 support to get 24Kf going. | ths | 1 | -2/+7 |
2007-02-28 | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 1 | -2/+0 |
2007-02-20 | Replace TLSZ with TARGET_FMT_lx. | ths | 1 | -3/+3 |
2007-02-18 | Fix sign-extension of VPN field in TLB, by Herve Poussineau. | ths | 1 | -1/+1 |
2007-01-24 | Reworking MIPS interrupt handling, by Aurelien Jarno. | ths | 1 | -0/+5 |
2007-01-23 | Implementing dmfc/dmtc. | ths | 1 | -6/+6 |
2007-01-22 | Fix PageMask handling, second part. | ths | 1 | -0/+2 |
2007-01-21 | Bring TLB / PageSize handling in line with real hardware behaviour. | ths | 1 | -8/+0 |
2007-01-03 | moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr... | bellard | 1 | -45/+3 |
2007-01-01 | Simplify code and fix formatting. | ths | 1 | -6/+6 |
2006-12-21 | Scrap SIGN_EXTEND32. | ths | 1 | -6/+6 |
2006-12-21 | Preliminiary MIPS64 support, disabled by default due to performance impact. | ths | 1 | -16/+130 |
2006-12-06 | Add MIPS32R2 instructions, and generally straighten out the instruction | ths | 1 | -3/+3 |
2006-12-06 | Dynamically translate MIPS mtc0 instructions. | ths | 1 | -216/+31 |
2006-12-06 | Dynamically translate MIPS mfc0 instructions. | ths | 1 | -143/+15 |
2006-12-06 | MIPS TLB performance improvements, by Daniel Jacobowitz. | ths | 1 | -6/+48 |
2006-11-12 | Avoid redundant TLB flushes (Daniel Jacobowitz). | pbrook | 1 | -0/+9 |
2006-06-26 | consistent update of ERL and EXL | bellard | 1 | -4/+0 |
2006-06-14 | MIPS FPU support (Marius Goeger) | bellard | 1 | -0/+41 |
2006-05-22 | fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer) | bellard | 1 | -2/+2 |
2006-05-22 | cosmetics (Thiemo Seufer) | bellard | 1 | -10/+7 |
2006-04-23 | removed unnecessary header | bellard | 1 | -1/+0 |
2006-03-11 | Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer). | pbrook | 1 | -2/+3 |
2006-03-11 | e bitfields in mips TLB structures (Thiemo Seufer). | pbrook | 1 | -30/+22 |
2005-12-05 | MIPS fixes (Daniel Jacobowitz) | bellard | 1 | -4/+54 |
2005-11-26 | mips user emulation | bellard | 1 | -0/+33 |
2005-07-04 | correct split between helper.c and op_helper.c - cosmetics | bellard | 1 | -14/+55 |
2005-07-02 | use MIPS_TLB_NB constant (Ralf Baechle) | bellard | 1 | -5/+7 |
2005-07-02 | use mask in C0_status (Ralf Baechle) | bellard | 1 | -1/+1 |
2005-07-02 | fixed C0 status codes (Ralf Baechle) | bellard | 1 | -3/+3 |
2005-07-02 | soft irq are just irqs (Ralf Baechle) | bellard | 1 | -1/+1 |
2005-07-02 | MIPS target (Jocelyn Mayer) | bellard | 1 | -0/+634 |