]> git.proxmox.com Git - mirror_qemu.git/history - target-mips
Documentation update
[mirror_qemu.git] / target-mips /
2007-04-04 thsFix code formatting.
2007-04-02 thsMIPS32R2 needs RDPGPR/WRPGPR instructions even when...
2007-04-02 thsBuild fix for 64bit machines. (This is still not correc...
2007-04-01 thsActually enable 64bit configuration.
2007-04-01 thsMIPS64 configurations.
2007-03-31 thsMalta CBUS UART support.
2007-03-30 thsUpdate mips TODO.
2007-03-30 thsFix typo, suggested by Ben Taylor.
2007-03-30 thsSquash logic bugs while they are fresh...
2007-03-30 thsSanitize mips exception handling.
2007-03-24 thsOne more bit of mips CPU configuration, and support...
2007-03-23 thsFix enough FPU/R2 support to get 24Kf going.
2007-03-21 thsMove mips CPU specific initialization to translate_init.c.
2007-03-19 thsBarf on branches/jumps in branch delay slots. Spotted...
2007-03-19 thsDefine gen_intermediate_code_internal as "static inline".
2007-03-19 thsSPARC host fixes, by Ben Taylor.
2007-03-18 thsFix BD flag handling, cause register contents, implemen...
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.
2007-03-17 thsNote FPU enable/disable issue.
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-27 thsFix mips FPU emulation, 32 bit data types are allowed...
2007-02-20 thsReplace TLSZ with TARGET_FMT_lx.
2007-02-18 thsFix sign-extension of VPN field in TLB, by Herve Poussi...
2007-02-02 thsUpdate MIPS TODO.
2007-02-02 thsSparc arm/mips/sparc register patch, by Martin Bochnig.
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 thsUpdate TODO.
2007-01-22 thsFix PageMask handling, second part.
2007-01-21 thsTLB address wraparound hopefully fixed now.
2007-01-21 thsBring TLB / PageSize handling in line with real hardwar...
2007-01-19 thsNote more issues.
2007-01-17 thsKeep track of mips related issues.
2007-01-03 bellardmoved invalidate_tlb() to helper.c as a work around...
2007-01-01 thsFix bad data type.
2007-01-01 thsFix lwl/lwr for 64bit emulation, also debug output...
2007-01-01 thsSimplify code and fix formatting.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-12-23 thsUse memory barriers in FORCE_RET / RETURN.
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-16 thsFix erraneous fallthrough in MIPS trap implementation...
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-07 thsFix build of MIPS target without FPU support.
2006-12-07 thsFix reset handling, CP0 isn't enabled by default (a...
2006-12-07 thsSimplify mask construction.
2006-12-06 thsUpdate copyright notice.
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsDynamically translate MIPS mtc0 instructions.
2006-12-06 thsDynamically translate MIPS mfc0 instructions.
2006-12-06 thsHalt/reboot support for Linux, by Daniel Jacobowitz...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-11-12 pbrookMIPS FPU fixes (Daniel Jacobowitz).
2006-11-12 pbrookAvoid redundant TLB flushes (Daniel Jacobowitz).
2006-10-29 bellardcompilation fix
2006-10-23 bellardadd support for cvt.s.d and cvt.d.s (Aurelien Jarno)
2006-06-26 bellardconsistent update of ERL and EXL
2006-06-26 bellardlwu support - generate exception if unaligned pc (Mariu...
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)
next