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