summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)bellard2004-04-111-1/+1
* rdtsc fixbellard2004-04-021-1/+1
* win32 port (initial patch by kazu)bellard2004-03-313-9/+10
* added cpu_get_fp80() and cpu_set_fp80()bellard2004-03-312-2/+62
* gcc 2.95.4 compile fix (Petter Reinholdtsen)bellard2004-03-261-6/+6
* fixed ljmp and iret to TSSbellard2004-03-264-12/+10
* task switch fixesbellard2004-03-241-13/+18
* protected lret x86 'bug' emulationbellard2004-03-211-1/+1
* more log itemsbellard2004-03-213-62/+43
* fixed protected lret imm insn (one more OS/2 fix)bellard2004-03-201-0/+2
* initial x86-64 host support (Gwenole Beauchesne)bellard2004-03-172-3/+3
* 2.6 kernel compile fixbellard2004-03-041-0/+5
* native FPU support in code copy modebellard2004-02-251-0/+2
* CR0.MP/EM/TS supportbellard2004-02-253-1/+32
* native FPU support (disabled)bellard2004-02-251-277/+47
* CR0.MP/EM/TS support - native fpu support in code copy modebellard2004-02-251-0/+73
* fpu fixbellard2004-02-251-5/+5
* experimental code copy supportbellard2004-02-163-2/+1555
* fixed lea exceptionbellard2004-02-161-2/+4
* experimental code copy support - fixed A20 emulationbellard2004-02-161-1/+28
* fixed WP semanticsbellard2004-02-071-3/+3
* more precise TLB invalidation - init cleanupbellard2004-02-033-48/+74
* cleanupbellard2004-02-031-5/+6
* correct NT flag behavior - zero ldt task switch bug fix - task switch thru ca...bellard2004-01-241-24/+47
* fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r...bellard2004-01-241-3/+17
* combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...bellard2004-01-241-18/+62
* correct NT flag behaviorbellard2004-01-241-6/+6
* added TARGET_LONG_BITSbellard2004-01-241-0/+2
* interrupt to conforming segment fix (QNX boot fix)bellard2004-01-191-0/+1
* L4 fix for rep nop (should handle all cases)bellard2004-01-191-0/+5
* temporary gcc 3.3 fixbellard2004-01-181-1/+5
* fixed potential exception pb on cmpxchgbellard2004-01-181-3/+3
* comments fixbellard2004-01-181-2/+2
* xadd fixbellard2004-01-181-1/+3
* fixed dirty bit support for 4M pages (L4 Pistachio fix)bellard2004-01-181-2/+2
* fixed subtle bug: in some cases PG_DIRTY was not set correctlybellard2004-01-131-7/+12
* use generic GenOpFuncbellard2004-01-051-5/+0
* changed cpu_x86_in/out to cpu_in/outbellard2004-01-051-4/+4
* added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...bellard2004-01-041-319/+295
* added raw/user/kernel memory accesses (faster emulation)bellard2004-01-041-23/+51
* fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...bellard2004-01-041-5/+13
* added stx_T1_A0 micro opsbellard2004-01-041-0/+17
* fixed word bit operations with memory offset - suppressed push/pop micro oper...bellard2004-01-041-80/+14
* correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard2004-01-041-77/+14
* debug updates - page_unprotect() is no longer needed in softmmu casebellard2004-01-041-12/+28
* added PE to static CPU state (avoids flushing translated code when swiching b...bellard2004-01-041-3/+6
* invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard2004-01-042-4/+19
* debug fixes - use more generic TLB mappingsbellard2004-01-041-18/+8
* correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard2004-01-042-55/+107
* P4 style multiplication eflagsbellard2003-12-024-24/+49
OpenPOWER on IntegriCloud