aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2008-01-01 More ASIsblueswir1
2007-12-30 Nicer debug output for exceptionsblueswir1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir1
2007-12-28 Improved ASI debugging (Robert Reif)blueswir1
2007-12-25 Enforce context table alignmentblueswir1
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir1
2007-12-10 Add ASIs (Robert Reif)blueswir1
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-29 Increase prom size for boot modeblueswir1
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir1
2007-11-28 Fix compilation and warnings on PPC hostblueswir1
2007-11-25 Fix floating point register decodingblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-11-25 More MMU registers (Robert Reif)blueswir1
2007-11-19 Fix MXCC register 64 bit read word order (Robert Reif)blueswir1
2007-11-17Break up vl.h.pbrook
2007-11-17 Remove unnecessary register masking (Robert Reif)blueswir1
2007-11-17 Fix MXCC error register (Robert Reif)blueswir1
2007-11-17 Add MXCC module reset register (Robert Reif)blueswir1
2007-11-11removed warningbellard
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-10 More Sparc64 CPU definitionsblueswir1
2007-11-09 More CPU definitionsblueswir1
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-28 Use shared ctpop64 helperblueswir1
2007-10-20 Avoid gcc warningsblueswir1
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir1
2007-10-17 Use ldq and stq for 8 byte accesses (original patch by Robert Reif)blueswir1
2007-10-17 Enable all alignment checksblueswir1
2007-10-14 Fix bug in Sparc32 sta op (Robert Reif)blueswir1
2007-10-14 Sparc64 hypervisor modeblueswir1
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir1
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-12Unify '-cpu ?' option.j_mayer
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir1
2007-10-03 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir1
2007-10-01 Fix block load ASIsblueswir1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir1
2007-09-30 Fix Sparc64 wrasr instructionsblueswir1
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-23 Add missing break statementsblueswir1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir1
2007-09-20 Fix tadd op generation with GCC 4.xblueswir1
2007-09-20 Detabifyblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths