Age | Commit message (Expand) | Author |
2008-09-10 | Convert rest of ops using float32 to TCG, remove FT0 and FT1 | blueswir1 |
2008-09-09 | Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG | blueswir1 |
2008-09-06 | Silence gcc warning about constant overflow | blueswir1 |
2008-08-29 | Fix FCC handling for Sparc64 target, initial patch by Vince Weaver | blueswir1 |
2008-08-29 | Fix Sparc64 boot on i386 host: | blueswir1 |
2008-08-21 | Use initial CPU definition structure for some CPU fields instead of copying | blueswir1 |
2008-07-25 | Make MAXTL dynamic, bounds check tl when indexing | blueswir1 |
2008-07-24 | Sparc32: save/load all MMU registers, Sparc64: add CPU save/load | blueswir1 |
2008-07-21 | Use MMU globals for some MMU traps | blueswir1 |
2008-07-20 | Make UA200x features selectable, add MMU types | blueswir1 |
2008-07-16 | Fix MMU miss traps | blueswir1 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook |
2008-06-30 | Move CPU save/load registration to common code. | pbrook |
2008-06-29 | Add instruction counter. | pbrook |
2008-06-23 | Fix compiler warning (Jan Kiszka) | blueswir1 |
2008-06-07 | Allow NWINDOWS selection (CPU feature with model specific defaults) | blueswir1 |
2008-05-30 | Fix typo. | pbrook |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook |
2008-05-29 | MicroSparc I didn't have fsmuld op | blueswir1 |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard |
2008-05-28 | moved halted field to CPU_COMMON | bellard |
2008-05-12 | Wrap long lines | blueswir1 |
2008-05-10 | Remove duplicated field | blueswir1 |
2008-05-10 | suppressed fixed registers | bellard |
2008-05-10 | Fix compiler warnings | blueswir1 |
2008-05-09 | CPU feature selection support | blueswir1 |
2008-05-04 | Complete the TCG conversion | blueswir1 |
2008-04-23 | Document the shift values | blueswir1 |
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 |