Age | Commit message (Expand) | Author | Files | Lines |
2007-05-27 | Improved sanity checking to -net options | blueswir1 | 2 | -0/+19 |
2007-05-27 | Separate fault for code access to unassigned memory | blueswir1 | 2 | -2/+10 |
2007-05-27 | Use qemu_irqs between CPUs and interrupt controller | blueswir1 | 3 | -83/+99 |
2007-05-27 | Use qemu_irq between interrupt controller and timers | blueswir1 | 4 | -41/+39 |
2007-05-27 | Use qemu_irqs between dma controllers and esp, lance | blueswir1 | 5 | -42/+37 |
2007-05-26 | Fix typo in m68k outer displacement addressing (Andreas Schwab). | pbrook | 1 | -1/+1 |
2007-05-26 | Generate m68k address faults. | pbrook | 1 | -43/+88 |
2007-05-26 | M68k extended addressing modes. | pbrook | 2 | -29/+121 |
2007-05-26 | Split DMA controller in two | blueswir1 | 10 | -82/+87 |
2007-05-26 | Implement generic sub-page I/O based on earlier work by J. Mayer. | blueswir1 | 2 | -7/+225 |
2007-05-26 | Ignore m68k-softmmu. | pbrook | 1 | -0/+1 |
2007-05-26 | Update Changelog. | pbrook | 1 | -0/+2 |
2007-05-26 | Rework m68k cpu feature flags. | pbrook | 4 | -133/+176 |
2007-05-26 | Add missing file. | pbrook | 1 | -0/+67 |
2007-05-26 | Reject invalid targets. | pbrook | 1 | -14/+17 |
2007-05-26 | Suppress pointer from integer of different size warning. | pbrook | 1 | -2/+2 |
2007-05-26 | M68k system mode semihosting. | pbrook | 13 | -283/+415 |
2007-05-25 | Implement Sparc64 CPU timers using ptimers | blueswir1 | 6 | -8/+100 |
2007-05-24 | Change ptimer API to use 64-bit values, add save and load methods | blueswir1 | 4 | -102/+110 |
2007-05-24 | Commit NAND image changes on "commit all" or "commit mtd". | balrog | 2 | -1/+6 |
2007-05-24 | Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. | balrog | 18 | -63/+1330 |
2007-05-23 | Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. | balrog | 2 | -2/+2 |
2007-05-23 | Speed up m68k by 20%. | pbrook | 1 | -8/+8 |
2007-05-23 | Add WM8750 and MAX7310 chips (I2C slaves). | balrog | 5 | -2/+805 |
2007-05-23 | Implement the PXA2xx I2C master controller. | balrog | 8 | -25/+271 |
2007-05-23 | Document ColdFire system emulation. | pbrook | 1 | -0/+16 |
2007-05-23 | m68k/ColdFire system emulation. | pbrook | 19 | -207/+1548 |
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 |