summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* dump irq inhibit flag as it is a part of the cpu statebellard2003-12-021-2/+3
* a20 fixbellard2003-11-231-0/+4
* fixed eflags IF/IOPL updatebellard2003-11-234-59/+70
* FTST instruction fixbellard2003-11-221-1/+1
* added fcmovxx supportbellard2003-11-191-0/+8
* added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard2003-11-191-12/+38
* always completely redefine the TLB in case of MMU faultbellard2003-11-191-0/+3
* more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard2003-11-161-200/+188
* call gate fix - verr and verw fixbellard2003-11-131-5/+43
* fixed pop %sp bugbellard2003-11-131-5/+15
OpenPOWER on IntegriCloud