aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2004-04-15suppressed no longer needed vm86 segment hack (Mike Nordell)bellard1-13/+0
2004-04-11VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)bellard1-1/+1
2004-04-02rdtsc fixbellard1-1/+1
2004-03-31win32 port (initial patch by kazu)bellard3-9/+10
2004-03-31added cpu_get_fp80() and cpu_set_fp80()bellard2-2/+62
2004-03-26gcc 2.95.4 compile fix (Petter Reinholdtsen)bellard1-6/+6
2004-03-26fixed ljmp and iret to TSSbellard4-12/+10
2004-03-24task switch fixesbellard1-13/+18
2004-03-21protected lret x86 'bug' emulationbellard1-1/+1
2004-03-21more log itemsbellard3-62/+43
2004-03-20fixed protected lret imm insn (one more OS/2 fix)bellard1-0/+2
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard2-3/+3
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