aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths7-65/+84
2007-05-13Full MIPS64 MMU implementation, by Aurelien Jarno.ths3-7/+53
2007-05-13Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno.ths2-120/+72
2007-05-13Support OSS on solaris, by Ben Taylor.ths1-0/+4
2007-05-13Add fpu register support to the gdb code, by Magnus Damm.ths1-6/+19
2007-05-13Remove unnecessary pointer magic in shift operations, by Magnus Damm.ths1-5/+5
2007-05-13Fix XHACK() macro and use FREG if possible, by Magnus Damm.ths1-4/+4
2007-05-13Delete misleading comment.ths1-2/+0
2007-05-13Windows: redirect serial port to console, by Herve Poussineau.ths1-1/+9
2007-05-13Don't decode CP0 XContext on 32bit MIPS.ths1-4/+8
2007-05-13MMU code improvements, by Aurelien Jarno.ths3-18/+24
2007-05-13MIPS linux-user update.ths6-261/+321
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths8-114/+149
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog3-23/+31
2007-05-12Update debug output.ths1-2/+2
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog5-10/+9
2007-05-11Fix softfloat NaN handling.ths1-10/+38
2007-05-11Implemented cabs FP instructions, and improve exception handling forths2-40/+180
2007-05-11Another bit of nicer debug output.ths1-1/+1
2007-05-11Implement FP madd/msub, wire up bc1any[24][ft].ths2-12/+140
2007-05-11Improved debug output for the MIPS opcode decoder.ths1-85/+77
2007-05-11Fix missing status ro mask initialization, thanks Stefan Weil.ths1-0/+1
2007-05-10Fix for the scd instruction, by Aurelien Jarno.ths1-0/+1
2007-05-10Fix wrong branch condition in MIPS testandset.ths1-1/+1
2007-05-09PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits.balrog2-10/+10
2007-05-09Avoid use of which to detect gcc, as it is broken on darwin. Patch byths1-6/+1
2007-05-09Suppress warning messages from "which".ths1-1/+2
2007-05-09Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno.ths1-5/+57
2007-05-09Fix MIPS64 address computation specialcase, by Aurelien Jarno.ths2-2/+18
2007-05-08Another #elif'ication.ths1-27/+12
2007-05-08Make detection of unsupported hosts easier, inspired by a patch fromths2-80/+41
2007-05-08Spelling fixes, by Stefan Weil.ths2-5/+6
2007-05-08Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog2-22/+17
2007-05-08Another bunch of mips host support.ths3-5/+24
2007-05-08Silence sdl-config stderr output, by Jeff Chua.ths1-2/+2
2007-05-08Work around gcc's mips define, spotted by Stefan Weil.ths1-12/+12
2007-05-08Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog2-2/+4
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog4-19/+35
2007-05-08ARM946 CPU support.pbrook4-47/+221
2007-05-07Enable unaligned access faultsblueswir11-4/+5
2007-05-07Update OpenBIOS/Sparc32 to SVN 144. Changes:blueswir12-1/+1
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir11-0/+1
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths11-520/+1703
2007-05-07Update TODO.ths1-4/+3
2007-05-07Clear BD slot on next exception if appropriate.ths1-0/+4
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir12-1/+12
2007-05-06Add dummy THC and TEC registers to TCXblueswir11-3/+36
2007-05-06Fix slavio_misc baseblueswir11-2/+2
2007-05-05Fix a really stupid bug in the [ls]d[lr] emulation, by Herve Poussineau.ths1-3/+3
2007-05-05Linker scripts for MIPS hosts.ths2-0/+450