summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2011-10-26Sparc: split load and store op helpersBlue Swirl
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: fix coding style in helper.cBlue Swirl
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl
2011-10-25target-sparc: Fix use of g_new0 / g_freeStefan Weil
2011-10-25target-sparc: Fix order of function parametersStefan Weil
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl
2011-10-23Sparc: split lazy condition code handling op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl
2011-10-23Sparc: split FPU and VIS op helpersBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl
2011-10-23Sparc: split helper.cBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-09-10Sparc64: remove useless variableBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-06Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko
2011-08-01Sparc: fix non-faulting unassigned memory accessesBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito
2011-07-30SPARC64: fix fnor* and fnand*Tsuneo Saito
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl
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: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito