summaryrefslogtreecommitdiffstats
path: root/target-mips/cpu.h
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS TLB style selection at runtime, by Herve Poussineau.ths2007-05-131-8/+24
* MIPS 64-bit FPU support, plus some collateral bugfixes in theths2007-05-071-19/+25
* Choose number of TLBs at runtime, by Herve Poussineau.ths2007-04-171-0/+1
* Unify IRQ handling.pbrook2007-04-071-0/+2
* 64bit MIPS FPUs have 32 registers.ths2007-04-061-2/+1Star
* Fix typo, suggested by Ben Taylor.ths2007-03-301-1/+1
* Sanitize mips exception handling.ths2007-03-301-2/+0Star
* Fix enough FPU/R2 support to get 24Kf going.ths2007-03-231-0/+2
* MIPS -cpu selection support, by Herve Poussineau.ths2007-03-181-0/+5
* MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths2007-03-021-0/+4
* MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths2007-02-281-3/+1Star
* Replace TLSZ with TARGET_FMT_lx.ths2007-02-211-7/+0Star
* EBase is limited to KSEG0/KSEG1 even on 64bit CPUs.ths2007-01-241-1/+1
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-0/+1
* Implementing dmfc/dmtc.ths2007-01-231-33/+34
* Fix PageMask handling, second part.ths2007-01-221-2/+1Star
* Check ELF binaries for machine type and endianness.ths2006-12-231-0/+2
* Scrap SIGN_EXTEND32.ths2006-12-211-4/+1Star
* Preliminiary MIPS64 support, disabled by default due to performance impact.ths2006-12-211-7/+22
* Add MIPS32R2 instructions, and generally straighten out the instructionths2006-12-061-4/+55
* Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths2006-12-061-1/+7
* MIPS TLB performance improvements, by Daniel Jacobowitz.ths2006-12-061-1/+2
* Solaris/SPARC host port (Ben Taylor)bellard2006-06-141-0/+7
* use constants for TLB handling (Thiemo Seufer)bellard2006-06-141-1/+1
* mips config fixes (initial patch by Stefan Weil)bellard2006-06-141-1/+1
* MIPS FPU support (Marius Goeger)bellard2006-06-141-11/+44
* Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook2006-03-111-1/+1
* e bitfields in mips TLB structures (Thiemo Seufer).pbrook2006-03-111-5/+8
* MIPS fixes (Daniel Jacobowitz)bellard2005-12-051-13/+18
* added CPU_COMMON and CPUState.tb_jmp_cache[]bellard2005-11-201-18/+2Star
* correct split between helper.c and op_helper.c - cosmeticsbellard2005-07-051-168/+0Star
* MIPS target (Jocelyn Mayer)bellard2005-07-021-0/+415