1. f45755b KVM: fix poison overwritten caused by using wrong xstate size by Xiaotian Feng · 14 years ago
  2. c19b8bd6 KVM: x86 emulator: fix xchg instruction emulation by Wei Yongjun · 14 years ago
  3. 68be080 KVM: x86: never re-execute instruction with enabled tdp by Gleb Natapov · 14 years ago
  4. 908e75f KVM: Expose MCE control MSRs to userspace by Avi Kivity · 14 years ago
  5. aea924f KVM: PIT: stop vpit before freeing irq_routing by Xiao Guangrong · 14 years ago
  6. a6f177e KVM: Reenter guest after emulation failure if due to access to non-mmio address by Gleb Natapov · 14 years ago
  7. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 14 years ago
  8. 3e00750 KVM: Simplify vcpu_enter_guest() mmu reload logic slightly by Avi Kivity · 14 years ago
  9. 6c3f604 KVM: x86: Enable AVX for guest by Sheng Yang · 14 years ago
  10. 7ac7709 KVM: Prevent internal slots from being COWed by Avi Kivity · 14 years ago
  11. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 14 years ago
  12. b74a07b KVM: Remove kernel-allocated memory regions by Avi Kivity · 14 years ago
  13. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  14. d1ac91d KVM: Consolidate load/save temporary buffer allocation and freeing by Avi Kivity · 14 years ago
  15. a1a005f KVM: Fix xsave and xcr save/restore memory leak by Avi Kivity · 14 years ago
  16. 2d5b5a6 KVM: x86: XSAVE/XRSTOR live migration support by Sheng Yang · 14 years ago
  17. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 14 years ago
  18. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 14 years ago
  19. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 14 years ago
  20. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 14 years ago
  21. 7bee342 KVM: x86: use linux/uaccess.h instead of asm/uaccess.h by Lai Jiangshan · 14 years ago
  22. 10ab25c KVM: x86: Propagate fpu_alloc errors by Jan Kiszka · 14 years ago
  23. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  24. 9891883 KVM: x86: Use FPU API by Sheng Yang · 14 years ago
  25. 7cf3085 KVM: x86: Use unlazy_fpu() for host FPU by Sheng Yang · 14 years ago
  26. 9373662 KVM: Consolidate arch specific vcpu ioctl locking by Avi Kivity · 14 years ago
  27. 526b78a KVM: x86: Lock arch specific vcpu ioctls centrally by Avi Kivity · 14 years ago
  28. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 14 years ago
  29. 1683b24 KVM: x86: cleanup unused local variable by Xiao Guangrong · 14 years ago
  30. aad8270 KVM: VMX: Only reset MMU when necessary by Sheng Yang · 14 years ago
  31. 62ad075 KVM: x86: Clean up duplicate assignment by Sheng Yang · 14 years ago
  32. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 14 years ago
  33. d94e1dc KVM: Get rid of KVM_REQ_KICK by Avi Kivity · 14 years ago
  34. 54b8486 KVM: x86 emulator: do not inject exception directly into vcpu by Gleb Natapov · 14 years ago
  35. 95cb229 KVM: x86 emulator: move interruptibility state tracking out of emulator by Gleb Natapov · 14 years ago
  36. 4d2179e KVM: x86 emulator: handle shadowed registers outside emulator by Gleb Natapov · 14 years ago
  37. ef050dc KVM: x86 emulator: set RFLAGS outside x86 emulator code by Gleb Natapov · 14 years ago
  38. 95c5588 KVM: x86 emulator: advance RIP outside x86 emulator code by Gleb Natapov · 14 years ago
  39. 3457e41 KVM: handle emulation failure case first by Gleb Natapov · 14 years ago
  40. 8fe681e KVM: do not inject #PF in (read|write)_emulated() callbacks by Gleb Natapov · 14 years ago
  41. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 14 years ago
  42. c3cd7ff KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure by Gleb Natapov · 14 years ago
  43. 411c35b KVM: fill in run->mmio details in (read|write)_emulated function by Gleb Natapov · 14 years ago
  44. 338dbc9 KVM: x86 emulator: make (get|set)_dr() callback return error if it fails by Gleb Natapov · 14 years ago
  45. 0f12244 KVM: x86 emulator: make set_cr() callback return error if it fails by Gleb Natapov · 14 years ago
  46. 5951c44 KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops by Gleb Natapov · 14 years ago
  47. 3fb1b5d KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  48. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  49. 1c11e71 KVM: VMX: Avoid writing HOST_CR0 every entry by Avi Kivity · 14 years ago
  50. 914ebcc KVM: x86: avoid unnecessary bitmap allocation when memslot is clean by Takuya Yoshikawa · 14 years ago
  51. 7a73c02 KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR by Avi Kivity · 14 years ago
  52. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  53. 8fbf065 KVM: x86: Add missing locking to arch specific vcpu ioctls by Avi Kivity · 14 years ago
  54. a3d204e KVM: x86: Check LMA bit before set_efer by Sheng Yang · 14 years ago
  55. f78e917 KVM: Don't allow lmsw to clear cr0.pe by Avi Kivity · 14 years ago
  56. 371bcf6 KVM: x86: Tell the guest we'll warn it about tsc stability by Glauber Costa · 14 years ago
  57. 84478c8 KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID by Glauber Costa · 14 years ago
  58. 11c6bff KVM: x86: change msr numbers for kvmclock by Glauber Costa · 14 years ago
  59. b69e8ca KVM: x86: Inject #GP with the right rip on efer writes by Roedel, Joerg · 14 years ago
  60. 3f0fd29 KVM: x86: Fix exception reinjection forced to true by Joerg Roedel · 14 years ago
  61. 9ed3c44 KVM: Fix wallclock version writing race by Avi Kivity · 14 years ago
  62. f1d86e4 KVM: x86: properly update ready_for_interrupt_injection by Marcelo Tosatti · 14 years ago
  63. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  64. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 14 years ago
  65. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 14 years ago
  66. 8d3b932 Merge remote branch 'tip/perf/core' by Avi Kivity · 14 years ago
  67. 87bc3bf KVM: MMU: Drop cr4.pge from shadow page role by Avi Kivity · 14 years ago
  68. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 14 years ago
  69. 9beeaa2 Merge branch 'perf' by Avi Kivity · 14 years ago
  70. 19d0443 KVM: fix emulator_task_switch() return value. by Gleb Natapov · 14 years ago
  71. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 14 years ago
  72. 8f6abd0 KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() by Gleb Natapov · 14 years ago
  73. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 14 years ago
  74. f7a7119 KVM: Fix MAXPHYADDR calculation when cpuid does not support it by Avi Kivity · 14 years ago
  75. e46479f KVM: Trace emulated instructions by Avi Kivity · 14 years ago
  76. 482ac18 KVM: x86 emulator: commit rflags as part of registers commit by Gleb Natapov · 14 years ago
  77. 9749a6c KVM: x86: Fix 32-bit build breakage due to typo by Jan Kiszka · 14 years ago
  78. 92bf974 KVM: small kvm_arch_vcpu_ioctl_run() cleanup. by Gleb Natapov · 14 years ago
  79. 5cd2191 KVM: x86 emulator: restart string instruction without going back to a guest. by Gleb Natapov · 14 years ago
  80. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 14 years ago
  81. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 14 years ago
  82. ceffb45 KVM: Use task switch from emulator.c by Gleb Natapov · 14 years ago
  83. 2dafc6c KVM: x86 emulator: Provide more callbacks for x86 emulator. by Gleb Natapov · 14 years ago
  84. 063db06 KVM: Provide current eip as part of emulator context. by Gleb Natapov · 14 years ago
  85. 9c53724 KVM: Provide x86_emulate_ctxt callback to get current cpl by Gleb Natapov · 14 years ago
  86. 93a152b KVM: remove realmode_lmsw function. by Gleb Natapov · 14 years ago
  87. 52a4661 KVM: Provide callback to get/set control registers in emulator ops. by Gleb Natapov · 14 years ago
  88. 49c6799 KVM: Remove pointer to rflags from realmode_set_cr parameters. by Gleb Natapov · 14 years ago
  89. 4a5f48f KVM: Don't follow an atomic operation by a non-atomic one by Avi Kivity · 14 years ago
  90. daea3e7 KVM: Make locked operations truly atomic by Avi Kivity · 14 years ago
  91. 160d2f6 KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip by Wei Yongjun · 14 years ago
  92. 5c1c85d KVM: Trace exception injection by Avi Kivity · 14 years ago
  93. 2ed152a KVM: cleanup kvm trace by Xiao Guangrong · 14 years ago
  94. fe19c5a KVM: x86: Call vcpu_load and vcpu_put in cpuid_update by Dongxiao Xu · 14 years ago
  95. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 14 years ago
  96. 254d4d4 KVM: fix segment_base() error checking by Gleb Natapov · 14 years ago
  97. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 14 years ago
  98. b44ea38 KVM: x86: Don't set arch.cr0 in kvm_set_cr0 by Joerg Roedel · 14 years ago
  99. 8249402 KVM: SVM: Ignore write of hwcr.ignne by Joerg Roedel · 14 years ago
  100. 2e554e8 KVM: SVM: Add kvm_nested_intercepts tracepoint by Joerg Roedel · 14 years ago