]> git.proxmox.com Git - mirror_qemu.git/history - target-mips/helper.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[mirror_qemu.git] / target-mips / helper.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-06-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
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-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-09 thsPreliminary MIPS 64-bit MMU implementation, by Aurelien...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-05-07 thsClear BD slot on next exception if appropriate.
2007-04-13 thsAnother fix for CP0 Cause register handling.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-06 thsFix handling of ADES exceptions.
2007-04-05 thsfix branch delay slot cornercases.
2007-04-05 thsHandle EBase properly.
2007-03-30 thsSquash logic bugs while they are fresh...
2007-03-30 thsSanitize mips exception handling.
2007-03-18 thsFix BD flag handling, cause register contents, implemen...
2007-02-20 thsReplace TLSZ with TARGET_FMT_lx.
2007-02-18 thsFix sign-extension of VPN field in TLB, by Herve Poussi...
2007-01-22 thsFix PageMask handling, second part.
2007-01-21 thsBring TLB / PageSize handling in line with real hardwar...
2007-01-03 bellardmoved invalidate_tlb() to helper.c as a work around...
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-07 thsFix reset handling, CP0 isn't enabled by default (a...
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-06-26 bellardconsistent update of ERL and EXL
2006-06-14 bellarduse constants for TLB handling (Thiemo Seufer)
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-03-11 pbrookClear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).
2006-03-11 pbrooke bitfields in mips TLB structures (Thiemo Seufer).
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-07-04 bellardcorrect split between helper.c and op_helper.c - cosmetics
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 bellardremove nonsense exception code (Ralf Baechle)
2005-07-02 bellardMIPS_USES_R4K_TLB typo
2005-07-02 bellardMIPS target (Jocelyn Mayer)