aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2004-04-15suppressed no longer needed vm86 segment hack (Mike Nordell)bellard
2004-04-11VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)bellard
2004-04-02rdtsc fixbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31added cpu_get_fp80() and cpu_set_fp80()bellard
2004-03-26gcc 2.95.4 compile fix (Petter Reinholdtsen)bellard
2004-03-26fixed ljmp and iret to TSSbellard
2004-03-24task switch fixesbellard
2004-03-21protected lret x86 'bug' emulationbellard
2004-03-21more log itemsbellard
2004-03-20fixed protected lret imm insn (one more OS/2 fix)bellard
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard
2004-03-042.6 kernel compile fixbellard
2004-02-25native FPU support in code copy modebellard
2004-02-25CR0.MP/EM/TS supportbellard
2004-02-25native FPU support (disabled)bellard
2004-02-25CR0.MP/EM/TS support - native fpu support in code copy modebellard
2004-02-25fpu fixbellard
2004-02-16experimental code copy supportbellard
2004-02-16fixed lea exceptionbellard
2004-02-16experimental code copy support - fixed A20 emulationbellard
2004-02-07fixed WP semanticsbellard
2004-02-03more precise TLB invalidation - init cleanupbellard
2004-02-03cleanupbellard
2004-01-24correct NT flag behavior - zero ldt task switch bug fix - task switch thru ca...bellard
2004-01-24fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r...bellard
2004-01-24combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...bellard
2004-01-24correct NT flag behaviorbellard
2004-01-24added TARGET_LONG_BITSbellard
2004-01-19interrupt to conforming segment fix (QNX boot fix)bellard
2004-01-19L4 fix for rep nop (should handle all cases)bellard
2004-01-18temporary gcc 3.3 fixbellard
2004-01-18fixed potential exception pb on cmpxchgbellard
2004-01-18comments fixbellard
2004-01-18xadd fixbellard
2004-01-18fixed dirty bit support for 4M pages (L4 Pistachio fix)bellard
2004-01-13fixed subtle bug: in some cases PG_DIRTY was not set correctlybellard
2004-01-05use generic GenOpFuncbellard
2004-01-05changed cpu_x86_in/out to cpu_in/outbellard
2004-01-04added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...bellard
2004-01-04added raw/user/kernel memory accesses (faster emulation)bellard
2004-01-04fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...bellard
2004-01-04added stx_T1_A0 micro opsbellard
2004-01-04fixed word bit operations with memory offset - suppressed push/pop micro oper...bellard
2004-01-04correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard
2004-01-04debug updates - page_unprotect() is no longer needed in softmmu casebellard
2004-01-04added PE to static CPU state (avoids flushing translated code when swiching b...bellard
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard
2004-01-04debug fixes - use more generic TLB mappingsbellard
2004-01-04correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard