Age | Commit message (Expand) | Author | Files | Lines |
2007-12-12 | Mark host pages as reserved (Magnus Damm). | balrog | 3 | -1/+23 |
2007-12-12 | Adds interrupt support to the sh specific timer code (Magnus Damm). | balrog | 3 | -18/+33 |
2007-12-12 | sh_serial: enable tx after reset (Magnus Damm). | balrog | 2 | -2/+2 |
2007-12-11 | Add missing break just before execve, by Takashi Yoshii. | balrog | 2 | -1/+2 |
2007-12-11 | Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori). | balrog | 1 | -0/+7 |
2007-12-11 | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). | balrog | 1 | -0/+1 |
2007-12-11 | Update documention with '-drive' usage (Laurent Vivier). | balrog | 1 | -0/+70 |
2007-12-11 | Partial fix to Sparc32 Linux host global register mangling problem | blueswir1 | 3 | -23/+55 |
2007-12-11 | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 4 | -7/+20 |
2007-12-11 | Update OpenBIOS images to SVN revision 181. Changes: | blueswir1 | 3 | -1/+1 |
2007-12-10 | Name the magic constants, wrap long lines | blueswir1 | 1 | -103/+221 |
2007-12-10 | Add SPARCstation 20 machine type (Robert Reif) | blueswir1 | 3 | -1/+57 |
2007-12-10 | Add ASIs (Robert Reif) | blueswir1 | 1 | -1/+8 |
2007-12-10 | Various linux-user structures and definitions fixes for PowerPC targets. | j_mayer | 4 | -33/+45 |
2007-12-10 | Cleanup: remove useless TARGET_GPR_BITS definition. | j_mayer | 1 | -3/+0 |
2007-12-10 | Fix PowerPC 74xx definitions. | j_mayer | 2 | -49/+228 |
2007-12-10 | SCSI cleanup, by Laurent Vivier. | ths | 5 | -67/+95 |
2007-12-10 | Fix OMAP1 MPUI/O keyboard interrupt masking. | balrog | 3 | -5/+5 |
2007-12-10 | Fix incompatible declaration in previous commit. | balrog | 1 | -2/+2 |
2007-12-10 | Desambiguate pflash_register(). | balrog | 6 | -29/+38 |
2007-12-09 | Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub... | balrog | 2 | -7/+63 |
2007-12-09 | Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. | balrog | 1 | -1/+2 |
2007-12-09 | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog | 4 | -0/+22 |
2007-12-09 | No write-protect detect diode on Mainstone II. | balrog | 1 | -1/+1 |
2007-12-09 | Use pointers to channels rather than channel numbers in the DMA. | balrog | 1 | -363/+390 |
2007-12-09 | Fix execve argc/envc counting, by Takashi Yoshii. | ths | 1 | -2/+2 |
2007-12-09 | Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas | ths | 1 | -25/+0 |
2007-12-09 | OMAP DMA 3.2 support by Lauro Ramos Venancio. | balrog | 2 | -248/+949 |
2007-12-09 | Add support for eccmemctl (Robert Reif) | blueswir1 | 4 | -1/+280 |
2007-12-09 | SH4 big endian configuration, by Tomoyoshi Asano. | ths | 2 | -2/+4 |
2007-12-09 | Fix Win98SE MyComputer regression, by Ben Taylor. | ths | 1 | -1/+1 |
2007-12-09 | Fix spelling typo, by Dan Kenigsberg. | ths | 1 | -1/+1 |
2007-12-09 | Mainstone mmc support, by Armin Kuster. | ths | 2 | -1/+18 |
2007-12-09 | copy_{to,from}_user_timeval() update, by Thayne Harbaugh. | ths | 1 | -32/+42 |
2007-12-09 | copy_from_user_fdset() update, by Thayne Harbaugh. | ths | 1 | -76/+75 |
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 |