1. 2680d6d kvm: x86: Update tsc multiplier on change. by Owen Hofmann · 9 years ago
  2. 70e4da7 KVM: x86: fix root cause for missed hardware breakpoints by Paolo Bonzini · 9 years ago
  3. 17e4bce KVM: x86: MMU: fix ubsan index-out-of-range warning by Mike Krinkin · 9 years ago
  4. 0c1d77f KVM: x86: fix conversion of addresses to linear in 32-bit protected mode by Paolo Bonzini · 9 years ago
  5. 172b238 KVM: x86: fix missed hardware breakpoints by Paolo Bonzini · 9 years ago
  6. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  7. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  8. 45bdbcf kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROL by Huaitong Han · 9 years ago
  9. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. ac3e5fc kvm/x86: Hyper-V SynIC timers tracepoints by Andrey Smetanin · 9 years ago
  11. 18659a9 kvm/x86: Hyper-V SynIC tracepoints by Andrey Smetanin · 9 years ago
  12. f3b138c kvm/x86: Update SynIC timers on guest entry only by Andrey Smetanin · 9 years ago
  13. 7be58a6 kvm/x86: Skip SynIC vector check for QEMU side by Andrey Smetanin · 9 years ago
  14. 23a3b20 kvm/x86: Hyper-V fix SynIC timer disabling condition by Andrey Smetanin · 9 years ago
  15. 0cdeabb kvm/x86: Reorg stimer_expiration() to better control timer restart by Andrey Smetanin · 9 years ago
  16. f808495 kvm/x86: Hyper-V unify stimer_start() and stimer_restart() by Andrey Smetanin · 9 years ago
  17. 019b978 kvm/x86: Drop stimer_stop() function by Andrey Smetanin · 9 years ago
  18. 1ac1b65 kvm/x86: Hyper-V timers fix incorrect logical operation by Andrey Smetanin · 9 years ago
  19. 2860c4b KVM: move architecture-dependent requests to arch/ by Paolo Bonzini · 9 years ago
  20. 1dab134 kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clock by Nicholas Krause · 9 years ago
  21. e5e57e7 kvm: x86: only channel 0 of the i8254 is linked to the HPET by Paolo Bonzini · 9 years ago
  22. 0af2593 kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpa by David Matlack · 9 years ago
  23. 0185604 KVM: x86: Reload pit counters for all channels when restoring state by Andrew Honig · 9 years ago
  24. e24dea2 KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID by Paolo Bonzini · 9 years ago
  25. fa7c4eb KVM: MTRR: observe maxphyaddr from guest CPUID, not host by Paolo Bonzini · 9 years ago
  26. a7f2d78 KVM: MTRR: fix fixed MTRR segment look up by Alexis Dambricourt · 9 years ago
  27. 7749266 KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table() by Takuya Yoshikawa · 9 years ago
  28. 481d2bc kvm/x86: Remove Hyper-V SynIC timer stopping by Andrey Smetanin · 9 years ago
  29. 8a86aea9 KVM: vmx: detect mismatched size in VMCS read/write by Paolo Bonzini · 9 years ago
  30. 845c5b4 KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs by Paolo Bonzini · 9 years ago
  31. f353105 KVM: VMX: fix read/write sizes of VMCS fields by Paolo Bonzini · 9 years ago
  32. 0bcf261 KVM: VMX: fix the writing POSTED_INTR_NV by Li RongQing · 9 years ago
  33. 1f4b34f kvm/x86: Hyper-V SynIC timers by Andrey Smetanin · 9 years ago
  34. 765eaa0 kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack by Andrey Smetanin · 9 years ago
  35. 93bf417 kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT by Andrey Smetanin · 9 years ago
  36. 0ae8038 kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers by Andrey Smetanin · 9 years ago
  37. e18eaee kvm/x86: Rearrange func's declarations inside Hyper-V header by Andrey Smetanin · 9 years ago
  38. 81b1b9c KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX by Haozhong Zhang · 9 years ago
  39. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  40. bb11c6c KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() by Takuya Yoshikawa · 9 years ago
  41. 74c4e63 KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() by Takuya Yoshikawa · 9 years ago
  42. 98bba23 KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() by Takuya Yoshikawa · 9 years ago
  43. 4700579 KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() by Takuya Yoshikawa · 9 years ago
  44. 77fbbbd KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes by Takuya Yoshikawa · 9 years ago
  45. afd28fe KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() by Takuya Yoshikawa · 9 years ago
  46. 029499b KVM: x86: MMU: Make mmu_set_spte() return emulate value by Takuya Yoshikawa · 9 years ago
  47. fd95145 KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap by Takuya Yoshikawa · 9 years ago
  48. 7ee0e5b KVM: x86: MMU: Remove unused parameter of __direct_map() by Takuya Yoshikawa · 9 years ago
  49. 018aabb5 KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct by Takuya Yoshikawa · 9 years ago
  50. 0e3d064 KVM: x86: MMU: always set accessed bit in shadow PTEs by Paolo Bonzini · 9 years ago
  51. aba2f06 KVM: x86: correctly print #AC in traces by Paolo Bonzini · 9 years ago
  52. 46896c7 KVM: svm: add support for RDTSCP by Paolo Bonzini · 9 years ago
  53. 9dbe6cf KVM: x86: expose MSR_TSC_AUX to userspace by Paolo Bonzini · 9 years ago
  54. db397571 kvm/x86: Hyper-V kvm exit by Andrey Smetanin · 9 years ago
  55. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 9 years ago
  56. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  57. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  58. abdb080 kvm/irqchip: kvm_arch_irq_routing_update renaming split by Andrey Smetanin · 9 years ago
  59. b2467e7 KVM: nVMX: remove incorrect vpid check in nested invvpid emulation by Haozhong Zhang · 9 years ago
  60. ae8b787 x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR by Borislav Petkov · 9 years ago
  61. 91713fa kvm: Add accessors for guest CPU's family, model, stepping by Borislav Petkov · 9 years ago
  62. 62a193e KVM: x86: request interrupt window when IRQ chip is split by Matt Gingell · 9 years ago
  63. 934bf65 KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space by Matt Gingell · 9 years ago
  64. 782d422 KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injection by Matt Gingell · 9 years ago
  65. 127a457 KVM: x86: fix interrupt window handling in split IRQ chip case by Matt Gingell · 9 years ago
  66. 3370b69 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  67. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  68. cbdb967 KVM: svm: unconditionally intercept #DB by Paolo Bonzini · 9 years ago
  69. 54a2055 KVM: x86: work around infinite loop in microcode when #AC is delivered by Eric Northup · 9 years ago
  70. 8cfe986 KVM: VMX: Dump TSC multiplier in dump_vmcs() by Haozhong Zhang · 9 years ago
  71. be7b263 KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC by Haozhong Zhang · 9 years ago
  72. ff2c3a1 KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded by Haozhong Zhang · 9 years ago
  73. 64903d6 KVM: VMX: Enable and initialize VMX TSC scaling by Haozhong Zhang · 9 years ago
  74. 27cca94 KVM: x86: Use the correct vcpu's TSC rate to compute time scale by Haozhong Zhang · 9 years ago
  75. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  76. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  77. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  78. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  79. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  80. ad72188 KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch by Haozhong Zhang · 9 years ago
  81. bc9b961 KVM: x86: Collect information for setting TSC scaling ratio by Haozhong Zhang · 9 years ago
  82. 893590c KVM: x86: declare a few variables as __read_mostly by Paolo Bonzini · 9 years ago
  83. 450869d KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common by Paolo Bonzini · 9 years ago
  84. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  85. a3eaa86 KVM: VMX: Fix commit which broke PML by Kai Huang · 9 years ago
  86. 879ae18 KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0() by Laszlo Ersek · 9 years ago
  87. 89651a3 KVM: x86: allow RSM from 64-bit mode by Paolo Bonzini · 9 years ago
  88. 656ec4a KVM: VMX: fix SMEP and SMAP without EPT by Radim Krčmář · 9 years ago
  89. 8a22f23 KVM: x86: move kvm_set_irq_inatomic to legacy device assignment by Paolo Bonzini · 9 years ago
  90. 7695405 KVM: device assignment: remove pointless #ifdefs by Paolo Bonzini · 9 years ago
  91. b97e6de KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic by Paolo Bonzini · 9 years ago
  92. 0669a51 KVM: x86: zero apic_arb_prio on reset by Radim Krčmář · 9 years ago
  93. f40606b KVM: x86: handle SMBASE as physical address in RSM by Radim Krčmář · 9 years ago
  94. 7a036a6 KVM: x86: add read_phys to x86_emulate_ops by Radim Krčmář · 9 years ago
  95. 2da29bc KVM: x86: removing unused variable by Saurabh Sengar · 9 years ago
  96. ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. 8c85ac1 KVM: x86: MMU: Initialize force_pt_level before calling mapping_level() by Takuya Yoshikawa · 9 years ago
  98. 5690891 kvm: x86: zero EFER on INIT by Paolo Bonzini · 9 years ago
  99. 7cae2be KVM: x86: move steal time initialization to vcpu entry time by Marcelo Tosatti · 9 years ago
  100. 5225fdf KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level() by Takuya Yoshikawa · 9 years ago