Age | Commit message (Expand) | Author | Files | Lines |
2007-12-11 | Partial fix to Sparc32 Linux host global register mangling problem | blueswir1 | 1 | -0/+2 |
2007-12-10 | Add ASIs (Robert Reif) | blueswir1 | 1 | -1/+8 |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 1 | -0/+1 |
2007-11-29 | Increase prom size for boot mode | blueswir1 | 1 | -1/+1 |
2007-11-28 | Use slavio base as boot prom address, rearrange sun4m init code | blueswir1 | 2 | -1/+2 |
2007-11-28 | Fix compilation and warnings on PPC host | blueswir1 | 2 | -1/+21 |
2007-11-25 | Fix floating point register decoding | blueswir1 | 1 | -141/+139 |
2007-11-25 | 128-bit float support for user mode | blueswir1 | 7 | -15/+599 |
2007-11-25 | More MMU registers (Robert Reif) | blueswir1 | 2 | -7/+18 |
2007-11-19 | Fix MXCC register 64 bit read word order (Robert Reif) | blueswir1 | 1 | -4/+4 |
2007-11-17 | Break up vl.h. | pbrook | 2 | -24/+31 |
2007-11-17 | Remove unnecessary register masking (Robert Reif) | blueswir1 | 1 | -5/+5 |
2007-11-17 | Fix MXCC error register (Robert Reif) | blueswir1 | 1 | -4/+2 |
2007-11-17 | Add MXCC module reset register (Robert Reif) | blueswir1 | 1 | -0/+8 |
2007-11-11 | removed warning | bellard | 1 | -1/+1 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 2 | -30/+32 |
2007-11-10 | More Sparc64 CPU definitions | blueswir1 | 1 | -1/+99 |
2007-11-09 | More CPU definitions | blueswir1 | 1 | -4/+102 |
2007-11-07 | CPU specific boot mode (Robert Reif) | blueswir1 | 4 | -6/+13 |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 1 | -1/+5 |
2007-10-28 | Use shared ctpop64 helper | blueswir1 | 1 | -6/+2 |
2007-10-20 | Avoid gcc warnings | blueswir1 | 1 | -2/+2 |
2007-10-20 | Fix compiling Sparc64 on PPC host | blueswir1 | 2 | -0/+18 |
2007-10-17 | Use ldq and stq for 8 byte accesses (original patch by Robert Reif) | blueswir1 | 2 | -25/+30 |
2007-10-17 | Enable all alignment checks | blueswir1 | 1 | -48/+5 |
2007-10-14 | Fix bug in Sparc32 sta op (Robert Reif) | blueswir1 | 1 | -1/+1 |
2007-10-14 | Sparc64 hypervisor mode | blueswir1 | 4 | -48/+121 |
2007-10-14 | SuperSparc MXCC support (Robert Reif) | blueswir1 | 3 | -18/+157 |
2007-10-14 | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 | 1 | -17/+23 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 5 | -15/+29 |
2007-10-12 | Unify '-cpu ?' option. | j_mayer | 1 | -0/+1 |
2007-10-10 | Fix taddcctv and tsubcctv (David Matthews) | blueswir1 | 2 | -1/+3 |
2007-10-03 | Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 | blueswir1 | 1 | -3/+3 |
2007-10-01 | Fix block load ASIs | blueswir1 | 1 | -9/+25 |
2007-09-30 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 | 4 | -6/+133 |
2007-09-30 | Fix Sparc64 wrasr instructions | blueswir1 | 1 | -0/+6 |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 1 | -12/+0 |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 1 | -0/+12 |
2007-09-24 | CPU boot mode | blueswir1 | 4 | -4/+13 |
2007-09-23 | Add missing break statements | blueswir1 | 1 | -0/+20 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 5 | -204/+727 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 | 1 | -1/+4 |
2007-09-20 | Detabify | blueswir1 | 6 | -2212/+2212 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2 | -10/+10 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 7 | -36/+36 |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths | 1 | -1/+0 |
2007-08-04 | Fix Sparc32 interrupt handling | blueswir1 | 1 | -1/+3 |
2007-07-11 | More alignment checks | blueswir1 | 2 | -4/+102 |
2007-07-08 | Fix retry and done ops, trap handling | blueswir1 | 2 | -11/+20 |
2007-07-08 | Save state in Sparc64 return op | blueswir1 | 1 | -0/+1 |