aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
2003-12-02P4 style multiplication eflagsbellard
2003-12-02dump irq inhibit flag as it is a part of the cpu statebellard
2003-11-23a20 fixbellard
2003-11-23fixed eflags IF/IOPL updatebellard
2003-11-22FTST instruction fixbellard
2003-11-19added fcmovxx supportbellard
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard
2003-11-19always completely redefine the TLB in case of MMU faultbellard
2003-11-16more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard
2003-11-13call gate fix - verr and verw fixbellard
2003-11-13fixed pop %sp bugbellard
2003-11-13fixed lmsw instructionbellard
2003-11-13iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard