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