aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)Author
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-10Sparc64: remove useless variableBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-01Sparc: fix non-faulting unassigned memory accessesBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-14SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito
2011-07-14SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito
2011-07-14SPARC64: Implement ldfa/lddfa/ldqfa instructions properlyTsuneo Saito
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau
2011-01-18sparc: fix NaN handlingBlue Swirl
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko
2010-05-29sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)Artyom Tarasenko
2010-05-29sparc64: fix user emulator buildBlue Swirl
2010-05-29sparc64: fix 128-bit atomic load from nucleus context v1Igor V. Kovalenko
2010-05-22sparc64: flush translations on mmu context changeIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson
2010-05-19target-sparc: Simplify ICC generation.Richard Henderson
2010-05-19target-sparc: Fix compilation with --enable-debug.Richard Henderson
2010-05-16sparc: move DT and QT defines to op_helper.cBlue Swirl
2010-05-16sparc64: fix mmu demap operand typoIgor V. Kovalenko
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko
2010-04-23target-sparc: Fix address masking in ldqf and stqf.Richard Henderson
2010-03-12Target specific usermode cleanupPaul Brook
2010-01-23sparc32 fix np dereference in do_unassigned_accessArtyom Tarasenko
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko
2010-01-08sparc64: check for pending irq when pil, pstate or softint is changedIgor V. Kovalenko
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko
2010-01-08sparc64: trace pstate and global register set changesIgor V. Kovalenko