aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl2-23/+35
2011-07-14SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito1-14/+14
2011-07-14SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito1-0/+4
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito1-1/+5
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito1-1/+5
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito1-0/+9
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito2-6/+11
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito1-0/+9
2011-07-14SPARC64: Implement ldfa/lddfa/ldqfa instructions properlyTsuneo Saito1-5/+11
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko1-10/+22
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+1
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-14/+14
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl4-242/+256
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl1-14/+17
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl3-3/+53
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl3-8/+1
2011-05-14sparc64: fix incorrect BPcc target sign extensionBlue Swirl1-1/+1
2011-05-14sparc64: fix wrpstate and wrtl on delay slotBlue Swirl1-8/+20
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-10/+0
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau3-7/+21
2011-01-24SPARC: Add asr17 register supportFabien Chouteau3-1/+14
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau5-21/+193
2011-01-18sparc: fix NaN handlingBlue Swirl1-22/+34
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno3-18/+50
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl3-55/+55
2010-12-04target-sparc: Use fprintf_function (format checking)Stefan Weil1-2/+2
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-7/+4
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-6/+6
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko1-26/+29
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko1-2/+2
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko1-0/+28
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko1-12/+16
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko1-1/+5
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko2-2/+52
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko1-0/+5
2010-05-29sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)Artyom Tarasenko1-0/+1
2010-05-29sparc64: fix user emulator buildBlue Swirl1-0/+2
2010-05-29sparc64: fix 128-bit atomic load from nucleus context v1Igor V. Kovalenko1-5/+5
2010-05-22sparc64: flush translations on mmu context changeIgor V. Kovalenko1-0/+6
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko3-8/+35
2010-05-22sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko1-2/+2
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko4-36/+57