summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* target-mips: Add compiler attribute to some functions which don't returnStefan Weil2012-03-242-3/+4
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-mips: Don't overuse CPUStateAndreas Färber2012-03-145-274/+274
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-142-3/+3
* Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
* target-mips: Clean includesStefan Weil2012-02-281-7/+0
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* fix spelling in target sub directoryDong Xu Wang2011-12-022-2/+2
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* mips: Support the MT TCStatus IXMT irq disable flagEdgar E. Iglesias2011-09-061-0/+4
* mips: Add MT halting and waking of VPEsEdgar E. Iglesias2011-09-062-4/+129
* mips: Initialize MT state at resetEdgar E. Iglesias2011-09-061-0/+26
* mips: Default to using one VPE and one TC.Edgar E. Iglesias2011-09-061-1/+1
* mips: Enable VInt interrupt mode for the 34KfEdgar E. Iglesias2011-09-061-1/+1
* mips: Correct VInt vector generationEdgar E. Iglesias2011-09-061-3/+3
* mips: Correct IntCtl write mask for VIntEdgar E. Iglesias2011-09-061-1/+1
* mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias2011-09-063-11/+225
* mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias2011-09-061-44/+106
* mips: Handle TC indexing of other VPEsEdgar E. Iglesias2011-09-061-105/+161
* Use glib memory allocation and free functionsAnthony Liguori2011-08-202-3/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-5/+5
* exec.h cleanupBlue Swirl2011-07-303-61/+57
* Fix unassigned memory access handlingBlue Swirl2011-07-202-4/+6
* Remove exec-all.h include directivesBlue Swirl2011-06-264-4/+1
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-22/+24
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* target-mips: Fix warning caused by unused local variableAurelien Jarno2011-05-151-8/+6
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-2/+2
|\
| * Fix typos in comments (interupt -> interrupt)Stefan Weil2011-05-081-1/+1
| * Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* | target-mips: Do not check CPU_INTERRUPT_TIMER.Richard Henderson2011-05-081-4/+0
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+2
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno2011-04-171-16/+25
* target-mips: fix c.ps.* instructionsAurelien Jarno2011-04-171-4/+4
* target-mips: don't hardcode softfloat exception bitsAurelien Jarno2011-04-171-15/+20
* target-mips: simplify FP comparisonsAurelien Jarno2011-04-171-36/+36
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-16/+16
* target-mips: use new float*_unordered*() functionsAurelien Jarno2011-04-171-98/+70
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0
* [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman2011-02-091-0/+16
* target-mips: fix save_cpu_state() callsAurelien Jarno2011-01-241-6/+6
* mips: Break TBs after mfc0_countEdgar E. Iglesias2011-01-181-2/+6
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-4/+4
* target-mips: fix host CPU consumption when guest is idleAurelien Jarno2010-12-272-3/+23
* target-mips: fix translation of MT instructionsNathan Froyd2010-12-223-28/+16
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-303-9/+8
OpenPOWER on IntegriCloud