summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* more precise TLB invalidation - init cleanupbellard2004-02-043-48/+74
* cleanupbellard2004-02-041-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-201-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/+0Star
* 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/+295Star
* 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/+14Star
* correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard2004-01-041-77/+14Star
* 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/+8Star
* 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-241-0/+4
* fixed eflags IF/IOPL updatebellard2003-11-244-59/+70
* FTST instruction fixbellard2003-11-231-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/+188Star
* call gate fix - verr and verw fixbellard2003-11-141-5/+43
* fixed pop %sp bugbellard2003-11-141-5/+15
* fixed lmsw instructionbellard2003-11-131-0/+2
* iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard2003-11-131-88/+142
* added verr, verw, arpl - more precise segment rights checksbellard2003-11-133-11/+190
* io map checksbellard2003-11-132-0/+17
* dump more registersbellard2003-11-131-10/+31
* full TSS support - IO map check support - conforming segment check fixes - ir...bellard2003-11-131-60/+465
* added comments and TSS bitbellard2003-11-131-5/+7
* a20 supportbellard2003-11-052-5/+33
* cmov fix (bug on PowerPC)bellard2003-10-301-0/+2
* soft MMU performance fix (oops)bellard2003-10-301-1/+1
* fixed long double accesses when using soft MMUbellard2003-10-293-137/+150