]> git.proxmox.com Git - qemu.git/history - target-mips
Update Sparc parts in documentation
[qemu.git] / target-mips /
2007-10-17 thsUpdate TODO.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-13 thsUpdate TODO.
2007-10-13 thsFix off-by-one in address check.
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-09 thsUse always_inline in the MIPS support where applicable.
2007-10-09 thsDelete file which should have been removed in the lst...
2007-10-09 thsFix [ls][wd][lr] instructions, by Aurelien Jarno.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-30 thsUpdate TODO.
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-29 thsLess magic constants.
2007-09-28 thsFix MIPS FP underflow handling, spotted by Daniel Jacob...
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-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-26 thsWrap a few often used tests with unlikely(), by Aurelie...
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-23 thsFix mips usermode emulation.
2007-09-20 j_mayerExtend TB flags to 64 bits (Alexander Graf).
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-07-29 thsFix MIPS cache configuration, by Aurelien Jarno.
2007-07-11 thsUpdate TODO list.
2007-06-28 thsSimplify round/ceil/floor implementation, spotted by...
2007-06-27 thsFix computation for ceil, floor and round instructions.
2007-06-26 thsImplement recip1/recip2/rsqrt1/rsqrt2.
2007-06-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-22 thsAllow emulation of 32bit targets in the MIPS64 capable...
2007-06-22 thsFix write to K0 bits in Config0, by Aurelien Jarno.
2007-06-12 thsChange 20Kc PRID to a later version.
2007-06-09 thsR5k has PX implemented.
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-02 thsCheck for R2 instructions, and throw RI if we don't...
2007-06-01 thsUpdate some comments, 64bit FPU support is functional...
2007-06-01 thsMake sure hflags are updated for CP0_Status changes.
2007-06-01 thsUpdate TODO.
2007-06-01 thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-06-01 thsAllow again FPU for usermode emulation.
2007-05-31 thsSimplify code.
2007-05-31 thsDon't kill the registered irqs on reset.
2007-05-31 thsAdd proper float*_is_nan prototypes.
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-28 thsFix ddivu for 32bit hosts, by Aurelien Jarno.
2007-05-28 thsDo not sign extend lwu, by Aurelien Jarno.
2007-05-28 thsMIPS64 addressing fixes, by Aurelien Jarno.
2007-05-23 thsThe 24k wants more watch and srsmap registers.
2007-05-23 thsThe previous patch to make breakpoints work was a perfo...
2007-05-20 thsCatch more MIPS FPU cornercases, fix addr.ps and mulr...
2007-05-20 thsFix indexed FP load/store instructions.
2007-05-19 thsMore MIPS 64-bit FPU support.
2007-05-19 thsFix slti/sltiu for MIPS64, by Aurelien Jarno.
2007-05-19 thsFix ldl/ldr implementation, by Aurelien Jarno.
2007-05-18 ths- Move FPU exception handling into helper functions...
2007-05-18 thsWork around the lack of proper handling for self-modify...
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-05-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsDelete misleading comment.
2007-05-13 thsDon't decode CP0 XContext on 32bit MIPS.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS linux-user update.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-11 thsImplemented cabs FP instructions, and improve exception...
2007-05-11 thsAnother bit of nicer debug output.
2007-05-11 thsImplement FP madd/msub, wire up bc1any[24][ft].
2007-05-11 thsImproved debug output for the MIPS opcode decoder.
2007-05-11 thsFix missing status ro mask initialization, thanks Stefa...
2007-05-10 thsFix for the scd instruction, by Aurelien Jarno.
2007-05-09 thsPreliminary MIPS 64-bit MMU implementation, by Aurelien...
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-08 thsWork around gcc's mips define, spotted by Stefan Weil.
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-05-07 thsUpdate TODO.
2007-05-07 thsClear BD slot on next exception if appropriate.
2007-05-05 thsFix a really stupid bug in the [ls]d[lr] emulation...
2007-04-29 thsKill broken host register definitions, thanks to Paul...
2007-04-29 thsRevert last checkin.
2007-04-29 thsHopefully the final fix for LUI sign extensions.
2007-04-28 thsUpdate TODO.
2007-04-25 thsNext attempt to get the lui sign extension right.
2007-04-25 thsFix lui sign extension.
2007-04-19 thsUpdate comment. We can't easily adhere to the architect...
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-16 thsSimplify branch likely handling.
2007-04-15 thsDon't use T2 for INS, it conflicts with branch delay...
2007-04-15 thsFix qemu SIGFPE caused by division-by-zero due to under...
2007-04-15 thsSmall code generation optimization.
2007-04-15 thsDelete unused define.
2007-04-14 thsRestart interrupts after an exception.
next