aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2015-07-16mips/kvm: Sign extend registers written to KVMJames Hogan
2015-07-16mips/kvm: Fix Big endian 32-bit register accessJames Hogan
2015-07-15target-mips: fix page fault address for LWL/LWR/LDL/LDRAurelien Jarno
2015-07-15target-mips: fix resource leak reported by CoverityLeon Alrae
2015-07-15target-mips: fix logically dead code reported by CoverityLeon Alrae
2015-07-15target-mips: correct DERET instructionLeon Alrae
2015-07-15target-mips: fix ASID synchronisation for MIPS MTAurelien Jarno
2015-07-15target-mips: fix to clear MSACSR.CauseYongbok Kim
2015-07-15target-mips: fix MIPS64R6-generic configurationYongbok Kim
2015-07-09Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-09mips/kvm: Sync with newer MIPS KVM headersJames Hogan
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka
2015-06-26target-mips: add mips32r6-generic CPU definitionYongbok Kim
2015-06-26target-mips: microMIPS32 R6 POOL16{A, C} instructionsYongbok Kim
2015-06-26target-mips: microMIPS32 R6 Major instructionsYongbok Kim
2015-06-26target-mips: microMIPS32 R6 POOL32{I, C} instructionsYongbok Kim
2015-06-26target-mips: microMIPS32 R6 POOL32F instructionsYongbok Kim
2015-06-26target-mips: microMIPS32 R6 POOL32A{XF} instructionsYongbok Kim
2015-06-26target-mips: microMIPS32 R6 branches and jumpsYongbok Kim
2015-06-26target-mips: add microMIPS32 R6 opcode enumYongbok Kim
2015-06-26target-mips: signal RI for removed instructions in microMIPS R6Yongbok Kim
2015-06-26target-mips: raise RI exceptions when FIR.PS = 0Yongbok Kim
2015-06-26target-mips: rearrange gen_compute_compact_branchYongbok Kim
2015-06-26target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAPYongbok Kim
2015-06-26target-mips: remove an unused argumentYongbok Kim
2015-06-26target-mips: add microMIPS TLBINV, TLBINVFYongbok Kim
2015-06-26target-mips: fix {RD, WR}PGPR in microMIPSYongbok Kim
2015-06-26target-mips: convert host to MIPS errno values when requiredLeon Alrae
2015-06-26target-mips: add Unified Hosting Interface (UHI) supportLeon Alrae
2015-06-26target-mips: remove identical code in different branchLeon Alrae
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-12target-mips: enable XPA and LPA featuresLeon Alrae
2015-06-12target-mips: remove misleading comments in translate_init.cLeon Alrae
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae
2015-06-12target-mips: add CP0.PageGrain.ELPA supportLeon Alrae
2015-06-12target-mips: support Page Frame Number Extension fieldLeon Alrae
2015-06-12target-mips: extend selected CP0 registers to 64-bits in MIPS32Leon Alrae
2015-06-12target-mips: correct MFC0 for CP0.EntryLo in MIPS64Leon Alrae
2015-06-11target-mips: add ERETNC instruction and Config5.LLB bitLeon Alrae
2015-06-11target-mips: Misaligned memory accesses for MSAYongbok Kim
2015-06-11target-mips: Misaligned memory accesses for R6Yongbok Kim
2015-06-11target-mips: add Config5.FRE support allowing Status.FR=0 emulationLeon Alrae
2015-06-11target-mips: move group of functions above gen_load_fpr32()Leon Alrae
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell