2015-11-24 | Leon Alrae | target-mips: flush QEMU TLB when disabling 64-bit addressing Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-11-24 | James Hogan | target-mips: Fix exceptions while UX=0 Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-30 | Yongbok Kim | target-mips: fix updating XContext on mmu exception Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-30 | Yongbok Kim | target-mips: add SIGRIE instruction Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-30 | Yongbok Kim | target-mips: Set Config5.XNP for R6 cores Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-30 | Yongbok Kim | target-mips: add PC, XNP reg numbers to RDHWR Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-30 | James Hogan | hw/mips_malta: Fix KVM PC initialisation Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-29 | Yongbok Kim | target-mips: Add enum for BREAK32 Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-29 | Leon Alrae | target-mips: update writing to CP0.Status.KX/SX/UX... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-29 | Leon Alrae | target-mips: implement the CPU wake-up on non-enabled... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-10-29 | Leon Alrae | target-mips: move the test for enabled interrupts to... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Pavel Dovgaluk | target-mips: improve exception handling Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> [leon.alrae@imgtec.com: avoid retranslation in linux... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Leon Alrae | target-mips: correct MTC0 instruction on MIPS64 Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Leon Alrae | target-mips: add missing restriction in DAUI instruction Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Leon Alrae | target-mips: fix corner case in TLBWR causing QEMU... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Serge Vakulenko | pic32: use LCG algorithm for generated random index... Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Aurelien Jarno | target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Aurelien Jarno | target-mips: get rid of MIPS_DEBUG Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Alex Smith | target-mips: Fix RDHWR on CP0.Count Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Petar Jovanovic | target-mips: remove wrong checks for recip.fmt and... Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-09-18 | Richard Henderson | target-mips: Use tcg_gen_extrh_i64_i32 Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-13 | Richard Henderson | target-mips: Use CPU_LOG_INT for logging related to... Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-13 | Peter Maydell | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-13 | Aurelien Jarno | target-mips: simplify LWL/LDL mask generation Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-13 | Yongbok Kim | target-mips: update mips32r5-generic into P5600 [leon.alrae@imgtec.com: correct cache line sizes and... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-04 | Richard Henderson | target-mips: Copy restrictions from ext/ins to dext... Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-08-04 | Leon Alrae | target-mips: fix semihosting for microMIPS R6 Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-28 | Hervé Poussineau | net/dp8393x: do not use memory_region_init_rom_device... [leon.alrae@imgtec.com: shorten subject length] Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-28 | Hervé Poussineau | net/dp8393x: remove check of runt packets Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-28 | Hervé Poussineau | net/dp8393x: disable user creation Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-28 | Yongbok Kim | target-mips: fix offset calculation for Interrupts Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> [leon.alrae@imgtec.com: cosmetic changes] Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-28 | Leon Alrae | target-mips: fix passing incompatible pointer type... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Aurelien Jarno | target-mips: fix page fault address for LWL/LWR/LDL/LDR Cc: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Andrew Bennett | linux-user: Fix MIPS N64 trap and break instruction bug Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Leon Alrae | target-mips: fix resource leak reported by Coverity Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Leon Alrae | target-mips: fix logically dead code reported by Coverity Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Leon Alrae | target-mips: correct DERET instruction Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Aurelien Jarno | target-mips: fix ASID synchronisation for MIPS MT Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Yongbok Kim | disas/mips: fix disassembling R6 instructions Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Yongbok Kim | target-mips: fix to clear MSACSR.Cause Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-07-15 | Yongbok Kim | target-mips: fix MIPS64R6-generic configuration Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: add mips32r6-generic CPU definition Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 POOL16{A, C} instructions Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 Major instructions Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 POOL32{I, C} instructions Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 POOL32F instructions Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 POOL32A{XF} instructions Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: microMIPS32 R6 branches and jumps Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: add microMIPS32 R6 opcode enum Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: signal RI for removed instructions in... Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: raise RI exceptions when FIR.PS = 0 Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: rearrange gen_compute_compact_branch Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: remove an unused argument Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: add microMIPS TLBINV, TLBINVF Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Yongbok Kim | target-mips: fix {RD, WR}PGPR in microMIPS Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Leon Alrae | target-mips: convert host to MIPS errno values when... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Leon Alrae | target-mips: add Unified Hosting Interface (UHI) support Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Leon Alrae | target-mips: remove identical code in different branch Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Matthew Fortune | hw/mips: Do not clear BEV for MIPS malta kernel load Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-26 | Maciej W. Rozycki | include/softmmu-semi.h: Make semihosting support 64... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: enable XPA and LPA features Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: remove misleading comments in translate_init.c Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: add MTHC0 and MFHC0 instructions Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: add CP0.PageGrain.ELPA support Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: support Page Frame Number Extension field Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: extend selected CP0 registers to 64-bits... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-12 | Leon Alrae | target-mips: correct MFC0 for CP0.EntryLo in MIPS64 Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: fix hardware reset Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: correctly reset in_use field Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: add load/save support Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: add PROM to store MAC address Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: QOM'ify Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: use dp8393x_ prefix for all functions Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: do not use old_mmio accesses Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | net/dp8393x: always calculate proper checksums Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: convert to QOM Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: use trace events instead of custom logging Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: document register at offset 0x210 Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: do not use old_mmio accesses Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: use AddressSpace and address_space_rw in... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | dma/rc4030: create custom DMA address space Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Hervé Poussineau | mips jazz: compile only in 64 bit Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Leon Alrae | target-mips: add ERETNC instruction and Config5.LLB bit Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Yongbok Kim | target-mips: Misaligned memory accesses for MSA Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> [leon.alrae@imgtec.com: remove unused do_* functions] Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Yongbok Kim | softmmu: Add probe_write() Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Yongbok Kim | target-mips: Misaligned memory accesses for R6 Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Paul Burton | mips_malta: provide ememsize env variable to kernels Cc: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Leon Alrae | target-mips: add Config5.FRE support allowing Status... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-06-11 | Leon Alrae | target-mips: move group of functions above gen_load_fpr32() Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-04-17 | Paolo Bonzini | mips: fix broken fulong2e machine Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-03-18 | Leon Alrae | target-mips: save cpu state before calling MSA load... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-03-18 | Leon Alrae | target-mips: fix hflags modified in delay / forbidden... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-03-18 | Leon Alrae | target-mips: fix CP0.BadVAddr by stopping translation... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-03-11 | Leon Alrae | target-mips: add missing MSACSR and restore fp_status... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-03-11 | Leon Alrae | target-mips: replace cpu_save/cpu_load with VMStateDescription Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-02-13 | Leon Alrae | linux-user: correct stat structure in MIPS N32 Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-02-13 | Leon Alrae | target-mips: pass 0 instead of -1 as rs in microMIPS... Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-02-13 | Leon Alrae | target-mips: fix broken snapshotting Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
2015-02-13 | Leon Alrae | target-mips: use CP0EnLo_XI instead of magic number Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> |
commitcommitdifftree |
next |