Age | Commit message (Expand) | Author |
2004-03-24 | task switch fixes | bellard |
2004-03-21 | protected lret x86 'bug' emulation | bellard |
2004-03-21 | more log items | bellard |
2004-03-20 | fixed protected lret imm insn (one more OS/2 fix) | bellard |
2004-03-17 | initial x86-64 host support (Gwenole Beauchesne) | bellard |
2004-03-04 | 2.6 kernel compile fix | bellard |
2004-02-25 | native FPU support in code copy mode | bellard |
2004-02-25 | CR0.MP/EM/TS support | bellard |
2004-02-25 | native FPU support (disabled) | bellard |
2004-02-25 | CR0.MP/EM/TS support - native fpu support in code copy mode | bellard |
2004-02-25 | fpu fix | bellard |
2004-02-16 | experimental code copy support | bellard |
2004-02-16 | fixed lea exception | bellard |
2004-02-16 | experimental code copy support - fixed A20 emulation | bellard |
2004-02-07 | fixed WP semantics | bellard |
2004-02-03 | more precise TLB invalidation - init cleanup | bellard |
2004-02-03 | cleanup | bellard |
2004-01-24 | correct NT flag behavior - zero ldt task switch bug fix - task switch thru ca... | bellard |
2004-01-24 | fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - r... | bellard |
2004-01-24 | combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d... | bellard |
2004-01-24 | correct NT flag behavior | bellard |
2004-01-24 | added TARGET_LONG_BITS | bellard |
2004-01-19 | interrupt to conforming segment fix (QNX boot fix) | bellard |
2004-01-19 | L4 fix for rep nop (should handle all cases) | bellard |
2004-01-18 | temporary gcc 3.3 fix | bellard |
2004-01-18 | fixed potential exception pb on cmpxchg | bellard |
2004-01-18 | comments fix | bellard |
2004-01-18 | xadd fix | bellard |
2004-01-18 | fixed dirty bit support for 4M pages (L4 Pistachio fix) | bellard |
2004-01-13 | fixed subtle bug: in some cases PG_DIRTY was not set correctly | bellard |
2004-01-05 | use generic GenOpFunc | bellard |
2004-01-05 | changed cpu_x86_in/out to cpu_in/out | bellard |
2004-01-04 | added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa... | bellard |
2004-01-04 | added raw/user/kernel memory accesses (faster emulation) | bellard |
2004-01-04 | fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu... | bellard |
2004-01-04 | added stx_T1_A0 micro ops | bellard |
2004-01-04 | fixed word bit operations with memory offset - suppressed push/pop micro oper... | bellard |
2004-01-04 | correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote... | bellard |
2004-01-04 | debug updates - page_unprotect() is no longer needed in softmmu case | bellard |
2004-01-04 | added PE to static CPU state (avoids flushing translated code when swiching b... | bellard |
2004-01-04 | invd and wbinvd support - fixed code gen logic for invlpg - simpler exception... | bellard |
2004-01-04 | debug fixes - use more generic TLB mappings | bellard |
2004-01-04 | correct zero segment values when coming from VM86 mode - cache infos in CPUID... | bellard |
2003-12-02 | P4 style multiplication eflags | bellard |
2003-12-02 | dump irq inhibit flag as it is a part of the cpu state | bellard |
2003-11-23 | a20 fix | bellard |
2003-11-23 | fixed eflags IF/IOPL update | bellard |
2003-11-22 | FTST instruction fix | bellard |
2003-11-19 | added fcmovxx support | bellard |
2003-11-19 | added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir... | bellard |