Age | Commit message (Expand) | Author | Files | Lines |
2006-12-11 | Spelling fixes, by Aurelien Jarno. | ths | 1 | -3/+3 |
2006-12-11 | Implement -no-quit option, by Xavier Gnata. | ths | 3 | -3/+19 |
2006-12-10 | Fix PCI config space overflow, by Herbert Xu. | ths | 1 | -8/+16 |
2006-12-10 | Fix sector size overflow, by Herbert Xu. | ths | 1 | -1/+1 |
2006-12-10 | Build fix for newer kernel headers, thanks Jason Wessel. | ths | 1 | -1/+0 |
2006-12-10 | Handle invalid accesses as SIGILL for mips/mipsel userland emulation. | ths | 3 | -0/+12 |
2006-12-08 | Fix fstat for MIPS userland emulation, and add support for a cacheflush | ths | 1 | -1/+7 |
2006-12-07 | Fix build of MIPS target without FPU support. | ths | 2 | -0/+26 |
2006-12-07 | Spelling fixes, thanks to Stefan Weil. | ths | 5 | -5/+5 |
2006-12-07 | MIPS RTC emulation. | ths | 2 | -1/+5 |
2006-12-07 | .cvsignore m68k-user. | ths | 1 | -0/+1 |
2006-12-07 | Move date/time init to the RTC implementation. | ths | 2 | -22/+25 |
2006-12-07 | Fix reset handling, CP0 isn't enabled by default (a fact which doesn't | ths | 2 | -38/+31 |
2006-12-07 | Simplify mask construction. | ths | 1 | -2/+2 |
2006-12-06 | Update copyright notice. | ths | 1 | -0/+1 |
2006-12-06 | Move the MIPS CPU timer in a seperate file, by Alec Voropay. | ths | 4 | -86/+103 |
2006-12-06 | Add MIPS32R2 instructions, and generally straighten out the instruction | ths | 7 | -591/+2235 |
2006-12-06 | Dynamically translate MIPS mtc0 instructions. | ths | 4 | -220/+423 |
2006-12-06 | Dynamically translate MIPS mfc0 instructions. | ths | 4 | -147/+327 |
2006-12-06 | Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid | ths | 3 | -35/+116 |
2006-12-06 | MIPS TLB performance improvements, by Daniel Jacobowitz. | ths | 6 | -8/+54 |
2006-12-06 | sparc-softmmu build fix | ths | 1 | -2/+2 |
2006-11-19 | Add casts for 64-bit hosts. | pbrook | 1 | -2/+2 |
2006-11-19 | Add missing ARM syscall numbers. | pbrook | 1 | -1/+66 |
2006-11-19 | Arm semihosted commandline support (Wolfgang Schildbach). | pbrook | 3 | -5/+40 |
2006-11-19 | Remove do_socketcallwrapper. | pbrook | 1 | -92/+129 |
2006-11-14 | ARM timer counts down, not up. | pbrook | 1 | -5/+5 |
2006-11-12 | MIPS FPU fixes (Daniel Jacobowitz). | pbrook | 2 | -3/+5 |
2006-11-12 | M68k build fix. | pbrook | 2 | -4/+7 |
2006-11-12 | Avoid redundant TLB flushes (Daniel Jacobowitz). | pbrook | 1 | -0/+9 |
2006-11-12 | Speed up tlb_flush_page (Daniel Jacobowitz). | pbrook | 3 | -9/+26 |
2006-11-04 | MIPS usermode debug exceptions (Dave Denholm). | pbrook | 1 | -0/+14 |
2006-11-01 | update from latest Bochs BIOS | bellard | 2 | -45/+11 |
2006-11-01 | Remove FD on close. | pbrook | 1 | -0/+5 |
2006-10-29 | Mips IDE support. (Aurelien Jarno) | pbrook | 2 | -2/+11 |
2006-10-29 | compilation fix | bellard | 2 | -6/+1 |
2006-10-28 | avoid using char when it is not necessary | bellard | 5 | -110/+110 |
2006-10-28 | avoid regression on sparc-user and ppc-user | bellard | 1 | -0/+5 |
2006-10-28 | removed invalid code | bellard | 1 | -0/+3 |
2006-10-25 | Fix ARM VFP debugging dumps. | pbrook | 1 | -3/+10 |
2006-10-23 | wrwim insn fix (Paul Robinson) | bellard | 2 | -1/+10 |
2006-10-23 | sparc64 syscall fix (Blue Swirl) | bellard | 1 | -0/+8 |
2006-10-23 | add support for cvt.s.d and cvt.d.s (Aurelien Jarno) | bellard | 2 | -0/+26 |
2006-10-22 | Fix comment typo. | pbrook | 1 | -1/+1 |
2006-10-22 | ColdFire target. | pbrook | 32 | -12/+5227 |
2006-10-21 | bFLT 64-bit host fix. | pbrook | 1 | -11/+11 |
2006-10-18 | Fix typo in pixel conversion templates. | pbrook | 1 | -1/+1 |
2006-10-08 | APIC init fix + APIC get_irq fix (Juergen Keil) | bellard | 1 | -4/+3 |
2006-10-02 | no-reboot option | bellard | 2 | -1/+15 |
2006-10-02 | do not generate MP table if one CPU (no APIC in QEMU in this case) - added wb... | bellard | 2 | -195/+46 |