summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* kvm: add support for memory transaction attributesPaolo Bonzini2015-04-301-1/+3
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell2015-03-191-1/+1
|\
| * target-mips: Fix warning from SparseStefan Weil2015-03-191-1/+1
* | target-mips: save cpu state before calling MSA load and store helpersLeon Alrae2015-03-181-0/+2
* | target-mips: fix hflags modified in delay / forbidden slotLeon Alrae2015-03-181-4/+15
* | target-mips: fix CP0.BadVAddr by stopping translation on Address ErrorLeon Alrae2015-03-181-0/+1
|/
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-47/+47
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-121-1/+1
|\
| * kvm: add machine state to kvm_arch_initMarcel Apfelbaum2015-03-111-1/+1
* | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into stagingPeter Maydell2015-03-116-329/+288
|\ \
| * | target-mips: add missing MSACSR and restore fp_status and hflagsLeon Alrae2015-03-114-27/+46
| * | target-mips: replace cpu_save/cpu_load with VMStateDescriptionLeon Alrae2015-03-114-317/+257
| |/
* | cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
|/
* target-mips: pass 0 instead of -1 as rs in microMIPS LUI instructionLeon Alrae2015-02-131-1/+1
* target-mips: fix broken snapshottingLeon Alrae2015-02-131-2/+4
* target-mips: use CP0EnLo_XI instead of magic numberLeon Alrae2015-02-131-2/+2
* target-mips: ll and lld cause AdEL exception for unaligned addressLeon Alrae2015-02-131-3/+7
* target-mips: fix detection of the end of the page during translationLeon Alrae2015-02-131-1/+4
* target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processorsMaciej W. Rozycki2015-02-131-2/+2
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-5/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* target-mips: Clean up switch fall through after commit fecd264Markus Armbruster2015-02-101-0/+4
* softfloat: expand out STATUS_VARPeter Maydell2015-02-061-28/+28
* softfloat: Expand out the STATUS_PARAM macroPeter Maydell2015-02-061-8/+10
* target-mips: Don't use _raw load/store accessorsPeter Maydell2015-01-201-2/+2
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-1/+0
* kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-121-0/+6
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-10/+14
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell2014-12-178-382/+616
|\
| * target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae2014-12-161-1/+1
| * target-mips: convert single case switch into if statementLeon Alrae2014-12-161-3/+1
| * target-mips: Fix DisasContext's ulri member initializationMaciej W. Rozycki2014-12-161-1/+1
| * target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki2014-12-161-35/+34
| * target-mips: Add missing calls to synchronise SoftFloat statusMaciej W. Rozycki2014-12-164-17/+17
| * target-mips: Also apply the CP0.Status mask to MTTC0Maciej W. Rozycki2014-12-161-1/+2
| * target-mips: gdbstub: Clean up FPU register handlingMaciej W. Rozycki2014-12-161-19/+19
| * target-mips: Correct 32-bit address space wrappingMaciej W. Rozycki2014-12-162-8/+19
| * target-mips: Tighten ISA level checksMaciej W. Rozycki2014-12-163-15/+114
| * target-mips: Fix CP0.Config3.ISAOnExc write accessesMaciej W. Rozycki2014-12-163-2/+15
| * target-mips: Output CP0.Config2-5 in the register dumpMaciej W. Rozycki2014-12-161-0/+4
| * target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEPMaciej W. Rozycki2014-12-161-3/+3
| * target-mips: Correct the writes to Status and Cause registers via gdbstubMaciej W. Rozycki2014-12-163-86/+102
| * target-mips: Correct the handling of writes to CP0.Status for MIPSr6Maciej W. Rozycki2014-12-161-2/+4
| * target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki2014-12-161-1/+2
| * target-mips: Restore the order of helpersMaciej W. Rozycki2014-12-161-159/+160
| * target-mips: Remove unused `FLOAT_OP' macroMaciej W. Rozycki2014-12-161-2/+0
| * target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpersMaciej W. Rozycki2014-12-161-1/+1
| * target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki2014-12-161-5/+8
| * target-mips: Fix formatting in `mips_defs'Maciej W. Rozycki2014-12-161-19/+21
OpenPOWER on IntegriCloud