1. 71f9833 KVM: fix push of wrong eip when doing softint by Serge E. Hallyn · 14 years ago
  2. 7ae441e KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu by Gleb Natapov · 14 years ago
  3. 92a1f12 KVM: X86: Implement userspace interface to set virtual_tsc_khz by Joerg Roedel · 14 years ago
  4. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 14 years ago
  5. 8f6055c KVM: X86: Make tsc_delta calculation a function of guest tsc by Joerg Roedel · 14 years ago
  6. 1e99361 KVM: X86: Let kvm-clock report the right tsc frequency by Joerg Roedel · 14 years ago
  7. cfec82c KVM: SVM: Add intercept check for emulated cr accesses by Joerg Roedel · 14 years ago
  8. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 14 years ago
  9. 775fde8 KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED by Joerg Roedel · 14 years ago
  10. c4f035c KVM: x86 emulator: add framework for instruction intercepts by Avi Kivity · 14 years ago
  11. 5037f6f KVM: x86 emulator: define callbacks for using the guest fpu within the emulator by Avi Kivity · 14 years ago
  12. cef4dea KVM: 16-byte mmio support by Avi Kivity · 15 years ago
  13. 5287f19 KVM: Split mmio completion into a function by Avi Kivity · 15 years ago
  14. 70252a1 KVM: extend in-kernel mmio to handle >8 byte transactions by Avi Kivity · 15 years ago
  15. 1499e54 KVM: x86: better fix for race between nmi injection and enabling nmi window by Gleb Natapov · 14 years ago
  16. c761e58 Revert "KVM: Fix race between nmi injection and enabling nmi window" by Marcelo Tosatti · 14 years ago
  17. 3291892 KVM: expose async pf through our standard mechanism by Glauber Costa · 14 years ago
  18. f6e7847 KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions by Avi Kivity · 14 years ago
  19. bd22f5c KVM: move and fix substitue search for missing CPUID entries by Andre Przywara · 14 years ago
  20. 20800bc KVM: fix XSAVE bit scanning by Andre Przywara · 14 years ago
  21. 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
  22. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  23. 1aa8cee KVM: fix kvmclock regression due to missing clock update by Nikola Ciprich · 14 years ago
  24. 5601d05 KVM: emulator: Fix io permission checking for 64bit guest by Gleb Natapov · 14 years ago
  25. 48c0e4e KVM: MMU: move mmu pages calculated out of mmu lock by Xiao Guangrong · 14 years ago
  26. 1260edbe KVM: better readability of efer_reserved_bits by Lai Jiangshan · 14 years ago
  27. d170c41 KVM: Clear async page fault hash after switching to real mode by Lai Jiangshan · 14 years ago
  28. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  29. 7049467 KVM: remove isr_ack logic from PIC by Gleb Natapov · 14 years ago
  30. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  31. f863684 KVM: Fix race between nmi injection and enabling nmi window by Avi Kivity · 14 years ago
  32. 4005996 KVM: Drop ad-hoc vendor specific instruction restriction by Avi Kivity · 14 years ago
  33. 3e90943 KVM: Drop bogus x86_decode_insn() error check by Avi Kivity · 14 years ago
  34. 12f9a48 KVM: x86: release kvmclock page on reset by Glauber Costa · 14 years ago
  35. 91c9c3e KVM: x86: handle guest access to BBL_CR_CTL3 MSR by john cooper · 14 years ago
  36. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  37. 9ca5231 KVM: x86: Remove user space triggerable MCE error message by Jan Kiszka · 14 years ago
  38. 63f42e0 KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs() by Xiao Guangrong · 14 years ago
  39. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  40. e5c3014 KVM: Initialize fpu state in preemptible context by Avi Kivity · 14 years ago
  41. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  42. 9f8fe50 KVM: Replace reads of vcpu->arch.cr3 by an accessor by Avi Kivity · 14 years ago
  43. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  44. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  45. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  46. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  47. 175504c KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() by Takuya Yoshikawa · 14 years ago
  48. a355c85 KVM: return true when user space query KVM_CAP_USER_NMI extension by Lai Jiangshan · 14 years ago
  49. 61cfab2 KVM: Correct kvm_pio tracepoint count field by Avi Kivity · 14 years ago
  50. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  51. fc3a915 KVM: X86: Don't report L2 emulation failures to user-space by Joerg Roedel · 14 years ago
  52. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  53. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  54. bcc55cb KVM: x86 emulator: make emulator memory callbacks return full exception by Avi Kivity · 14 years ago
  55. da9cb57 KVM: x86 emulator: introduce struct x86_exception to communicate faults by Avi Kivity · 14 years ago
  56. 945ee35 KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info by Avi Kivity · 14 years ago
  57. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  58. e5f3f02 KVM: MMU: clear apfs if page state is changed by Xiao Guangrong · 14 years ago
  59. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  60. e6d53e3 KVM: avoid unnecessary wait for a async pf by Xiao Guangrong · 14 years ago
  61. c7d28c2 KVM: fix searching async gfn in kvm_async_pf_gfn_slot by Xiao Guangrong · 14 years ago
  62. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  63. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  64. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  65. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  66. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  67. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  68. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  69. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  70. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  71. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  72. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  73. 010c520 KVM: Don't reset mmu context unnecessarily when updating EFER by Avi Kivity · 14 years ago
  74. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  75. 3e26f23 KVM: Fix preemption counter leak in kvm_timer_init() by Avi Kivity · 14 years ago
  76. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  77. 3ea3aa8 KVM: Fix OSXSAVE after migration by Sheng Yang · 14 years ago
  78. 453d9c5 KVM: x86: Issue smp_call_function_many with preemption disabled by Jan Kiszka · 14 years ago
  79. 97e69aa KVM: x86: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  80. edde99c KVM: Write protect memory after slot swap by Michael S. Tsirkin · 14 years ago
  81. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  82. 5854dbc KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED by Huang Ying · 14 years ago
  83. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  84. 395c6b0 KVM: Disable interrupts around get_kernel_ns() by Avi Kivity · 14 years ago
  85. 5093362 KVM: x86: Fix constant type in kvm_get_time_scale by Jan Kiszka · 14 years ago
  86. c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
  87. 34c238a KVM: x86: Rename timer function by Zachary Amsden · 14 years ago
  88. 5f4e3f8 KVM: x86: Make math work for other scales by Zachary Amsden · 14 years ago
  89. 6399565 KVM: Add kvm_inject_realmode_interrupt() wrapper by Mohammed Gamal · 14 years ago
  90. f4f5105 KVM: Convert PIC lock from raw spinlock to ordinary spinlock by Avi Kivity · 14 years ago
  91. 28e4639 KVM: x86: Fix kvmclock bug by Zachary Amsden · 14 years ago
  92. 0959ffa KVM: MMU: Don't track nested fault info in error-code by Joerg Roedel · 14 years ago
  93. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  94. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  95. 4c62a2d KVM: X86: Report SVM bit to userspace only when supported by Joerg Roedel · 14 years ago
  96. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  97. d47f00a KVM: X86: Propagate fetch faults by Joerg Roedel · 14 years ago
  98. d4f8cf6 KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa by Joerg Roedel · 14 years ago
  99. 02f59dc KVM: MMU: Introduce init_kvm_nested_mmu() by Joerg Roedel · 14 years ago
  100. 3d06b8b KVM: MMU: Introduce kvm_read_nested_guest_page() by Joerg Roedel · 14 years ago