| Commit message (Expand) | Author | Age | Files | Lines |
* | NMI and INTR events injection should not be handled as software interrupts (B... | balrog | 2008-02-03 | 1 | -2/+2 |
* | Make SVM env->cr[8] a valid register (patch from TeLeMan). | balrog | 2008-02-03 | 1 | -1/+5 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -4/+4 |
* | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog | 2007-12-24 | 1 | -0/+6 |
* | Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. | balrog | 2007-12-09 | 1 | -1/+2 |
* | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog | 2007-12-09 | 1 | -0/+12 |
* | Add statics and missing #includes for prototypes. | pbrook | 2007-11-18 | 1 | -2/+2 |
* | x86_64 linux user emulation | bellard | 2007-11-14 | 1 | -3/+17 |
* | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer | 2007-11-04 | 1 | -0/+1 |
* | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 2007-10-29 | 1 | -1/+5 |
* | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 2007-10-26 | 1 | -3/+3 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -2/+2 |
* | SVM VINTR fix, by Alexander Graf. | ths | 2007-09-27 | 1 | -1/+9 |
* | SVM Support, by Alexander Graf. | ths | 2007-09-23 | 1 | -2/+521 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -56/+56 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -144/+144 |
* | Intel cache info, by Filip Navara. | ths | 2007-09-13 | 1 | -2/+2 |
* | DR6 single step exception status bit, by Juergen Keil. | ths | 2007-06-26 | 1 | -0/+6 |
* | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 2007-06-03 | 1 | -8/+0 |
* | Spelling fix (Mark Glines) | blueswir1 | 2007-05-27 | 1 | -7/+7 |
* | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 2007-05-16 | 1 | -47/+3 |
* | Revert, this is already fixed in a better way. | ths | 2007-04-18 | 1 | -5/+0 |
* | Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. | ths | 2007-04-17 | 1 | -0/+5 |
* | i386 return APIC ID with cpuid, by Bernhard Kauer. | ths | 2007-04-03 | 1 | -1/+1 |
* | Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. | ths | 2007-04-02 | 1 | -27/+70 |
* | ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. | ths | 2007-04-02 | 1 | -1/+4 |
* | Generate double and triple faults, by Bernhard Kauer. | ths | 2007-03-31 | 1 | -0/+39 |
* | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard | 2007-02-01 | 1 | -4/+6 |
* | 32 bit RSP update fix (aka Open Solaris x86_64 bug) | bellard | 2006-09-29 | 1 | -9/+24 |
* | fixed user mode emulation | bellard | 2006-09-27 | 1 | -0/+15 |
* | SMM fix for x86_64 | bellard | 2006-09-27 | 1 | -5/+10 |
* | added SMM support | bellard | 2006-09-24 | 1 | -0/+263 |
* | monitor/mwait support | bellard | 2006-07-10 | 1 | -0/+28 |
* | C99 64 bit printf | bellard | 2006-06-25 | 1 | -2/+2 |
* | fxam fix (Julian Seward) | bellard | 2006-06-19 | 1 | -0/+5 |
* | switch_tss eflags restore fix (malc) | bellard | 2006-06-19 | 1 | -0/+2 |
* | bswapq fix | bellard | 2006-05-03 | 1 | -0/+4 |
* | x86_64 stack alignment fixes - x86_64 32 bit syscall fix | bellard | 2006-03-03 | 1 | -4/+14 |
* | always compile 'int' traces | bellard | 2006-02-09 | 1 | -4/+2 |
* | fixed null segment validation (aka x86_64 regression bug) | bellard | 2005-12-17 | 1 | -1/+8 |
* | switch_tss fix (aka spoon OS bug) | bellard | 2005-12-17 | 1 | -1/+1 |
* | segment validation fix in lret/iret | bellard | 2005-12-04 | 1 | -5/+5 |
* | generate GPF if non canonical addresses | bellard | 2005-12-04 | 1 | -2/+2 |
* | x86_64 lcall fix | bellard | 2005-11-28 | 1 | -3/+3 |
* | div64 fix (aka ssh bug) | bellard | 2005-09-08 | 1 | -2/+3 |
* | TSS error code push fix (malc) | bellard | 2005-08-21 | 1 | -2/+3 |
* | CR4.TSD flag support (Matt Schulkind) | bellard | 2005-08-21 | 1 | -1/+4 |
* | RSP update fix for x86_64 in iret | bellard | 2005-08-21 | 1 | -2/+1 |
* | CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) | bellard | 2005-08-15 | 1 | -1/+1 |
* | fscale fix (bug noticed by Kuwanger, fix by malc) | bellard | 2005-07-24 | 1 | -5/+1 |