summaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)Author
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29MicroSparc I didn't have fsmuld opblueswir1
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-12Wrap long linesblueswir1
2008-05-10Remove duplicated fieldblueswir1
2008-05-10suppressed fixed registersbellard
2008-05-10Fix compiler warningsblueswir1
2008-05-09CPU feature selection supportblueswir1
2008-05-04Complete the TCG conversionblueswir1
2008-04-23Document the shift valuesblueswir1
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir1
2008-03-16 Convert mulscc to TCG, add cc_src2blueswir1
2008-03-13 Convert condition code changing versions of add, sub, logic, and div to TCGblueswir1
2008-03-06 Convert exception ops to TCGblueswir1
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir1
2008-03-02 Convert tick operations to TCGblueswir1
2008-02-14 Fix remote debugger memory access problems reported by Matthias Steinblueswir1
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir1
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-11-25 More MMU registers (Robert Reif)blueswir1
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-10-14 Sparc64 hypervisor modeblueswir1
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-12Unify '-cpu ?' option.j_mayer
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-24 CPU boot modeblueswir1
2007-09-20 Detabifyblueswir1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-04 Fix Sparc32 interrupt handlingblueswir1
2007-07-08 Fix retry and done ops, trap handlingblueswir1
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir1
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir1
2007-07-07 Fix Sparc64 page sizeblueswir1
2007-06-03Move target-specific defines to the target directories.ths
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir1
2007-05-27Separate fault for code access to unassigned memoryblueswir1
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir1
2007-05-19Use full 36-bit physical address space on SS10blueswir1
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir1
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir1
2007-04-22Sparc64 update: more VIS opsblueswir1
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir1
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir1
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir1