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