Age | Commit message (Expand) | Author | Files | Lines |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 48 | -275/+362 |
2007-10-13 | Update TODO. | ths | 1 | -1/+26 |
2007-10-13 | Fix off-by-one in address check. | ths | 1 | -11/+8 |
2007-10-13 | Static-ify function. | ths | 1 | -3/+4 |
2007-10-12 | Unify '-cpu ?' option. | j_mayer | 8 | -28/+14 |
2007-10-10 | Fix taddcctv and tsubcctv (David Matthews) | blueswir1 | 2 | -1/+3 |
2007-10-09 | Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator | blueswir1 | 9 | -48/+149 |
2007-10-09 | Match values with the ones documented in the PIIX4 datasheet. | ths | 1 | -1/+3 |
2007-10-09 | getpriority() shouldn't use libc wrapper, by Thayne Harbaugh. | ths | 1 | -1/+6 |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths | 4 | -28/+28 |
2007-10-09 | Fix vmmouse for 64bit guest, by Dan Kenigsberg. | ths | 1 | -1/+1 |
2007-10-09 | Delete file which should have been removed in the lst commit. | ths | 1 | -301/+0 |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths | 5 | -68/+207 |
2007-10-09 | Don't route PIC interrupts through the local APIC if the local APIC | ths | 3 | -3/+38 |
2007-10-09 | Update .cvsignore. | ths | 1 | -35/+3 |
2007-10-08 | Mentione CRIS in Changelog. | ths | 1 | -0/+1 |
2007-10-08 | Add CRIS configuration bits, by Edgar E. Iglesias. | ths | 3 | -3/+36 |
2007-10-08 | CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. | ths | 4 | -5/+104 |
2007-10-08 | CRIS Linux usermode emulation, part 1. By Edgar E. Iglesias. | ths | 4 | -0/+571 |
2007-10-08 | CRIS testsuite, based on the SIM testsuite, by Edgar E. Iglesias. | ths | 103 | -0/+7014 |
2007-10-08 | EtraxFS board support, by Edgar E. Iglesias. | ths | 3 | -0/+568 |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 7 | -2/+143 |
2007-10-08 | CRIS MMU emulation, by Edgar E. Iglesias. | ths | 2 | -0/+167 |
2007-10-08 | The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. | ths | 6 | -0/+680 |
2007-10-08 | CRIS micro-ops, by Edgar E. Iglesias. | ths | 1 | -0/+1289 |
2007-10-08 | CRIS insn decoding macros, by Edgar E. Iglesias. | ths | 1 | -0/+126 |
2007-10-08 | CRIS instruction translation, by Edgar E. Iglesias. | ths | 1 | -0/+2507 |
2007-10-08 | Wire up CRIS disassembler, by Edgar E. Iglesias. | ths | 2 | -0/+8 |
2007-10-08 | CRIS disassembler, originally from binutils, by Edgar E. Iglesias. | ths | 2 | -0/+3273 |
2007-10-08 | Update PowerPC emulation status file. | j_mayer | 1 | -15/+45 |
2007-10-08 | Remove synonymous in PowerPC MSR bits definitions. | j_mayer | 3 | -72/+193 |
2007-10-08 | Real-mode only PowerPC 40x do not have any TLBs. | j_mayer | 2 | -2/+2 |
2007-10-08 | Implement exception prefix feature for PowerPC 601. | j_mayer | 2 | -7/+8 |
2007-10-08 | Add missing exception vectors for PowerPC 7x5. | j_mayer | 1 | -1/+27 |
2007-10-07 | Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). | j_mayer | 2 | -28/+16 |
2007-10-07 | Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy. | j_mayer | 5 | -8/+274 |
2007-10-07 | PowerPC target coding style fixes. | j_mayer | 6 | -33/+25 |
2007-10-07 | PowerPC target optimisations: make intensive use of always_inline. | j_mayer | 10 | -253/+275 |
2007-10-07 | Report missing elf_addr_t definition from Linux kernel header | j_mayer | 1 | -0/+2 |
2007-10-07 | Fix host and target longs confusions (continued). | j_mayer | 2 | -21/+24 |
2007-10-07 | Fix confusions between host and target long types. | j_mayer | 1 | -47/+61 |
2007-10-07 | Reorganize the CPUPPCState structure to group features. | j_mayer | 3 | -19/+69 |
2007-10-07 | Add MSR bits signification per PowerPC implementation flags (to be continued). | j_mayer | 4 | -61/+122 |
2007-10-07 | Share devices that may be useful for all PowerPC 40x and 440 implementations. | j_mayer | 1 | -1/+3 |
2007-10-07 | Share devices that might be useful for all PowerPC 40x & 440 implementations | j_mayer | 4 | -525/+587 |
2007-10-07 | More user timer fixes (Robert Reif) | blueswir1 | 2 | -69/+87 |
2007-10-06 | More detabification | blueswir1 | 14 | -2547/+2547 |
2007-10-06 | Implement user mode for timers | blueswir1 | 3 | -21/+78 |
2007-10-06 | Support for loading a real BIOS image (Robert Reif) | blueswir1 | 1 | -5/+7 |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer | 5 | -119/+373 |