Age | Commit message (Expand) | Author |
2008-05-28 | SVM rework | bellard |
2008-05-28 | consistent naming for i386 TCG helper file | bellard |
2008-05-25 | Fix off-by-one unwinding error. | pbrook |
2008-05-22 | cmpxchg8b fix - added cmpxchg16b | bellard |
2008-05-22 | fxsave/fxrstor 64 bit fix | bellard |
2008-05-21 | convert eflags manipulation insns to TCG | bellard |
2008-05-21 | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR | bellard |
2008-05-21 | converted INTO/CMPXCHG8B to TCG | bellard |
2008-05-21 | converted MUL/IMUL to TCG | bellard |
2008-05-17 | BSR/BSF TCG conversion | bellard |
2008-05-17 | moved eflags computation outside op.c | bellard |
2008-05-17 | converted condition code supprot to TCG - converted shift ops to TCG | bellard |
2008-05-15 | converted more helpers to TCG - fixed some SVM issues | bellard |
2008-05-12 | converted more helpers to TCG | bellard |
2008-05-12 | converted x87 FPU ops to TCG | bellard |
2008-05-12 | converted SSE/MMX ops to TCG | bellard |
2008-05-12 | char is only for strings | bellard |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 |
2008-04-13 | x86: Introduce CPU_INTERRUPT_NMI | aurel32 |
2008-04-11 | Remove unused phys_ram_base definition from target-i386/helper.c. | aurel32 |
2008-03-28 | x86-64: recompute DF after eflags has been modified when emulating SYSCALL | aurel32 |
2008-03-09 | Fix some functions declared () rather than (void) (Ian Jackson) | blueswir1 |
2008-02-03 | NMI and INTR events injection should not be handled as software interrupts (B... | balrog |
2008-02-03 | Make SVM env->cr[8] a valid register (patch from TeLeMan). | balrog |
2008-02-01 | use the TCG code generator | bellard |
2007-12-24 | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog |
2007-12-09 | Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. | balrog |
2007-12-09 | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-14 | x86_64 linux user emulation | bellard |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths |
2007-09-23 | SVM Support, by Alexander Graf. | ths |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-13 | Intel cache info, by Filip Navara. | ths |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths |
2007-04-18 | Revert, this is already fixed in a better way. | ths |
2007-04-17 | Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. | ths |
2007-04-03 | i386 return APIC ID with cpuid, by Bernhard Kauer. | ths |
2007-04-02 | Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. | ths |
2007-04-02 | ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. | ths |
2007-03-31 | Generate double and triple faults, by Bernhard Kauer. | ths |
2007-02-01 | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard |