CR8 support - FORCE_RET() fixes
[qemu] / target-i386 /
2005-01-23 bellardCR8 support - FORCE_RET() fixes
2005-01-23 bellardmore fpu functions - x86_64 fixes
2005-01-23 bellardmore fpu functions
2005-01-16 bellardx86_64 fixes
2005-01-16 bellardsse fix
2005-01-12 bellardenable MMX for x86_64 too
2005-01-12 bellardfxsr fixes
2005-01-12 bellardfixed performance regression
2005-01-10 bellardremoved debug code
2005-01-10 bellardDATA_MASK fix
2005-01-09 bellardremoved trace
2005-01-09 bellardgeneralized use of GOTO_TB() macro
2005-01-08 bellardMMX/SSE support
2005-01-06 bellarddiv64 fix - raise_interrupt() fix - SSE fix
2005-01-06 bellardbig endian SSE fix
2005-01-04 bellardsyscall insn fix
2005-01-03 bellardx86_64 target support
2004-12-19 bellardfixed ins in case of page fault
2004-11-24 bellardadded undocumented FPU ops support
2004-11-14 bellardenter insn fix
2004-10-12 bellardcorrect handling of saved host registers
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-08-15 bellardbound instruction fix
2004-08-03 bellardenabled asm memory helpers
2004-07-12 bellardavoid warning
2004-07-12 bellardcomment
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-25 bellardhlt instruction fix
2004-06-22 bellardcpu_single_env init
2004-06-20 bellardboot to top of 4GB space
2004-06-20 bellardadded cpu_reset()
2004-06-19 bellardbuffer overflow fix
2004-06-13 bellardjump to gate fix (aka OS/2 Warp install bug)
2004-06-13 bellardfixed 16 bit segment optimisations
2004-06-12 bellardadded ffree - added cpu log option
2004-06-12 bellardadded ffree
2004-06-04 bellardlmsw fix (aka dos4gw bug)
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-20 bellardadded cpu_get_tsc()
2004-05-16 bellardBSR/BSF undefined behaviour fix
2004-05-12 bellardbsd port (Markus Niemisto)
2004-05-08 bellarddivision by zero FPU exception support
2004-05-08 bellardcr0.ET fix (Win95 boot fix)
2004-04-25 bellardprecise self modifying code support
2004-04-25 bellarddump A20 state
2004-04-22 bellardimul imm8 fix - 0x82 opcode support (Hidemi KAWAI)
2004-04-15 bellardsuppressed no longer needed vm86 segment hack (Mike...
2004-04-11 bellardVM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
2004-04-02 bellardrdtsc fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellardadded cpu_get_fp80() and cpu_set_fp80()
2004-03-26 bellardgcc 2.95.4 compile fix (Petter Reinholdtsen)
2004-03-26 bellardfixed ljmp and iret to TSS
2004-03-24 bellardtask switch fixes
2004-03-21 bellardprotected lret x86 'bug' emulation
2004-03-21 bellardmore log items
2004-03-20 bellardfixed protected lret imm insn (one more OS/2 fix)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-03-04 bellard2.6 kernel compile fix
2004-02-25 bellardnative FPU support in code copy mode
2004-02-25 bellardCR0.MP/EM/TS support
2004-02-25 bellardnative FPU support (disabled)
2004-02-25 bellardCR0.MP/EM/TS support - native fpu support in code copy...
2004-02-25 bellardfpu fix
2004-02-16 bellardexperimental code copy support
2004-02-16 bellardfixed lea exception
2004-02-16 bellardexperimental code copy support - fixed A20 emulation
2004-02-07 bellardfixed WP semantics
2004-02-03 bellardmore precise TLB invalidation - init cleanup
2004-02-03 bellardcleanup
2004-01-24 bellardcorrect NT flag behavior - zero ldt task switch bug...
2004-01-24 bellardfixed eflags optimisations with string operation (aka...
2004-01-24 bellardcombine PDE and PTE protections as in intel specs ...
2004-01-24 bellardcorrect NT flag behavior
2004-01-24 bellardadded TARGET_LONG_BITS
2004-01-19 bellardinterrupt to conforming segment fix (QNX boot fix)
2004-01-19 bellardL4 fix for rep nop (should handle all cases)
2004-01-18 bellardtemporary gcc 3.3 fix
2004-01-18 bellardfixed potential exception pb on cmpxchg
2004-01-18 bellardcomments fix
2004-01-18 bellardxadd fix
2004-01-18 bellardfixed dirty bit support for 4M pages (L4 Pistachio...
2004-01-13 bellardfixed subtle bug: in some cases PG_DIRTY was not set...
2004-01-05 bellarduse generic GenOpFunc
2004-01-05 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-04 bellardadded raw/user/kernel memory accesses for shifts/adc...
2004-01-04 bellardadded raw/user/kernel memory accesses (faster emulation)
2004-01-04 bellardfixed dx based protected in/outs (win98 install) -...
2004-01-04 bellardadded stx_T1_A0 micro ops
2004-01-04 bellardfixed word bit operations with memory offset - suppress...
2004-01-04 bellardcorrect value for ADDSEG is real mode (fixes GRUB boot...
2004-01-04 bellarddebug updates - page_unprotect() is no longer needed...
2004-01-04 bellardadded PE to static CPU state (avoids flushing translate...
2004-01-04 bellardinvd and wbinvd support - fixed code gen logic for...
2004-01-04 bellarddebug fixes - use more generic TLB mappings
2004-01-04 bellardcorrect zero segment values when coming from VM86 mode...
2003-12-02 bellardP4 style multiplication eflags
2003-12-02 bellarddump irq inhibit flag as it is a part of the cpu state
2003-11-23 bellarda20 fix
next