| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert mulscc to TCG, add cc_src2 | blueswir1 | 2008-03-16 | 1 | -1/+1 |
* | Convert condition code changing versions of add, sub, logic, and div to TCG | blueswir1 | 2008-03-13 | 1 | -0/+5 |
* | Convert exception ops to TCG | blueswir1 | 2008-03-06 | 1 | -1/+0 |
* | Convert Sparc64 trap state ops to TCG | blueswir1 | 2008-03-05 | 1 | -4/+8 |
* | Convert tick operations to TCG | blueswir1 | 2008-03-02 | 1 | -3/+0 |
* | Fix remote debugger memory access problems reported by Matthias Stein | blueswir1 | 2008-02-14 | 1 | -5/+8 |
* | Sparc32 MMU register fixes (Robert Reif) | blueswir1 | 2008-02-11 | 1 | -0/+4 |
* | Use slavio base as boot prom address, rearrange sun4m init code | blueswir1 | 2007-11-28 | 1 | -0/+1 |
* | 128-bit float support for user mode | blueswir1 | 2007-11-25 | 1 | -0/+3 |
* | More MMU registers (Robert Reif) | blueswir1 | 2007-11-25 | 1 | -1/+1 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 1 | -6/+2 |
* | CPU specific boot mode (Robert Reif) | blueswir1 | 2007-11-07 | 1 | -1/+1 |
* | Sparc64 hypervisor mode | blueswir1 | 2007-10-14 | 1 | -4/+35 |
* | SuperSparc MXCC support (Robert Reif) | blueswir1 | 2007-10-14 | 1 | -1/+4 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -0/+11 |
* | Unify '-cpu ?' option. | j_mayer | 2007-10-12 | 1 | -0/+1 |
* | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 2007-09-27 | 1 | -12/+0 |
* | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 2007-09-27 | 1 | -0/+12 |
* | CPU boot mode | blueswir1 | 2007-09-24 | 1 | -0/+1 |
* | Detabify | blueswir1 | 2007-09-20 | 1 | -26/+26 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -1/+1 |
* | Fix Sparc32 interrupt handling | blueswir1 | 2007-08-04 | 1 | -1/+3 |
* | Fix retry and done ops, trap handling | blueswir1 | 2007-07-08 | 1 | -4/+2 |
* | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 2007-07-07 | 1 | -2/+8 |
* | Fix wrong number of clean/saveable windows, match Linux startup register values | blueswir1 | 2007-07-07 | 1 | -0/+1 |
* | Fix Sparc64 page size | blueswir1 | 2007-07-07 | 1 | -1/+1 |
* | Move target-specific defines to the target directories. | ths | 2007-06-03 | 1 | -0/+6 |
* | Enable 36-bit physical address space also on 32-bit hosts | blueswir1 | 2007-06-01 | 1 | -0/+2 |
* | Separate fault for code access to unassigned memory | blueswir1 | 2007-05-27 | 1 | -0/+2 |
* | Implement Sparc64 CPU timers using ptimers | blueswir1 | 2007-05-25 | 1 | -0/+5 |
* | Use full 36-bit physical address space on SS10 | blueswir1 | 2007-05-19 | 1 | -1/+1 |
* | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 2007-05-17 | 1 | -0/+2 |
* | Report unassigned memory access to CPU (not enabled yet) | blueswir1 | 2007-05-06 | 1 | -1/+4 |
* | Sparc64 update: more VIS ops | blueswir1 | 2007-04-22 | 1 | -0/+3 |
* | Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) | blueswir1 | 2007-04-13 | 1 | -0/+2 |
* | Fix stdfq op (Aurelien Jarno) | blueswir1 | 2007-04-05 | 1 | -1/+2 |
* | Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st... | blueswir1 | 2007-04-01 | 1 | -1/+1 |
* | Fix Sparc co-processor ops (Aurelien Jarno) | blueswir1 | 2007-04-01 | 1 | -0/+1 |
* | Sparc32/64 CPU selection | blueswir1 | 2007-03-25 | 1 | -6/+8 |
* | Upgrade Sparc FPU version (based on patch by Aurelien Jarno) | blueswir1 | 2007-03-24 | 1 | -2/+2 |
* | Sparc tagged operations (Aurelien Jarno) | blueswir1 | 2007-03-23 | 1 | -0/+2 |
* | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 2007-01-31 | 1 | -2/+1 |
* | Check ELF binaries for machine type and endianness. | ths | 2006-12-23 | 1 | -0/+6 |
* | sparc64 fixes (Blue Swirl) | bellard | 2006-07-18 | 1 | -0/+1 |
* | SPARC FPU optimization (Blue Swirl) | bellard | 2006-06-26 | 1 | -0/+2 |
* | fixed sparc64 cpu fp save/restore | bellard | 2006-06-21 | 1 | -1/+0 |
* | soft floats for SPARC (Blue Swirl) | bellard | 2006-06-21 | 1 | -6/+4 |
* | Initial SPARC SMP support (Blue Swirl) | bellard | 2005-12-05 | 1 | -0/+1 |
* | added CPU_COMMON and CPUState.tb_jmp_cache[] | bellard | 2005-11-20 | 1 | -18/+2 |
* | sparc64 fixes (Blue Swirl) | bellard | 2005-07-23 | 1 | -5/+16 |