aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2010-05-16sparc: move DT and QT defines to op_helper.cBlue Swirl2-5/+5
2010-05-16sparc64: fix TT_WOTHER valueIgor V. Kovalenko1-1/+1
2010-05-16sparc64: fix mmu demap operand typoIgor V. Kovalenko1-2/+2
2010-05-12target-sparc: Fix wrong printf argumentStefan Weil1-1/+1
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl4-129/+259
2010-05-09sparc: lazy C flag calculationBlue Swirl1-16/+8
2010-05-07sparc64: fix build with older gccsBlue Swirl1-0/+1
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko4-75/+219
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko3-28/+76
2010-04-26target-sparc: Fix -singlestep.Richard Henderson1-4/+5
2010-04-23target-sparc: Fix address masking in ldqf and stqf.Richard Henderson1-14/+11
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-17target-sparc: Free instruction temporaries.Richard Henderson1-25/+27
2010-04-17target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS.Richard Henderson1-6/+6
2010-04-17Sparc: fix PC/NPC during FPU trapsBlue Swirl1-0/+2
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl1-4/+4
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+3
2010-03-17Large page TLB flushPaul Brook1-14/+26
2010-03-12Target specific usermode cleanupPaul Brook2-1/+16
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-7/+1
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+8
2010-02-25target-sparc: fix --enable-debug build for 64 bit hostStefan Weil1-1/+1
2010-02-20target-sparc: fix --enable-debug buildJay Foad1-11/+11
2010-01-31sparc32 don't mark page dirty when failingArtyom Tarasenko1-5/+6
2010-01-27sparc64: reimplement tick timers v4Igor V. Kovalenko2-13/+29
2010-01-27sparc64: correct write extra bits to cwpIgor V. Kovalenko1-1/+1
2010-01-23sparc32 fix np dereference in do_unassigned_accessArtyom Tarasenko1-1/+2
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-17Sparc: improve CPU register dumpBlue Swirl1-30/+55
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko1-12/+30
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl1-5/+0
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko1-0/+10
2010-01-08sparc64: move cpu_interrupts_enabled to cpu.hIgor V. Kovalenko2-13/+13
2010-01-08sparc64: add macros to deal with softint and timer interruptIgor V. Kovalenko1-0/+4
2010-01-08sparc64: check for pending irq when pil, pstate or softint is changedIgor V. Kovalenko1-3/+38
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko3-4/+16
2010-01-08sparc64: add PIL to cpu state dumpIgor V. Kovalenko1-0/+1
2010-01-08sparc64: trace pstate and global register set changesIgor V. Kovalenko1-0/+20
2010-01-08sparc64: change_pstate should have 32bit argumentIgor V. Kovalenko1-3/+3
2010-01-07Sparc32: clear exception_index with -1 valueBlue Swirl1-1/+1
2010-01-06sparc64: clear exception_index with -1 valueIgor V. Kovalenko1-1/+1
2010-01-03pass env to raise_exception if called outside of op_helper codeIgor V. Kovalenko1-2/+5
2010-01-03sparc64: switch to MMU global registers in more MMU related trapsIgor V. Kovalenko1-3/+3
2009-12-05Sparc64: handle MMU global bit and nucleus contextBlue Swirl2-11/+21
2009-12-04Sparc64: fix compilation with DEBUG_MMUBlue Swirl1-15/+15
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-0/+2
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko1-61/+30
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori3-37/+37