1. 7241f53 NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). by balrog · 17 years ago
  2. 3d57532 Make SVM env->cr[8] a valid register (patch from TeLeMan). by balrog · 17 years ago
  3. 57fec1f use the TCG code generator by bellard · 17 years ago
  4. 45d242b SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). by balrog · 17 years ago
  5. b26177d Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. by balrog · 17 years ago
  6. df01e0f Add rdpmc SVM intercept, by Bernhard Kauer. by balrog · 17 years ago
  7. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  8. d2fd1af x86_64 linux user emulation by bellard · 17 years ago
  9. 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 17 years ago
  10. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  11. 5592a75 The other half of the mul64 rework. Sorry for the breakage, I committed by ths · 17 years ago
  12. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  13. 5262168 SVM VINTR fix, by Alexander Graf. by ths · 17 years ago
  14. 0573fbf SVM Support, by Alexander Graf. by ths · 17 years ago
  15. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  16. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  17. d8134d9 Intel cache info, by Filip Navara. by ths · 18 years ago
  18. 88fe8a4 DR6 single step exception status bit, by Juergen Keil. 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. 7f75ffd Spelling fix (Mark Glines) by blueswir1 · 18 years ago
  21. 69d3572 More generic 64 bit multiplication support, by Aurelien Jarno. by ths · 18 years ago
  22. 095f61d Revert, this is already fixed in a better way. by ths · 18 years ago
  23. 4b70269 Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. by ths · 18 years ago
  24. eae7629 i386 return APIC ID with cpuid, by Bernhard Kauer. by ths · 18 years ago
  25. 7524c84 Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. by ths · 18 years ago
  26. b0ee3ff ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. by ths · 18 years ago
  27. 678dde1 Generate double and triple faults, by Bernhard Kauer. by ths · 18 years ago
  28. d80c7d1 64 bit syscall fixes - more logical mwait/monitor ECX test by bellard · 18 years ago
  29. 8d7b0fb 32 bit RSP update fix (aka Open Solaris x86_64 bug) by bellard · 18 years ago
  30. 74ce674 fixed user mode emulation by bellard · 18 years ago
  31. 8988ae8 SMM fix for x86_64 by bellard · 18 years ago
  32. 3b21e03 added SMM support by bellard · 18 years ago
  33. 3d7374c monitor/mwait support by bellard · 19 years ago
  34. 26a7646 C99 64 bit printf by bellard · 19 years ago
  35. a891c7a fxam fix (Julian Seward) by bellard · 19 years ago
  36. 447c2ce switch_tss eflags restore fix (malc) by bellard · 19 years ago
  37. 68cae3d bswapq fix by bellard · 19 years ago
  38. 9540a78 x86_64 stack alignment fixes - x86_64 32 bit syscall fix by bellard · 19 years ago
  39. 1247c5f always compile 'int' traces by bellard · 19 years ago
  40. cd072e0 fixed null segment validation (aka x86_64 regression bug) by bellard · 19 years ago
  41. 265d349 switch_tss fix (aka spoon OS bug) by bellard · 19 years ago
  42. 89984cd segment validation fix in lret/iret by bellard · 19 years ago
  43. 54ca909 generate GPF if non canonical addresses by bellard · 19 years ago
  44. 649ea05 x86_64 lcall fix by bellard · 19 years ago
  45. c0b24a1 div64 fix (aka ssh bug) by bellard · 20 years ago
  46. 3f20e1d TSS error code push fix (malc) by bellard · 20 years ago
  47. ecada8a CR4.TSD flag support (Matt Schulkind) by bellard · 20 years ago
  48. 2c8e030 RSP update fix for x86_64 in iret by bellard · 20 years ago
  49. 1f3358c CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) by bellard · 20 years ago
  50. 57e4c06 fscale fix (bug noticed by Kuwanger, fix by malc) by bellard · 20 years ago
  51. 45bbbb4 added overflow exceptions in divisions by bellard · 20 years ago
  52. 8f091a5 x86_64 fixes (initial patch by Filip Navara) by bellard · 20 years ago
  53. b359d4e fixed zero ss selector case in x86_64 emulation by bellard · 20 years ago
  54. f419b32 sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation by bellard · 20 years ago
  55. 5516d67 make lsl, lar verr and verw exception safe by bellard · 20 years ago
  56. b7e2c11 helper_lret_protected fix for kqemu (Paul Brook) by bellard · 20 years ago
  57. 8422b11 NaN support in FPU comparisons by bellard · 20 years ago
  58. 7a0e1f4 soft float support by bellard · 20 years ago
  59. 3131321 x86_64 fixes by bellard · 20 years ago
  60. 9df217a kqemu support by bellard · 20 years ago
  61. 4d6b6c0 more fpu functions - x86_64 fixes by bellard · 20 years ago
  62. ca954f6 x86_64 fixes by bellard · 20 years ago
  63. d3c6172 fxsr fixes by bellard · 20 years ago
  64. e995898 removed trace by bellard · 20 years ago
  65. 664e0f1 MMX/SSE support by bellard · 20 years ago
  66. a8ede8b div64 fix - raise_interrupt() fix - SSE fix by bellard · 20 years ago
  67. 06c2f50 syscall insn fix by bellard · 20 years ago
  68. 14ce26e x86_64 target support by bellard · 20 years ago
  69. 61a8c4e enter insn fix by bellard · 20 years ago
  70. 0d1a29f correct handling of saved host registers by bellard · 20 years ago
  71. 7fe4848 monitor fixes by bellard · 20 years ago
  72. 354ff22 avoid warning by bellard · 21 years ago
  73. 516633d jump to gate fix (aka OS/2 Warp install bug) by bellard · 21 years ago
  74. 023fe10 fnop FPU exception support (aka FreeBSD FPU probe) - sysenter/sysexit support (untested, not enabled in cpuid) by bellard · 21 years ago
  75. 28ab0e2 added cpu_get_tsc() by bellard · 21 years ago
  76. 2ee73ac division by zero FPU exception support by bellard · 21 years ago
  77. 95917e3 suppressed no longer needed vm86 segment hack (Mike Nordell) by bellard · 21 years ago
  78. fd83690 VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell) by bellard · 21 years ago
  79. e463b58 rdtsc fix by bellard · 21 years ago
  80. 1f1af9f added cpu_get_fp80() and cpu_set_fp80() by bellard · 21 years ago
  81. 08cea4e fixed ljmp and iret to TSS by bellard · 21 years ago
  82. 883da8e task switch fixes by bellard · 21 years ago
  83. 11774f5 protected lret x86 'bug' emulation by bellard · 21 years ago
  84. e19e89a more log items by bellard · 21 years ago
  85. 4afa648 fixed protected lret imm insn (one more OS/2 fix) by bellard · 21 years ago
  86. bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 21 years ago
  87. 2edcdce fpu fix by bellard · 21 years ago
  88. 58fe2f1 experimental code copy support by bellard · 21 years ago
  89. 1ac157d more precise TLB invalidation - init cleanup by bellard · 21 years ago
  90. 8145122 correct NT flag behavior - zero ldt task switch bug fix - task switch thru call insn bug fix by bellard · 21 years ago
  91. 4796f5e interrupt to conforming segment fix (QNX boot fix) by bellard · 21 years ago
  92. dc6f57f debug updates - page_unprotect() is no longer needed in softmmu case by bellard · 21 years ago
  93. 8e68201 correct zero segment values when coming from VM86 mode - cache infos in CPUID - simpler exception handling in load_seg() - validate segments after lret/iret by bellard · 21 years ago
  94. 4136f33 fixed eflags IF/IOPL update by bellard · 21 years ago
  95. 891b38e more precise stack operations in call/int gates (16 bit wrapping is handled in all cases) - makes all call/int gates operations restartable in case of exception by bellard · 21 years ago
  96. f3f2d9b call gate fix - verr and verw fix by bellard · 21 years ago
  97. 3ab493d added verr, verw, arpl - more precise segment rights checks by bellard · 21 years ago
  98. 7e84c24 full TSS support - IO map check support - conforming segment check fixes - iret in vm86 mode fix by bellard · 21 years ago
  99. 9951bf3 fixed long double accesses when using soft MMU by bellard · 21 years ago
  100. 61382a5 full softmmu support by bellard · 21 years ago