aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARC: Fix Leon3 cache controlFabien Chouteau2011-02-013-7/+21
* SPARC: Add asr17 register supportFabien Chouteau2011-01-243-1/+14
* SPARC: Emulation of Leon3Fabien Chouteau2011-01-245-21/+193
* sparc: fix NaN handlingBlue Swirl2011-01-181-22/+34
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-283-18/+50
* Sparc: implement monitor command 'info tlb'Blue Swirl2010-12-193-55/+55
* target-sparc: Use fprintf_function (format checking)Stefan Weil2010-12-041-2/+2
* target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2010-12-032-16/+0
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-7/+4
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-6/+6
* sparc64: fix umul and smul insnsIgor V. Kovalenko2010-06-021-26/+29
* sparc64: fix udiv and sdiv insnsIgor V. Kovalenko2010-06-021-2/+2
* sparc64: improve ldf and stf insnsIgor V. Kovalenko2010-06-021-0/+28
* sparc64: use symbolic name for MMU index v1Igor V. Kovalenko2010-06-021-12/+16
* sparc64: fix ldxfsr insnIgor V. Kovalenko2010-06-021-1/+5
* sparc64: fix missing address masking v1Igor V. Kovalenko2010-06-022-2/+52
* sparc64: fix tag access register on mmu trapsIgor V. Kovalenko2010-06-021-0/+5
* sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)Artyom Tarasenko2010-05-291-0/+1
* sparc64: fix user emulator buildBlue Swirl2010-05-291-0/+2
* sparc64: fix 128-bit atomic load from nucleus context v1Igor V. Kovalenko2010-05-291-5/+5
* sparc64: flush translations on mmu context changeIgor V. Kovalenko2010-05-221-0/+6
* sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko2010-05-223-8/+35
* sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko2010-05-221-2/+2
* sparc64: fix pstate privilege bitsIgor V. Kovalenko2010-05-224-36/+57
* sparc64: generate data access exception on RW violationIgor V. Kovalenko2010-05-221-37/+62
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-2/+2
* target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson2010-05-203-76/+200
* target-sparc: Simplify ICC generation.Richard Henderson2010-05-191-80/+140
* target-sparc: Fix compilation with --enable-debug.Richard Henderson2010-05-192-2/+2
* sparc: move DT and QT defines to op_helper.cBlue Swirl2010-05-162-5/+5
* sparc64: fix TT_WOTHER valueIgor V. Kovalenko2010-05-161-1/+1
* sparc64: fix mmu demap operand typoIgor V. Kovalenko2010-05-161-2/+2
* target-sparc: Fix wrong printf argumentStefan Weil2010-05-121-1/+1
* sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-094-129/+259
* sparc: lazy C flag calculationBlue Swirl2010-05-091-16/+8
* sparc64: fix build with older gccsBlue Swirl2010-05-071-0/+1
* sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko2010-05-064-75/+219
* sparc64: implement global translation table entries v1Igor V. Kovalenko2010-05-063-28/+76
* target-sparc: Fix -singlestep.Richard Henderson2010-04-261-4/+5
* target-sparc: Fix address masking in ldqf and stqf.Richard Henderson2010-04-231-14/+11
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-181-1/+2
* target-sparc: Free instruction temporaries.Richard Henderson2010-04-171-25/+27
* target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS.Richard Henderson2010-04-171-6/+6
* Sparc: fix PC/NPC during FPU trapsBlue Swirl2010-04-171-0/+2
* Sparc: fix exceptions in delay slotBlue Swirl2010-04-111-4/+4
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+3
* Large page TLB flushPaul Brook2010-03-171-14/+26
* Target specific usermode cleanupPaul Brook2010-03-122-1/+16
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-7/+1