aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2012-05-19mips: Fix BC1ANY[24]F instructionsRichard Sandiford
2012-05-12target-mips: Remove commented-out function declarationAndreas Färber
2012-05-03target-mips: Remove unused inline functionStefan Weil
2012-05-01Merge branch 'qom-cpu-rest.v1' of git://github.com/afaerber/qemu-cpuBlue Swirl
2012-04-30target-mips: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-mips: QOM'ify CPUAndreas Färber
2012-04-28target-mips: Move definition of uint_fast{8, 16}_t to osdep.hAndreas Färber
2012-04-15target-mips: Fix type cast for w64 (uintptr_t)Stefan Weil
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-04-07Replace Qemu by QEMU in internal documentationStefan Weil
2012-03-24target-mips: Add compiler attribute to some functions which don't returnStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-02-28target-mips: Clean includesStefan Weil
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-06mips: Support the MT TCStatus IXMT irq disable flagEdgar E. Iglesias
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias
2011-09-06mips: Initialize MT state at resetEdgar E. Iglesias
2011-09-06mips: Default to using one VPE and one TC.Edgar E. Iglesias
2011-09-06mips: Enable VInt interrupt mode for the 34KfEdgar E. Iglesias
2011-09-06mips: Correct VInt vector generationEdgar E. Iglesias
2011-09-06mips: Correct IntCtl write mask for VIntEdgar E. Iglesias
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-05-15target-mips: Fix warning caused by unused local variableAurelien Jarno
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-08target-mips: Do not check CPU_INTERRUPT_TIMER.Richard Henderson
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil
2011-05-06Fix typo in code and commentsStefan Weil
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno