]> git.proxmox.com Git - qemu.git/history - target-mips
send correctly long key sequences on slow terminals - fixes backspace handling
[qemu.git] / target-mips /
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-05-22 bellardfix wrong bitmasks for CP0_Context and CP0_EntryHi...
2006-05-22 bellardcosmetics (Thiemo Seufer)
2006-05-22 bellardmips cleanup (Thiemo Seufer)
2006-04-23 bellardremoved unnecessary header
2006-04-23 bellardMIPS single stepping fix (Dirk Behme)
2006-04-23 bellardMIPS CP0 not usable in kernel mode (Stefan Weil)
2006-04-23 bellardFix overflow conditions for MIPS add / subtract (Stefan...
2006-03-11 pbrookAvoid flushing of global TLB entries for differing...
2006-03-11 pbrookClear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).
2006-03-11 pbrookRename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).
2006-03-11 pbrooke bitfields in mips TLB structures (Thiemo Seufer).
2006-03-11 pbrookAdd missing function prototype.
2005-12-17 bellarddisable debug mode
2005-12-06 bellardfix for mipsel (will need change for softmmu case)
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-11-26 bellardmips user emulation
2005-11-26 bellardfixed BLTZAL and BLTZALL insns - fixed regressions...
2005-11-21 bellardcpu_exec_init() change
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-07-07 bellardcompilation fix
2005-07-04 bellardcorrect split between helper.c and op_helper.c - cosmetics
2005-07-02 bellardmoved CALL_FROM_TBx definitions
2005-07-02 bellardTLB reload exception vector (Ralf Baechle)
2005-07-02 bellardfixed c0_context in tlb exception (Ralf Baechle)
2005-07-02 bellarduse MIPS_TLB_NB constant (Ralf Baechle)
2005-07-02 bellarduse mask in C0_status (Ralf Baechle)
2005-07-02 bellardreport C0 status correctly (Ralf Baechle)
2005-07-02 bellardfixed priviledgees for CP0 use (Ralf Baechle)
2005-07-02 bellardfixed eret insn (Ralf Baechle)
2005-07-02 bellardfixed C0 status codes (Ralf Baechle)
2005-07-02 bellardunaligned load fix (Ralf Baechle)
2005-07-02 bellardsoft irq are just irqs (Ralf Baechle)
2005-07-02 bellardremove nonsense exception code (Ralf Baechle)
2005-07-02 bellardfixed jump mask (Ralf Baechle)
2005-07-02 bellardMIPS_USES_R4K_TLB typo
2005-07-02 bellardMIPS target (Jocelyn Mayer)