2007-10-31 |
balrog | Correct the WBINVD intercept in SVM (Alexander Graf). |
tree | commitdiff |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
tree | commitdiff |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the break... |
tree | commitdiff |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf. |
tree | commitdiff |
2007-09-23 |
ths | Add missing svm.h header, and add a Changelog entry. |
tree | commitdiff |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
tree | commitdiff |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
tree | commitdiff |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-13 |
ths | Intel cache info, by Filip Navara. |
tree | commitdiff |
2007-09-10 |
ths | Fix the reported xlevel for Intel CPU, by Filip Navara. |
tree | commitdiff |
2007-07-31 |
ths | Initialize old_exception, by Bernhard Kauer. |
tree | commitdiff |
2007-07-11 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2007-06-26 |
ths | DR6 single step exception status bit, by Juergen Keil. |
tree | commitdiff |
2007-06-23 |
ths | Fix division by zero handling, by Joris van Rantwijk. |
tree | commitdiff |
2007-06-03 |
ths | Fix typo. |
tree | commitdiff |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
tree | commitdiff |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
tree | commitdiff |
2007-06-03 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2007-05-27 |
blueswir1 | Spelling fix (Mark Glines) |
tree | commitdiff |
2007-05-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
tree | commitdiff |
2007-04-27 |
ths | Workaround qemu guest SIGSEGVs with cmpxchg8b insn... |
tree | commitdiff |
2007-04-18 |
ths | Revert, this is already fixed in a better way. |
tree | commitdiff |
2007-04-17 |
ths | Fix helper.c with isinf on Solaris 9/Sparc, by Ben... |
tree | commitdiff |
2007-04-17 |
ths | Ptable calculation broken for 32bit code under x86_64... |
tree | commitdiff |
2007-04-07 |
j_mayer | cpu_get_phys_page_debug should return target_phys_addr_t |
tree | commitdiff |
2007-04-03 |
ths | i386 return APIC ID with cpuid, by Bernhard Kauer. |
tree | commitdiff |
2007-04-02 |
ths | Fix guest x86/amd64 helper_fprem/helper_fprem1, by... |
tree | commitdiff |
2007-04-02 |
ths | ltr for x86_64 should check the upper descriptor type... |
tree | commitdiff |
2007-03-31 |
ths | Generate double and triple faults, by Bernhard Kauer. |
tree | commitdiff |
2007-02-05 |
bellard | darwin fix |
tree | commitdiff |
2007-02-01 |
bellard | 64 bit syscall fixes - more logical mwait/monitor ECX... |
tree | commitdiff |
2007-02-01 |
bellard | cwde and cdq fix in 64 bit mode |
tree | commitdiff |
2007-01-31 |
ths | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. |
tree | commitdiff |
2007-01-16 |
bellard | fixed movd mmx/sse insn |
tree | commitdiff |
2006-12-23 |
ths | Check ELF binaries for machine type and endianness. |
tree | commitdiff |
2006-09-29 |
bellard | 32 bit RSP update fix (aka Open Solaris x86_64 bug) |
tree | commitdiff |
2006-09-27 |
bellard | fixed user mode emulation |
tree | commitdiff |
2006-09-27 |
bellard | SMM fix for x86_64 |
tree | commitdiff |
2006-09-27 |
bellard | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) |
tree | commitdiff |
2006-09-24 |
bellard | added SMM support |
tree | commitdiff |
2006-09-03 |
bellard | multi byte nop support |
tree | commitdiff |
2006-07-10 |
bellard | monitor/mwait support |
tree | commitdiff |
2006-06-25 |
bellard | C99 64 bit printf |
tree | commitdiff |
2006-06-24 |
bellard | fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian... |
tree | commitdiff |
2006-06-19 |
bellard | fxam fix (Julian Seward) |
tree | commitdiff |
2006-06-19 |
bellard | switch_tss eflags restore fix (malc) |
tree | commitdiff |
2006-06-14 |
bellard | x86_64 mmx/sse fix |
tree | commitdiff |
2006-06-14 |
bellard | use glibc syscall (David Woodhouse) |
tree | commitdiff |
2006-05-03 |
bellard | bswapq fix |
tree | commitdiff |
2006-04-25 |
bellard | enable APIC by default |
tree | commitdiff |
2006-04-24 |
bellard | rol/ror cc fix |
tree | commitdiff |
2006-04-24 |
bellard | movddup fix |
tree | commitdiff |
2006-04-23 |
bellard | SSE3 support (Joachim Henke) |
tree | commitdiff |
2006-04-02 |
bellard | btx decode fix on x86_64 |
tree | commitdiff |
2006-03-11 |
pbrook | Add missing FORCE_RET() |
tree | commitdiff |
2006-03-03 |
bellard | x86_64 stack alignment fixes - x86_64 32 bit syscall fix |
tree | commitdiff |
2006-02-09 |
bellard | always compile 'int' traces |
tree | commitdiff |
2006-02-08 |
bellard | added last_io_time field |
tree | commitdiff |
2006-02-04 |
bellard | fxsave/fxrstor fix |
tree | commitdiff |
2005-12-17 |
bellard | fixed null segment validation (aka x86_64 regression... |
tree | commitdiff |
2005-12-17 |
bellard | switch_tss fix (aka spoon OS bug) |
tree | commitdiff |
2005-12-04 |
bellard | segment validation fix in lret/iret |
tree | commitdiff |
2005-12-04 |
bellard | generate GPF if non canonical addresses |
tree | commitdiff |
2005-11-28 |
bellard | NX support |
tree | commitdiff |
2005-11-28 |
bellard | nx defines |
tree | commitdiff |
2005-11-28 |
bellard | x86_64 ldl fix |
tree | commitdiff |
2005-11-28 |
bellard | x86_64 lcall fix |
tree | commitdiff |
2005-11-23 |
bellard | added HF_HALTED bit |
tree | commitdiff |
2005-11-21 |
bellard | cpu_exec_init() change |
tree | commitdiff |
2005-11-20 |
bellard | added CPU_COMMON and CPUState.tb_jmp_cache[] |
tree | commitdiff |
2005-11-20 |
bellard | use direct jump only for jumps in the same page |
tree | commitdiff |
2005-10-30 |
bellard | moved common softmmu code to common header (Paul Brook) |
tree | commitdiff |
2005-09-08 |
bellard | div64 fix (aka ssh bug) |
tree | commitdiff |
2005-08-21 |
bellard | TSS error code push fix (malc) |
tree | commitdiff |
2005-08-21 |
bellard | CR4.TSD flag support (Matt Schulkind) |
tree | commitdiff |
2005-08-21 |
bellard | RSP update fix for x86_64 in iret |
tree | commitdiff |
2005-08-15 |
bellard | 16/32 stack operations fix on x86_64 (aka win2000 start... |
tree | commitdiff |
2005-08-15 |
bellard | CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) |
tree | commitdiff |
2005-07-24 |
bellard | fscale fix (bug noticed by Kuwanger, fix by malc) |
tree | commitdiff |
2005-07-23 |
bellard | added overflow exceptions in divisions |
tree | commitdiff |
2005-07-23 |
bellard | x86_64 fixes (initial patch by Filip Navara) |
tree | commitdiff |
2005-07-03 |
bellard | better fpu state dump |
tree | commitdiff |
2005-04-26 |
bellard | removed switches in op.c (Paul Brook) |
tree | commitdiff |
2005-04-24 |
bellard | fixed zero ss selector case in x86_64 emulation |
tree | commitdiff |
2005-04-23 |
bellard | lcall and ljmp fixes in 64 bit mode - sysret fix |
tree | commitdiff |
2005-04-23 |
bellard | return model id in cpuid for x86_64 |
tree | commitdiff |
2005-04-23 |
bellard | sysret fix - better cpuid support - lcall support for... |
tree | commitdiff |
2005-04-23 |
bellard | enable EFER usage in i386 emulation - more cpuid bits |
tree | commitdiff |
2005-04-17 |
bellard | make lsl, lar verr and verw exception safe |
tree | commitdiff |
2005-04-17 |
bellard | verr and verw eflags opt fix |
tree | commitdiff |
2005-04-17 |
bellard | gdb support for user mode (Paul Brook) |
tree | commitdiff |
2005-04-07 |
bellard | helper_lret_protected fix for kqemu (Paul Brook) |
tree | commitdiff |
2005-03-20 |
bellard | NaN support in FPU comparisons |
tree | commitdiff |
2005-03-13 |
bellard | soft float support |
tree | commitdiff |
2005-03-13 |
bellard | add missing FORCE_RET (Paul Brook) |
tree | commitdiff |
2005-03-03 |
bellard | x86_64 fixes |
tree | commitdiff |
next |