summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-03Move target-specific defines to the target directories.ths1-0/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-06-01Sparc64 linux-user build fixblueswir11-0/+8
2007-05-27Separate fault for code access to unassigned memoryblueswir12-2/+10
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir14-7/+58
2007-05-19Use full 36-bit physical address space on SS10blueswir13-25/+82
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir13-17/+118
2007-05-07Enable unaligned access faultsblueswir11-4/+5
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir11-0/+1
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir11-1/+4
2007-05-02Handle division by zero case in Sparc64 udivx and sdivx opsblueswir11-0/+6