summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-13Intel cache info, by Filip Navara.ths
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-04-18Revert, this is already fixed in a better way.ths
2007-04-17Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths
2007-04-02ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths
2007-02-0164 bit syscall fixes - more logical mwait/monitor ECX testbellard
2006-09-2932 bit RSP update fix (aka Open Solaris x86_64 bug)bellard
2006-09-27fixed user mode emulationbellard
2006-09-27SMM fix for x86_64bellard
2006-09-24added SMM supportbellard
2006-07-10monitor/mwait supportbellard
2006-06-25C99 64 bit printfbellard
2006-06-19fxam fix (Julian Seward)bellard
2006-06-19switch_tss eflags restore fix (malc)bellard
2006-05-03bswapq fixbellard
2006-03-03x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard
2006-02-09always compile 'int' tracesbellard
2005-12-17fixed null segment validation (aka x86_64 regression bug)bellard
2005-12-17switch_tss fix (aka spoon OS bug)bellard
2005-12-04segment validation fix in lret/iretbellard
2005-12-04generate GPF if non canonical addressesbellard
2005-11-28x86_64 lcall fixbellard
2005-09-08div64 fix (aka ssh bug)bellard
2005-08-21TSS error code push fix (malc)bellard
2005-08-21CR4.TSD flag support (Matt Schulkind)bellard
2005-08-21RSP update fix for x86_64 in iretbellard
2005-08-15CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)bellard
2005-07-24fscale fix (bug noticed by Kuwanger, fix by malc)bellard
2005-07-23added overflow exceptions in divisionsbellard
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard
2005-04-24fixed zero ss selector case in x86_64 emulationbellard
2005-04-23sysret fix - better cpuid support - lcall support for x86_64 - efer access in...bellard
2005-04-17make lsl, lar verr and verw exception safebellard
2005-04-07helper_lret_protected fix for kqemu (Paul Brook)bellard
2005-03-20NaN support in FPU comparisonsbellard
2005-03-13soft float supportbellard
2005-03-03x86_64 fixesbellard
2005-02-10kqemu supportbellard
2005-01-23more fpu functions - x86_64 fixesbellard
2005-01-16x86_64 fixesbellard
2005-01-12fxsr fixesbellard
2005-01-09removed tracebellard
2005-01-08MMX/SSE supportbellard