aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell
2015-03-19target-mips: Fix warning from SparseStefan Weil
2015-03-18target-mips: save cpu state before calling MSA load and store helpersLeon Alrae
2015-03-18target-mips: fix hflags modified in delay / forbidden slotLeon Alrae
2015-03-18target-mips: fix CP0.BadVAddr by stopping translation on Address ErrorLeon Alrae
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-11Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into stagingPeter Maydell
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum
2015-03-11target-mips: add missing MSACSR and restore fp_status and hflagsLeon Alrae
2015-03-11target-mips: replace cpu_save/cpu_load with VMStateDescriptionLeon Alrae
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-02-13target-mips: pass 0 instead of -1 as rs in microMIPS LUI instructionLeon Alrae
2015-02-13target-mips: fix broken snapshottingLeon Alrae
2015-02-13target-mips: use CP0EnLo_XI instead of magic numberLeon Alrae
2015-02-13target-mips: ll and lld cause AdEL exception for unaligned addressLeon Alrae
2015-02-13target-mips: fix detection of the end of the page during translationLeon Alrae
2015-02-13target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processorsMaciej W. Rozycki
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-02-10target-mips: Clean up switch fall through after commit fecd264Markus Armbruster
2015-02-06softfloat: expand out STATUS_VARPeter Maydell
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell
2015-01-20target-mips: Don't use _raw load/store accessorsPeter Maydell
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini
2014-12-17Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-12-16target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae
2014-12-16target-mips: convert single case switch into if statementLeon Alrae
2014-12-16target-mips: Fix DisasContext's ulri member initializationMaciej W. Rozycki
2014-12-16target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki
2014-12-16target-mips: Add missing calls to synchronise SoftFloat statusMaciej W. Rozycki
2014-12-16target-mips: Also apply the CP0.Status mask to MTTC0Maciej W. Rozycki
2014-12-16target-mips: gdbstub: Clean up FPU register handlingMaciej W. Rozycki
2014-12-16target-mips: Correct 32-bit address space wrappingMaciej W. Rozycki
2014-12-16target-mips: Tighten ISA level checksMaciej W. Rozycki
2014-12-16target-mips: Fix CP0.Config3.ISAOnExc write accessesMaciej W. Rozycki
2014-12-16target-mips: Output CP0.Config2-5 in the register dumpMaciej W. Rozycki
2014-12-16target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEPMaciej W. Rozycki
2014-12-16target-mips: Correct the writes to Status and Cause registers via gdbstubMaciej W. Rozycki
2014-12-16target-mips: Correct the handling of writes to CP0.Status for MIPSr6Maciej W. Rozycki
2014-12-16target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki
2014-12-16target-mips: Restore the order of helpersMaciej W. Rozycki
2014-12-16target-mips: Remove unused `FLOAT_OP' macroMaciej W. Rozycki
2014-12-16target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpersMaciej W. Rozycki
2014-12-16target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki
2014-12-16target-mips: Fix formatting in `mips_defs'Maciej W. Rozycki