aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori2-3/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-5/+5
2011-07-30exec.h cleanupBlue Swirl3-61/+57
2011-07-20Fix unassigned memory access handlingBlue Swirl2-4/+6
2011-06-26Remove exec-all.h include directivesBlue Swirl4-4/+1
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-22/+24
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-05-15target-mips: Fix warning caused by unused local variableAurelien Jarno1-8/+6
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+2
2011-05-08target-mips: Do not check CPU_INTERRUPT_TIMER.Richard Henderson1-4/+0
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil1-1/+1
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-2/+2
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno1-16/+25
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno1-4/+4
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno1-15/+20
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno1-36/+36
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-16/+16
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno1-98/+70
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman1-0/+16
2011-01-24target-mips: fix save_cpu_state() callsAurelien Jarno1-6/+6
2011-01-18mips: Break TBs after mfc0_countEdgar E. Iglesias1-2/+6
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-4/+4
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno2-3/+23
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd3-28/+16
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil3-9/+8
2010-10-13mips: avoid write only variablesBlue Swirl1-0/+29
2010-09-18MIPS: fix yield handlingBlue Swirl1-1/+3
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias2-0/+50
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau2-4/+2
2010-07-31Remove unused constantHervé Poussineau1-4/+0
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno4-15/+21
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias2-14/+0
2010-07-17target-mips: fix xtlb exception for loongsonAurelien Jarno1-2/+4
2010-07-11target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno1-0/+271
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-7/+7
2010-07-03remove unused stuff from */exec.hPaolo Bonzini2-9/+6
2010-07-01target-mips: add Loongson support prefetchAurelien Jarno1-35/+43
2010-07-01target-mips: split load and storeAurelien Jarno1-155/+183
2010-06-30target-mips: fix DINSU instructionAurelien Jarno1-1/+1
2010-06-29target-mips: enable movn/movz on loongson 2E & 2FAurelien Jarno1-1/+2
2010-06-29MIPS: Initial support of fulong mini pc (CPU definition)Huacai Chen2-0/+39
2010-06-09target-mips: Fix compilationStefan Weil1-1/+1
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd2-6/+16