summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Update MIPS TODO.ths2007-02-021-4/+2
* Sparc arm/mips/sparc register patch, by Martin Bochnig.ths2007-02-021-0/+10
* EBase is limited to KSEG0/KSEG1 even on 64bit CPUs.ths2007-01-243-21/+6
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-244-51/+18
* Implementing dmfc/dmtc.ths2007-01-234-86/+1434
* Update TODO.ths2007-01-221-3/+4
* Fix PageMask handling, second part.ths2007-01-223-16/+36
* TLB address wraparound hopefully fixed now.ths2007-01-211-1/+0
* Bring TLB / PageSize handling in line with real hardware behaviour.ths2007-01-212-25/+5
* Note more issues.ths2007-01-191-6/+17
* Keep track of mips related issues.ths2007-01-171-0/+17
* moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr...bellard2007-01-033-45/+45
* Fix bad data type.ths2007-01-011-1/+1
* Fix lwl/lwr for 64bit emulation, also debug output spec for 64bit emulation.ths2007-01-011-24/+26
* Simplify code and fix formatting.ths2007-01-011-6/+6
* Check ELF binaries for machine type and endianness.ths2006-12-231-0/+2
* Use memory barriers in FORCE_RET / RETURN.ths2006-12-231-2/+2
* Scrap SIGN_EXTEND32.ths2006-12-215-74/+71
* Preliminiary MIPS64 support, disabled by default due to performance impact.ths2006-12-2111-202/+949
* Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto.ths2006-12-161-0/+1
* Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths2006-12-102-0/+10
* Fix build of MIPS target without FPU support.ths2006-12-072-0/+26
* Fix reset handling, CP0 isn't enabled by default (a fact which doesn'tths2006-12-072-38/+31
* Simplify mask construction.ths2006-12-071-2/+2
* Update copyright notice.ths2006-12-061-0/+1
* Add MIPS32R2 instructions, and generally straighten out the instructionths2006-12-067-591/+2235
* Dynamically translate MIPS mtc0 instructions.ths2006-12-064-220/+423
* Dynamically translate MIPS mfc0 instructions.ths2006-12-064-147/+327
* Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths2006-12-062-2/+16
* MIPS TLB performance improvements, by Daniel Jacobowitz.ths2006-12-066-8/+54
* MIPS FPU fixes (Daniel Jacobowitz).pbrook2006-11-122-3/+5
* Avoid redundant TLB flushes (Daniel Jacobowitz).pbrook2006-11-121-0/+9
* compilation fixbellard2006-10-291-2/+1
* add support for cvt.s.d and cvt.d.s (Aurelien Jarno)bellard2006-10-232-0/+26
* consistent update of ERL and EXLbellard2006-06-263-5/+5
* lwu support - generate exception if unaligned pc (Marius Groeger)bellard2006-06-262-2/+21
* Solaris/SPARC host port (Ben Taylor)bellard2006-06-141-0/+7
* use constants for TLB handling (Thiemo Seufer)bellard2006-06-142-33/+36
* mips config fixes (initial patch by Stefan Weil)bellard2006-06-142-12/+15
* MIPS FPU support (Marius Goeger)bellard2006-06-148-23/+1362
* fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer)bellard2006-05-222-3/+3
* cosmetics (Thiemo Seufer)bellard2006-05-223-15/+12
* mips cleanup (Thiemo Seufer)bellard2006-05-221-2/+0
* removed unnecessary headerbellard2006-04-231-1/+0
* MIPS single stepping fix (Dirk Behme)bellard2006-04-231-1/+1
* MIPS CP0 not usable in kernel mode (Stefan Weil)bellard2006-04-231-1/+1
* Fix overflow conditions for MIPS add / subtract (Stefan Weil)bellard2006-04-231-2/+4
* Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer).pbrook2006-03-111-2/+3
* Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook2006-03-111-0/+1
* Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook2006-03-111-1/+1
OpenPOWER on IntegriCloud