1. af7cc7d KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 13 years ago
  2. c9aaa89 KVM: Steal time implementation by Glauber Costa · 13 years ago
  3. a01c8f9 KVM: Enable ERMS feature support for KVM by Yang, Wei · 13 years ago
  4. 176f61d KVM: Expose RDWRGSFS bit to KVM guests by Yang, Wei · 13 years ago
  5. 74dc2b4 KVM: Add RDWRGSFS support when setting CR4 by Yang, Wei · 13 years ago
  6. 4a00efd KVM: Enable DRNG feature support for KVM by Yang, Wei Y · 13 years ago
  7. 02668b06 KVM: fix XSAVE bit scanning (now properly) by Andre Przywara · 13 years ago
  8. 611c120 KVM: Mask function7 ebx against host capability word9 by Yang, Wei Y · 13 years ago
  9. c68b734 KVM: Add SMEP support when setting CR4 by Yang, Wei Y · 13 years ago
  10. 9dac77f KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt by Avi Kivity · 13 years ago
  11. 36dd9bb KVM: x86 emulator: rename decode_cache::eip to _eip by Avi Kivity · 13 years ago
  12. 9d74191 KVM: x86 emulator: Use the pointers ctxt and c consistently by Takuya Yoshikawa · 13 years ago
  13. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 13 years ago
  14. 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 13 years ago
  15. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 13 years ago
  16. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 13 years ago
  17. b5c9ff7 KVM: x86 emulator: Avoid clearing the whole decode_cache by Takuya Yoshikawa · 13 years ago
  18. adf5223 KVM: x86 emulator: Clean up init_emulate_ctxt() by Takuya Yoshikawa · 13 years ago
  19. d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 13 years ago
  20. 24c82e5 KVM: Sanitize cpuid by Avi Kivity · 13 years ago
  21. 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 13 years ago
  22. 7b105ca KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions by Takuya Yoshikawa · 13 years ago
  23. 1aa3661 KVM: x86 emulator: consolidate segment accessors by Avi Kivity · 13 years ago
  24. 4429d5d KVM: Add CPUID support for VIA CPU by BrillyWu@viatech.com.cn · 13 years ago
  25. 2aab2c5 KVM: call cache_all_regs() only once during instruction emulation by Gleb Natapov · 13 years ago
  26. 0004c7c KVM: Fix compound mmio by Gleb Natapov · 13 years ago
  27. 8d7d8102 KVM: mmio_fault_cr2 is not used by Gleb Natapov · 13 years ago
  28. 13db70e KVM: x86 emulator: drop x86_emulate_ctxt::vcpu by Avi Kivity · 13 years ago
  29. 5197b80 KVM: Avoid using x86_emulate_ctxt.vcpu by Avi Kivity · 13 years ago
  30. bcaf5cc KVM: x86 emulator: add new ->wbinvd() callback by Avi Kivity · 13 years ago
  31. d6aa100 KVM: x86 emulator: add ->fix_hypercall() callback by Avi Kivity · 13 years ago
  32. 6c3287f KVM: x86 emulator: add new ->halt() callback by Avi Kivity · 13 years ago
  33. 3cb16fe KVM: x86 emulator: make emulate_invlpg() an emulator callback by Avi Kivity · 13 years ago
  34. 2d04a05 KVM: x86 emulator: emulate CLTS internally by Avi Kivity · 13 years ago
  35. 1ac9d0c KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() by Avi Kivity · 13 years ago
  36. 2953538 KVM: x86 emulator: drop vcpu argument from intercept callback by Avi Kivity · 13 years ago
  37. 717746e KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks by Avi Kivity · 13 years ago
  38. 4bff1e86 KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks by Avi Kivity · 13 years ago
  39. ca1d4a9 KVM: x86 emulator: drop vcpu argument from pio callbacks by Avi Kivity · 13 years ago
  40. 0f65dd7 KVM: x86 emulator: drop vcpu argument from memory read/write callbacks by Avi Kivity · 13 years ago
  41. 7c4c0f4 KVM: X86: Update last_guest_tsc in vcpu_put by Joerg Roedel · 13 years ago
  42. 71f9833 KVM: fix push of wrong eip when doing softint by Serge E. Hallyn · 13 years ago
  43. 7ae441e KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu by Gleb Natapov · 13 years ago
  44. 92a1f12 KVM: X86: Implement userspace interface to set virtual_tsc_khz by Joerg Roedel · 13 years ago
  45. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 13 years ago
  46. 8f6055c KVM: X86: Make tsc_delta calculation a function of guest tsc by Joerg Roedel · 13 years ago
  47. 1e99361 KVM: X86: Let kvm-clock report the right tsc frequency by Joerg Roedel · 13 years ago
  48. cfec82c KVM: SVM: Add intercept check for emulated cr accesses by Joerg Roedel · 13 years ago
  49. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 13 years ago
  50. 775fde8 KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED by Joerg Roedel · 13 years ago
  51. c4f035c KVM: x86 emulator: add framework for instruction intercepts by Avi Kivity · 13 years ago
  52. 5037f6f KVM: x86 emulator: define callbacks for using the guest fpu within the emulator by Avi Kivity · 13 years ago
  53. cef4dea KVM: 16-byte mmio support by Avi Kivity · 15 years ago
  54. 5287f19 KVM: Split mmio completion into a function by Avi Kivity · 15 years ago
  55. 70252a1 KVM: extend in-kernel mmio to handle >8 byte transactions by Avi Kivity · 15 years ago
  56. 1499e54 KVM: x86: better fix for race between nmi injection and enabling nmi window by Gleb Natapov · 13 years ago
  57. c761e58 Revert "KVM: Fix race between nmi injection and enabling nmi window" by Marcelo Tosatti · 13 years ago
  58. 3291892 KVM: expose async pf through our standard mechanism by Glauber Costa · 14 years ago
  59. f6e7847 KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions by Avi Kivity · 14 years ago
  60. bd22f5c KVM: move and fix substitue search for missing CPUID entries by Andre Przywara · 13 years ago
  61. 20800bc KVM: fix XSAVE bit scanning by Andre Przywara · 13 years ago
  62. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  63. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  64. 1aa8cee KVM: fix kvmclock regression due to missing clock update by Nikola Ciprich · 14 years ago
  65. 5601d05 KVM: emulator: Fix io permission checking for 64bit guest by Gleb Natapov · 14 years ago
  66. 48c0e4e KVM: MMU: move mmu pages calculated out of mmu lock by Xiao Guangrong · 14 years ago
  67. 1260edbe KVM: better readability of efer_reserved_bits by Lai Jiangshan · 14 years ago
  68. d170c41 KVM: Clear async page fault hash after switching to real mode by Lai Jiangshan · 14 years ago
  69. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  70. 7049467 KVM: remove isr_ack logic from PIC by Gleb Natapov · 14 years ago
  71. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  72. f863684 KVM: Fix race between nmi injection and enabling nmi window by Avi Kivity · 14 years ago
  73. 4005996 KVM: Drop ad-hoc vendor specific instruction restriction by Avi Kivity · 14 years ago
  74. 3e90943 KVM: Drop bogus x86_decode_insn() error check by Avi Kivity · 14 years ago
  75. 12f9a48 KVM: x86: release kvmclock page on reset by Glauber Costa · 14 years ago
  76. 91c9c3e KVM: x86: handle guest access to BBL_CR_CTL3 MSR by john cooper · 14 years ago
  77. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  78. 9ca5231 KVM: x86: Remove user space triggerable MCE error message by Jan Kiszka · 14 years ago
  79. 63f42e0 KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs() by Xiao Guangrong · 14 years ago
  80. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  81. e5c3014 KVM: Initialize fpu state in preemptible context by Avi Kivity · 14 years ago
  82. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  83. 9f8fe50 KVM: Replace reads of vcpu->arch.cr3 by an accessor by Avi Kivity · 14 years ago
  84. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  85. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  86. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  87. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  88. 175504c KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() by Takuya Yoshikawa · 14 years ago
  89. a355c85 KVM: return true when user space query KVM_CAP_USER_NMI extension by Lai Jiangshan · 14 years ago
  90. 61cfab2 KVM: Correct kvm_pio tracepoint count field by Avi Kivity · 14 years ago
  91. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  92. fc3a915 KVM: X86: Don't report L2 emulation failures to user-space by Joerg Roedel · 14 years ago
  93. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  94. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  95. bcc55cb KVM: x86 emulator: make emulator memory callbacks return full exception by Avi Kivity · 14 years ago
  96. da9cb57 KVM: x86 emulator: introduce struct x86_exception to communicate faults by Avi Kivity · 14 years ago
  97. 945ee35 KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info by Avi Kivity · 14 years ago
  98. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  99. e5f3f02 KVM: MMU: clear apfs if page state is changed by Xiao Guangrong · 14 years ago
  100. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago