summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fix (Mark Glines)blueswir12007-05-271-7/+7
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-47/+3
* Revert, this is already fixed in a better way.ths2007-04-181-5/+0
* Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths2007-04-171-0/+5
* i386 return APIC ID with cpuid, by Bernhard Kauer.ths2007-04-031-1/+1
* Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths2007-04-021-27/+70
* ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths2007-04-021-1/+4
* Generate double and triple faults, by Bernhard Kauer.ths2007-03-311-0/+39
* 64 bit syscall fixes - more logical mwait/monitor ECX testbellard2007-02-011-4/+6
* 32 bit RSP update fix (aka Open Solaris x86_64 bug)bellard2006-09-291-9/+24
* fixed user mode emulationbellard2006-09-271-0/+15
* SMM fix for x86_64bellard2006-09-271-5/+10
* added SMM supportbellard2006-09-241-0/+263
* monitor/mwait supportbellard2006-07-101-0/+28
* C99 64 bit printfbellard2006-06-251-2/+2
* fxam fix (Julian Seward)bellard2006-06-191-0/+5
* switch_tss eflags restore fix (malc)bellard2006-06-191-0/+2
* bswapq fixbellard2006-05-031-0/+4
* x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard2006-03-031-4/+14
* always compile 'int' tracesbellard2006-02-091-4/+2
* fixed null segment validation (aka x86_64 regression bug)bellard2005-12-171-1/+8
* switch_tss fix (aka spoon OS bug)bellard2005-12-171-1/+1
* segment validation fix in lret/iretbellard2005-12-041-5/+5
* generate GPF if non canonical addressesbellard2005-12-041-2/+2
* x86_64 lcall fixbellard2005-11-281-3/+3
* div64 fix (aka ssh bug)bellard2005-09-081-2/+3
* TSS error code push fix (malc)bellard2005-08-211-2/+3
* CR4.TSD flag support (Matt Schulkind)bellard2005-08-211-1/+4
* RSP update fix for x86_64 in iretbellard2005-08-211-2/+1
* CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)bellard2005-08-151-1/+1
* fscale fix (bug noticed by Kuwanger, fix by malc)bellard2005-07-241-5/+1
* added overflow exceptions in divisionsbellard2005-07-231-13/+31
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-1/+53
* fixed zero ss selector case in x86_64 emulationbellard2005-04-241-9/+16
* sysret fix - better cpuid support - lcall support for x86_64 - efer access in...bellard2005-04-231-39/+110
* make lsl, lar verr and verw exception safebellard2005-04-171-33/+45
* helper_lret_protected fix for kqemu (Paul Brook)bellard2005-04-071-1/+0
* NaN support in FPU comparisonsbellard2005-03-201-6/+0
* soft float supportbellard2005-03-131-42/+36
* x86_64 fixesbellard2005-03-031-6/+7
* kqemu supportbellard2005-02-101-1/+27
* more fpu functions - x86_64 fixesbellard2005-01-231-1/+29
* x86_64 fixesbellard2005-01-161-2/+4
* fxsr fixesbellard2005-01-121-5/+5
* removed tracebellard2005-01-091-1/+0
* MMX/SSE supportbellard2005-01-081-4/+22
* div64 fix - raise_interrupt() fix - SSE fixbellard2005-01-061-10/+11
* syscall insn fixbellard2005-01-041-4/+4
* x86_64 target supportbellard2005-01-031-165/+798
* enter insn fixbellard2004-11-141-0/+32
OpenPOWER on IntegriCloud