Move interrupt_request and user_mode_only to common cpu state.
[qemu] / target-mips / cpu.h
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsT1 is now dead.
2008-06-11 thsMove FP TNs to cpu env.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 thsHonour current_tc for MIPS M{T,F}{HI,LO}, by Richard...
2008-05-06 thsUse TCG for MIPS GPR moves.
2008-05-04 thsSimplify mips branch handling. Retire T2 from use....
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2007-12-30 thsMIPS COP1X (and related) instructions, by Richard Sandi...
2007-12-26 thsDe-cruft exception definitions, and implement nicer...
2007-12-25 thsImproved PABITS handling, and config register fixes.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-09 thsMove kernel loader parameters from the cpu state to...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-20 thsHandle IBE on MIPS properly.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-03 thsMove target-specific defines to the target directories.
2007-05-31 thsDon't kill the registered irqs on reset.
2007-05-30 thsFix CPU (re-)selection on reset.
2007-05-29 thsFix usermode check, thanks Aurelien Jarno.
2007-05-29 thsDon't check the FPU state for each FPU instruction...
2007-05-28 thsHandle PX/UX status flags correctly, by Aurelien Jarno.
2007-05-23 thsThe 24k wants more watch and srsmap registers.
2007-05-18 ths- Move FPU exception handling into helper functions...
2007-05-13 thsMIPS linux-user update.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-07 pbrookUnify IRQ handling.
2007-04-05 ths64bit MIPS FPUs have 32 registers.
2007-03-30 thsFix typo, suggested by Ben Taylor.
2007-03-30 thsSanitize mips exception handling.
2007-03-23 thsFix enough FPU/R2 support to get 24Kf going.
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-20 thsReplace TLSZ with TARGET_FMT_lx.
2007-01-24 thsEBase is limited to KSEG0/KSEG1 even on 64bit CPUs.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2007-01-23 thsImplementing dmfc/dmtc.
2007-01-22 thsFix PageMask handling, second part.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsHalt/reboot support for Linux, by Daniel Jacobowitz...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-06-14 bellardSolaris/SPARC host port (Ben Taylor)
2006-06-14 bellarduse constants for TLB handling (Thiemo Seufer)
2006-06-14 bellardmips config fixes (initial patch by Stefan Weil)
2006-06-14 bellardMIPS FPU support (Marius Goeger)
2006-03-11 pbrookRename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).
2006-03-11 pbrooke bitfields in mips TLB structures (Thiemo Seufer).
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-07-04 bellardcorrect split between helper.c and op_helper.c - cosmetics
2005-07-02 bellardMIPS target (Jocelyn Mayer)