summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2004-03-042.6 kernel compile fixbellard1-0/+5
2004-02-25native FPU support in code copy modebellard1-0/+2
2004-02-25CR0.MP/EM/TS supportbellard3-1/+32
2004-02-25native FPU support (disabled)bellard1-277/+47
2004-02-25CR0.MP/EM/TS support - native fpu support in code copy modebellard1-0/+73
2004-02-25fpu fixbellard1-5/+5
2004-02-16experimental code copy supportbellard3-2/+1555
2004-02-16fixed lea exceptionbellard1-2/+4
2004-02-16experimental code copy support - fixed A20 emulationbellard1-1/+28
2004-02-07fixed WP semanticsbellard1-3/+3
2004-02-03more precise TLB invalidation - init cleanupbellard3-48/+74
2004-02-03cleanupbellard1-5/+6
2004-01-24correct NT flag behavior - zero ldt task switch bug fix - task switch thru ca...bellard1-24/+47
2004-01-24fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r...bellard1-3/+17
2004-01-24combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...bellard1-18/+62
2004-01-24correct NT flag behaviorbellard1-6/+6
2004-01-24added TARGET_LONG_BITSbellard1-0/+2
2004-01-19interrupt to conforming segment fix (QNX boot fix)bellard1-0/+1
2004-01-19L4 fix for rep nop (should handle all cases)bellard1-0/+5
2004-01-18temporary gcc 3.3 fixbellard1-1/+5
2004-01-18fixed potential exception pb on cmpxchgbellard1-3/+3
2004-01-18comments fixbellard1-2/+2
2004-01-18xadd fixbellard1-1/+3
2004-01-18fixed dirty bit support for 4M pages (L4 Pistachio fix)bellard1-2/+2
2004-01-13fixed subtle bug: in some cases PG_DIRTY was not set correctlybellard1-7/+12
2004-01-05use generic GenOpFuncbellard1-5/+0
2004-01-05changed cpu_x86_in/out to cpu_in/outbellard1-4/+4
2004-01-04added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...bellard1-319/+295
2004-01-04added raw/user/kernel memory accesses (faster emulation)bellard1-23/+51
2004-01-04fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...bellard1-5/+13
2004-01-04added stx_T1_A0 micro opsbellard1-0/+17
2004-01-04fixed word bit operations with memory offset - suppressed push/pop micro oper...bellard1-80/+14
2004-01-04correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard1-77/+14
2004-01-04debug updates - page_unprotect() is no longer needed in softmmu casebellard1-12/+28
2004-01-04added PE to static CPU state (avoids flushing translated code when swiching b...bellard1-3/+6
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard2-4/+19
2004-01-04debug fixes - use more generic TLB mappingsbellard1-18/+8
2004-01-04correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard2-55/+107
2003-12-02P4 style multiplication eflagsbellard4-24/+49
2003-12-02dump irq inhibit flag as it is a part of the cpu statebellard1-2/+3
2003-11-23a20 fixbellard1-0/+4
2003-11-23fixed eflags IF/IOPL updatebellard4-59/+70
2003-11-22FTST instruction fixbellard1-1/+1
2003-11-19added fcmovxx supportbellard1-0/+8
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard1-12/+38
2003-11-19always completely redefine the TLB in case of MMU faultbellard1-0/+3
2003-11-16more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard1-200/+188
2003-11-13call gate fix - verr and verw fixbellard1-5/+43
2003-11-13fixed pop %sp bugbellard1-5/+15
2003-11-13fixed lmsw instructionbellard1-0/+2