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