Age | Commit message (Expand) | Author |
2015-09-18 | target-mips: improve exception handling | Pavel Dovgaluk |
2015-09-18 | target-mips: correct MTC0 instruction on MIPS64 | Leon Alrae |
2015-09-18 | target-mips: add missing restriction in DAUI instruction | Leon Alrae |
2015-09-18 | target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS | Aurelien Jarno |
2015-09-18 | target-mips: get rid of MIPS_DEBUG | Aurelien Jarno |
2015-09-18 | target-mips: Fix RDHWR on CP0.Count | Alex Smith |
2015-09-18 | target-mips: remove wrong checks for recip.fmt and rsqrt.fmt | Petar Jovanovic |
2015-09-18 | target-mips: Use tcg_gen_extrh_i64_i32 | Richard Henderson |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-09-11 | maint: remove unused include for signal.h | Daniel P. Berrange |
2015-08-24 | tcg: Remove tcg_gen_trunc_i64_i32 | Richard Henderson |
2015-08-13 | target-mips: Use CPU_LOG_INT for logging related to interrupts | Richard Henderson |
2015-08-13 | target-mips: simplify LWL/LDL mask generation | Aurelien Jarno |
2015-08-13 | target-mips: update mips32r5-generic into P5600 | Yongbok Kim |
2015-08-04 | target-mips: Copy restrictions from ext/ins to dext/dins | Richard Henderson |
2015-08-04 | target-mips: fix semihosting for microMIPS R6 | Leon Alrae |
2015-07-28 | target-mips: fix offset calculation for Interrupts | Yongbok Kim |
2015-07-28 | target-mips: fix passing incompatible pointer type in machine.c | Leon Alrae |
2015-07-16 | mips/kvm: Sign extend registers written to KVM | James Hogan |
2015-07-16 | mips/kvm: Fix Big endian 32-bit register access | James Hogan |
2015-07-15 | target-mips: fix page fault address for LWL/LWR/LDL/LDR | Aurelien Jarno |
2015-07-15 | target-mips: fix resource leak reported by Coverity | Leon Alrae |
2015-07-15 | target-mips: fix logically dead code reported by Coverity | Leon Alrae |
2015-07-15 | target-mips: correct DERET instruction | Leon Alrae |
2015-07-15 | target-mips: fix ASID synchronisation for MIPS MT | Aurelien Jarno |
2015-07-15 | target-mips: fix to clear MSACSR.Cause | Yongbok Kim |
2015-07-15 | target-mips: fix MIPS64R6-generic configuration | Yongbok Kim |
2015-07-09 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s... | Peter Maydell |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite |
2015-07-09 | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite |
2015-07-09 | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao |
2015-07-09 | mips/kvm: Sync with newer MIPS KVM headers | James Hogan |
2015-07-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-07-01 | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka |
2015-06-26 | target-mips: add mips32r6-generic CPU definition | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 POOL16{A, C} instructions | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 Major instructions | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 POOL32{I, C} instructions | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 POOL32F instructions | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 POOL32A{XF} instructions | Yongbok Kim |
2015-06-26 | target-mips: microMIPS32 R6 branches and jumps | Yongbok Kim |
2015-06-26 | target-mips: add microMIPS32 R6 opcode enum | Yongbok Kim |
2015-06-26 | target-mips: signal RI for removed instructions in microMIPS R6 | Yongbok Kim |
2015-06-26 | target-mips: raise RI exceptions when FIR.PS = 0 | Yongbok Kim |
2015-06-26 | target-mips: rearrange gen_compute_compact_branch | Yongbok Kim |
2015-06-26 | target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP | Yongbok Kim |
2015-06-26 | target-mips: remove an unused argument | Yongbok Kim |
2015-06-26 | target-mips: add microMIPS TLBINV, TLBINVF | Yongbok Kim |
2015-06-26 | target-mips: fix {RD, WR}PGPR in microMIPS | Yongbok Kim |