Age | Commit message (Expand) | Author | Files | Lines |
2007-05-23 | Add more cpu.h dependencies. | ths | 1 | -2/+2 |
2007-05-23 | The 24k wants more watch and srsmap registers. | ths | 4 | -261/+45 |
2007-05-23 | The previous patch to make breakpoints work was a performance | ths | 2 | -32/+7 |
2007-05-23 | Add ptimer.c function declarations and makefile rule. | pbrook | 2 | -1/+14 |
2007-05-23 | Add periodic timer implementation. | pbrook | 3 | -116/+213 |
2007-05-23 | I2C/SMBus framework. | pbrook | 9 | -70/+566 |
2007-05-21 | Fix interrupt controller address masking | blueswir1 | 1 | -2/+3 |
2007-05-21 | Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja... | balrog | 1 | -1/+1 |
2007-05-20 | M68k addx/subx fix. | pbrook | 1 | -2/+2 |
2007-05-20 | Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions. | ths | 2 | -10/+31 |
2007-05-20 | Delete now unused define. | ths | 1 | -1/+0 |
2007-05-20 | Delete linux_boot.bin from the install target. | ths | 1 | -2/+1 |
2007-05-20 | Delete one more leftover file. | ths | 1 | -0/+0 |
2007-05-20 | Fix indexed FP load/store instructions. | ths | 3 | -41/+31 |
2007-05-20 | Remove leftover file, should have happened in the Linux loader rewrite commit. | ths | 1 | -29/+0 |
2007-05-19 | Linux loader rewrite, by H. Peter Anvin. | ths | 2 | -89/+222 |
2007-05-19 | More MIPS 64-bit FPU support. | ths | 4 | -103/+369 |
2007-05-19 | Fix slti/sltiu for MIPS64, by Aurelien Jarno. | ths | 2 | -8/+8 |
2007-05-19 | Fix ldl/ldr implementation, by Aurelien Jarno. | ths | 1 | -0/+2 |
2007-05-19 | Update Sparc32 OpenBIOS image to SVN revision 149. Changes: | blueswir1 | 2 | -1/+1 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 | 18 | -129/+204 |
2007-05-18 | Fix sysrq support from the monitor mux (originally by Jason Wessel). | balrog | 1 | -2/+1 |
2007-05-18 | - Move FPU exception handling into helper functions, since they are big. | ths | 5 | -638/+795 |
2007-05-18 | Work around the lack of proper handling for self-modifying code. | ths | 2 | -2/+30 |
2007-05-17 | Make TCX registers match what NetBSD expects | blueswir1 | 1 | -2/+3 |
2007-05-17 | Fix Qemu division by zero triggered by NetBSD | blueswir1 | 1 | -6/+4 |
2007-05-17 | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 5 | -23/+126 |
2007-05-17 | Set limits for memory size to avoid overlap with devices | blueswir1 | 1 | -3/+8 |
2007-05-17 | Force the primary CPU to run and other CPUs to halt, recalculate timers | blueswir1 | 2 | -3/+16 |
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 |