summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2007-11-25 128-bit float support for user modeblueswir17-15/+599
2007-11-25 More MMU registers (Robert Reif)blueswir12-7/+18
2007-11-19 Fix MXCC register 64 bit read word order (Robert Reif)blueswir11-4/+4
2007-11-17Break up vl.h.pbrook2-24/+31
2007-11-17 Remove unnecessary register masking (Robert Reif)blueswir11-5/+5
2007-11-17 Fix MXCC error register (Robert Reif)blueswir11-4/+2
2007-11-17 Add MXCC module reset register (Robert Reif)blueswir11-0/+8
2007-11-11removed warningbellard1-1/+1
2007-11-10added cpu_model parameter to cpu_init()bellard2-30/+32
2007-11-10 More Sparc64 CPU definitionsblueswir11-1/+99
2007-11-09 More CPU definitionsblueswir11-4/+102
2007-11-07 CPU specific boot mode (Robert Reif)blueswir14-6/+13
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-28 Use shared ctpop64 helperblueswir11-6/+2
2007-10-20 Avoid gcc warningsblueswir11-2/+2
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir12-0/+18
2007-10-17 Use ldq and stq for 8 byte accesses (original patch by Robert Reif)blueswir12-25/+30
2007-10-17 Enable all alignment checksblueswir11-48/+5
2007-10-14 Fix bug in Sparc32 sta op (Robert Reif)blueswir11-1/+1
2007-10-14 Sparc64 hypervisor modeblueswir14-48/+121
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir13-18/+157
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-17/+23
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer5-15/+29
2007-10-12Unify '-cpu ?' option.j_mayer1-0/+1
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir12-1/+3
2007-10-03 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir11-3/+3
2007-10-01 Fix block load ASIsblueswir11-9/+25
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir14-6/+133
2007-09-30 Fix Sparc64 wrasr instructionsblueswir11-0/+6
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-12/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+12
2007-09-24 CPU boot modeblueswir14-4/+13
2007-09-23 Add missing break statementsblueswir11-0/+20
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir15-204/+727
2007-09-20 Fix tadd op generation with GCC 4.xblueswir11-1/+4
2007-09-20 Detabifyblueswir16-2212/+2212
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2-10/+10
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths7-36/+36
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-1/+3
2007-07-11 More alignment checksblueswir12-4/+102
2007-07-08 Fix retry and done ops, trap handlingblueswir12-11/+20
2007-07-08 Save state in Sparc64 return opblueswir11-0/+1
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir13-7/+13
2007-07-07 Use unsigned 32-bit load for ld/lduwblueswir12-1/+14
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir12-2/+5
2007-07-07 Fix Sparc64 page sizeblueswir11-1/+1
2007-07-04 Fix Sparc64 movrblueswir11-2/+2
2007-06-25 Drop unused parametersblueswir11-12/+15
2007-06-10 Fix Sparc64 prefetcha opblueswir11-3/+3