- 5592a75 The other half of the mul64 rework. Sorry for the breakage, I committed by ths · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
- a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
- 5262168 SVM VINTR fix, by Alexander Graf. by ths · 17 years ago
- 239fbd8 Add missing svm.h header, and add a Changelog entry. by ths · 17 years ago
- 0573fbf SVM Support, by Alexander Graf. by ths · 17 years ago
- c068688 Extend TB flags to 64 bits (Alexander Graf). by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- d8134d9 Intel cache info, by Filip Navara. by ths · 17 years ago
- 408e783 Fix the reported xlevel for Intel CPU, by Filip Navara. by ths · 17 years ago
- a2cce02 Initialize old_exception, by Bernhard Kauer. by ths · 18 years ago
- aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago
- 88fe8a4 DR6 single step exception status bit, by Juergen Keil. by ths · 18 years ago
- b6d7c3d Fix division by zero handling, by Joris van Rantwijk. by ths · 18 years ago
- d0bdf2a Fix typo. by ths · 18 years ago
- 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
- bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
- e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- 7f75ffd Spelling fix (Mark Glines) by blueswir1 · 18 years ago
- 69d3572 More generic 64 bit multiplication support, by Aurelien Jarno. by ths · 18 years ago
- 2f6ecc6 Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. by ths · 18 years ago
- 095f61d Revert, this is already fixed in a better way. by ths · 18 years ago
- 4b70269 Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. by ths · 18 years ago
- af661ad Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. by ths · 18 years ago
- 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
- eae7629 i386 return APIC ID with cpuid, by Bernhard Kauer. by ths · 18 years ago
- 7524c84 Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. by ths · 18 years ago
- b0ee3ff ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. by ths · 18 years ago
- 678dde1 Generate double and triple faults, by Bernhard Kauer. by ths · 18 years ago
- 26a1662 darwin fix by bellard · 18 years ago
- d80c7d1 64 bit syscall fixes - more logical mwait/monitor ECX test by bellard · 18 years ago
- 0499e4a cwde and cdq fix in 64 bit mode by bellard · 18 years ago
- 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
- dabd98d fixed movd mmx/sse insn by bellard · 18 years ago
- 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
- 8d7b0fb 32 bit RSP update fix (aka Open Solaris x86_64 bug) by bellard · 18 years ago
- 74ce674 fixed user mode emulation by bellard · 18 years ago
- 8988ae8 SMM fix for x86_64 by bellard · 18 years ago
- 69c3bcb enabled PSE36 for x86_64 (fix for OpenSolaris as guest) by bellard · 18 years ago
- 3b21e03 added SMM support by bellard · 18 years ago
- e17a36c multi byte nop support by bellard · 18 years ago
- 3d7374c monitor/mwait support by bellard · 19 years ago
- 26a7646 C99 64 bit printf by bellard · 19 years ago
- 480c1cd fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc) by bellard · 19 years ago
- a891c7a fxam fix (Julian Seward) by bellard · 19 years ago
- 447c2ce switch_tss eflags restore fix (malc) by bellard · 19 years ago
- d1e42c5 x86_64 mmx/sse fix by bellard · 19 years ago
- 83fcb51 use glibc syscall (David Woodhouse) by bellard · 19 years ago
- 68cae3d bswapq fix by bellard · 19 years ago
- 96b74a0 enable APIC by default by bellard · 19 years ago
- ad1a5b7 rol/ror cc fix by bellard · 19 years ago
- ba6526d movddup fix by bellard · 19 years ago
- 465e983 SSE3 support (Joachim Henke) by bellard · 19 years ago
- 33698e5 btx decode fix on x86_64 by bellard · 19 years ago
- 647c593 Add missing FORCE_RET() by pbrook · 19 years ago
- 9540a78 x86_64 stack alignment fixes - x86_64 32 bit syscall fix by bellard · 19 years ago
- 1247c5f always compile 'int' traces by bellard · 19 years ago
- f1c8567 added last_io_time field by bellard · 19 years ago
- 0fd14b7 fxsave/fxrstor fix by bellard · 19 years ago
- cd072e0 fixed null segment validation (aka x86_64 regression bug) by bellard · 19 years ago
- 265d349 switch_tss fix (aka spoon OS bug) by bellard · 19 years ago
- 89984cd segment validation fix in lret/iret by bellard · 19 years ago
- 54ca909 generate GPF if non canonical addresses by bellard · 19 years ago
- 4b4f782 NX support by bellard · 19 years ago
- 5cf3839 nx defines by bellard · 19 years ago
- 5732fd2 x86_64 ldl fix by bellard · 19 years ago
- 649ea05 x86_64 lcall fix by bellard · 19 years ago
- d2ac63e added HF_HALTED bit by bellard · 19 years ago
- 173d6cf cpu_exec_init() change by bellard · 19 years ago
- a316d33 added CPU_COMMON and CPUState.tb_jmp_cache[] by bellard · 19 years ago
- 6e256c9 use direct jump only for jumps in the same page by bellard · 19 years ago
- a9049a0 moved common softmmu code to common header (Paul Brook) by bellard · 19 years ago
- c0b24a1 div64 fix (aka ssh bug) by bellard · 19 years ago
- 3f20e1d TSS error code push fix (malc) by bellard · 20 years ago
- ecada8a CR4.TSD flag support (Matt Schulkind) by bellard · 20 years ago
- 2c8e030 RSP update fix for x86_64 in iret by bellard · 20 years ago
- bc3fc8d 16/32 stack operations fix on x86_64 (aka win2000 startup bug) by bellard · 20 years ago
- 1f3358c CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) by bellard · 20 years ago
- 57e4c06 fscale fix (bug noticed by Kuwanger, fix by malc) by bellard · 20 years ago
- 45bbbb4 added overflow exceptions in divisions by bellard · 20 years ago
- 8f091a5 x86_64 fixes (initial patch by Filip Navara) by bellard · 20 years ago
- 2157fa0 better fpu state dump by bellard · 20 years ago
- 43fb823 removed switches in op.c (Paul Brook) by bellard · 20 years ago
- b359d4e fixed zero ss selector case in x86_64 emulation by bellard · 20 years ago
- aba9d61 lcall and ljmp fixes in 64 bit mode - sysret fix by bellard · 20 years ago
- a6f3798 return model id in cpuid for x86_64 by bellard · 20 years ago
- f419b32 sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation by bellard · 20 years ago
- 8d9bfc2 enable EFER usage in i386 emulation - more cpuid bits by bellard · 20 years ago
- 5516d67 make lsl, lar verr and verw exception safe by bellard · 20 years ago
- cc6f538 verr and verw eflags opt fix by bellard · 20 years ago
- 1fddef4 gdb support for user mode (Paul Brook) by bellard · 20 years ago
- b7e2c11 helper_lret_protected fix for kqemu (Paul Brook) by bellard · 20 years ago
- 8422b11 NaN support in FPU comparisons by bellard · 20 years ago
- 7a0e1f4 soft float support by bellard · 20 years ago
- 6eea2b1 add missing FORCE_RET (Paul Brook) by bellard · 20 years ago
- 3131321 x86_64 fixes by bellard · 20 years ago
- d785e6b x86_64 support by bellard · 20 years ago
- 0b9dc5e loop insn fix for non x86 hosts by bellard · 20 years ago