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