Age | Commit message (Expand) | Author | Files | Lines |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 8 | -8/+12 |
2007-12-07 | Remove broken ds1225y init, it is useless on this machine anyway. | ths | 1 | -2/+1 |
2007-12-06 | Give emulated drives more monitor-friendly name strings. | balrog | 1 | -1/+9 |
2007-12-06 | Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Vena... | balrog | 1 | -1/+1 |
2007-12-05 | Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R... | balrog | 3 | -134/+167 |
2007-12-04 | No keyboard mode (Robert Reif) | blueswir1 | 3 | -5/+16 |
2007-12-04 | Don't claim SD card supports voltages linux claims are below defined voltage ... | balrog | 1 | -1/+1 |
2007-12-04 | Always create an SD bdrv, so that PXA and OMAP boards can boot with | balrog | 2 | -9/+14 |
2007-12-03 | The profiler need qemu-timer.h | ths | 1 | -0/+4 |
2007-12-03 | Ensure a SIGALRM results in a break out from the cpu loop. | balrog | 1 | -14/+20 |
2007-12-03 | Fix floppy initialization, by Laurent Vivier. | ths | 1 | -2/+3 |
2007-12-02 | Include qemu-timer.h iff DEBUG is defined. | ths | 1 | -0/+7 |
2007-12-02 | Add missing include, by Sylvain Petreolle. | ths | 1 | -0/+1 |
2007-12-02 | Larger physical address space for 32-bit MIPS. | ths | 1 | -0/+3 |
2007-12-02 | SH4: Signal handling for the user space emulator, by Magnus Damm. | ths | 4 | -13/+331 |
2007-12-02 | Fix for execve syscall, by Kirill A. Shutemov. | ths | 1 | -4/+4 |
2007-12-02 | SH4: system emulator interrupt update, by Magnus Damm. | ths | 7 | -47/+169 |
2007-12-02 | SH4 delay slot code update, by Magnus Damm. | ths | 5 | -94/+104 |
2007-12-02 | Collecting block device statistics, by Richard W.M. Jones. | ths | 4 | -4/+60 |
2007-12-02 | Add -drive parameter, by Laurent Vivier. | ths | 27 | -315/+873 |
2007-12-02 | Mainstone re-org, by Armin Kuster. | ths | 4 | -241/+290 |
2007-12-01 | Name the magic constants, wrap long lines | blueswir1 | 1 | -38/+62 |
2007-12-01 | Fix SS-600MP led device typos | blueswir1 | 1 | -2/+2 |
2007-12-01 | Improve power management device addressing | blueswir1 | 1 | -6/+11 |
2007-12-01 | Name the magic constants, use correct value for AUX2_PWRFAIL | blueswir1 | 1 | -32/+51 |
2007-12-01 | Allow IOMMU tables above 2G | blueswir1 | 1 | -1/+1 |
2007-12-01 | Prevent overwriting fixed bits in AFSR | blueswir1 | 1 | -0/+4 |
2007-12-01 | Name the magic constants, wrap long lines | blueswir1 | 2 | -85/+135 |
2007-12-01 | Fix Sparc host compile problem reported by Shaddy Baddah | blueswir1 | 3 | -0/+31 |
2007-11-30 | Fix a crash with monitor input arriving before readline_start has been called | blueswir1 | 1 | -0/+2 |
2007-11-29 | Increase prom size for boot mode | blueswir1 | 1 | -1/+1 |
2007-11-28 | Use slavio base as boot prom address, rearrange sun4m init code | blueswir1 | 3 | -109/+105 |
2007-11-28 | Fix compilation and warnings on PPC host | blueswir1 | 2 | -1/+21 |
2007-11-26 | Document -M SS-600MP | blueswir1 | 1 | -1/+1 |
2007-11-26 | Add floppy support, tested to work with www.linux-mips.org GIT head. | ths | 1 | -4/+3 |
2007-11-26 | Micro-optimize back-to-back store-load sequences. | ths | 1 | -103/+135 |
2007-11-25 | Fix floating point register decoding | blueswir1 | 1 | -141/+139 |
2007-11-25 | Scale TSC2102 touchscreen pressure value more realistically (still could be b... | balrog | 4 | -8/+11 |
2007-11-25 | 128-bit float support for user mode | blueswir1 | 11 | -17/+676 |
2007-11-25 | Set initial value of AFSR register properly (Robert Reif) | blueswir1 | 1 | -0/+1 |
2007-11-25 | More MMU registers (Robert Reif) | blueswir1 | 2 | -7/+18 |
2007-11-25 | Fix buffer mux handling for unconnected serial ports | blueswir1 | 1 | -1/+2 |
2007-11-25 | Intel Mainstone II (ARM) machine by Armin Kuster. | balrog | 4 | -1/+312 |
2007-11-25 | Add input buffer to mux chr (patch by Tristan Gingold). | balrog | 6 | -3/+46 |
2007-11-25 | Fix board init arg list (spotted by pbrook), | balrog | 1 | -6/+9 |
2007-11-24 | Fix SD init arguments. | pbrook | 1 | -1/+1 |
2007-11-24 | Gumstix Verdex (ARM) board support by Thorsten Zitterell. | balrog | 3 | -17/+74 |
2007-11-24 | Partial SD card SPI mode support. | pbrook | 12 | -16/+370 |
2007-11-24 | Drop an unused variable (Samuel Thibault). | balrog | 1 | -1/+0 |
2007-11-24 | Thumb semihosting fixes. | pbrook | 1 | -1/+10 |