Age | Commit message (Expand) | Author |
2007-05-19 | Linux loader rewrite, by H. Peter Anvin. | ths |
2007-05-19 | More MIPS 64-bit FPU support. | ths |
2007-05-19 | Fix slti/sltiu for MIPS64, by Aurelien Jarno. | ths |
2007-05-19 | Fix ldl/ldr implementation, by Aurelien Jarno. | ths |
2007-05-19 | Update Sparc32 OpenBIOS image to SVN revision 149. Changes: | blueswir1 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 |
2007-05-18 | Fix sysrq support from the monitor mux (originally by Jason Wessel). | balrog |
2007-05-18 | - Move FPU exception handling into helper functions, since they are big. | ths |
2007-05-18 | Work around the lack of proper handling for self-modifying code. | ths |
2007-05-17 | Make TCX registers match what NetBSD expects | blueswir1 |
2007-05-17 | Fix Qemu division by zero triggered by NetBSD | blueswir1 |
2007-05-17 | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 |
2007-05-17 | Set limits for memory size to avoid overlap with devices | blueswir1 |
2007-05-17 | Force the primary CPU to run and other CPUs to halt, recalculate timers | blueswir1 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths |
2007-05-13 | Full MIPS64 MMU implementation, by Aurelien Jarno. | ths |
2007-05-13 | Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno. | ths |
2007-05-13 | Support OSS on solaris, by Ben Taylor. | ths |
2007-05-13 | Add fpu register support to the gdb code, by Magnus Damm. | ths |
2007-05-13 | Remove unnecessary pointer magic in shift operations, by Magnus Damm. | ths |
2007-05-13 | Fix XHACK() macro and use FREG if possible, by Magnus Damm. | ths |
2007-05-13 | Delete misleading comment. | ths |
2007-05-13 | Windows: redirect serial port to console, by Herve Poussineau. | ths |
2007-05-13 | Don't decode CP0 XContext on 32bit MIPS. | ths |
2007-05-13 | MMU code improvements, by Aurelien Jarno. | ths |
2007-05-13 | MIPS linux-user update. | ths |
2007-05-13 | MIPS TLB style selection at runtime, by Herve Poussineau. | ths |
2007-05-13 | Allow VMware-SVGA operation enable before command FIFO is configured. Implem... | balrog |
2007-05-12 | Update debug output. | ths |
2007-05-12 | Correct NAND erase block size. Misc fixes in Spitz code. | balrog |
2007-05-11 | Fix softfloat NaN handling. | ths |
2007-05-11 | Implemented cabs FP instructions, and improve exception handling for | ths |
2007-05-11 | Another bit of nicer debug output. | ths |
2007-05-11 | Implement FP madd/msub, wire up bc1any[24][ft]. | ths |
2007-05-11 | Improved debug output for the MIPS opcode decoder. | ths |
2007-05-11 | Fix missing status ro mask initialization, thanks Stefan Weil. | ths |
2007-05-10 | Fix for the scd instruction, by Aurelien Jarno. | ths |
2007-05-10 | Fix wrong branch condition in MIPS testandset. | ths |
2007-05-09 | PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits. | balrog |
2007-05-09 | Avoid use of which to detect gcc, as it is broken on darwin. Patch by | ths |
2007-05-09 | Suppress warning messages from "which". | ths |
2007-05-09 | Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno. | ths |
2007-05-09 | Fix MIPS64 address computation specialcase, by Aurelien Jarno. | ths |
2007-05-08 | Another #elif'ication. | ths |
2007-05-08 | Make detection of unsupported hosts easier, inspired by a patch from | ths |
2007-05-08 | Spelling fixes, by Stefan Weil. | ths |
2007-05-08 | Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA... | balrog |
2007-05-08 | Another bunch of mips host support. | ths |
2007-05-08 | Silence sdl-config stderr output, by Jeff Chua. | ths |
2007-05-08 | Work around gcc's mips define, spotted by Stefan Weil. | ths |