1. c851436 kvm: x86: Add has_payload and payload to kvm_queued_exception by Jim Mattson · 6 years ago
  2. bba9ce5 KVM: Documentation: Fix omission in struct kvm_vcpu_events by Jim Mattson · 6 years ago
  3. 18178ff KVM: selftests: add Enlightened VMCS test by Vitaly Kuznetsov · 6 years ago
  4. c939989 tools/headers: update kvm.h by Vitaly Kuznetsov · 6 years ago
  5. 8cab650 x86/kvm/nVMX: nested state migration for Enlightened VMCS by Vitaly Kuznetsov · 6 years ago
  6. 1e7ecd1 KVM: selftests: state_test: test bare VMXON migration by Vitaly Kuznetsov · 6 years ago
  7. a1b0c1c x86/kvm/nVMX: allow bare VMXON state migration by Vitaly Kuznetsov · 6 years ago
  8. a7c42bb x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit by Vitaly Kuznetsov · 6 years ago
  9. 12e0c61 x86/kvm/hyperv: don't clear VP assist pages on init by Vitaly Kuznetsov · 6 years ago
  10. c4ebd62 KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case by Vitaly Kuznetsov · 6 years ago
  11. b8bbab9 KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR by Vitaly Kuznetsov · 6 years ago
  12. 945679e KVM: nVMX: add enlightened VMCS state by Vitaly Kuznetsov · 6 years ago
  13. 57b119d KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability by Vitaly Kuznetsov · 6 years ago
  14. 5d7a644 KVM: VMX: refactor evmcs_sanitize_exec_ctrls() by Vitaly Kuznetsov · 6 years ago
  15. 72bbf93 KVM: hyperv: define VP assist page helpers by Ladi Prosek · 6 years ago
  16. 970c0d4 KVM: refine the comment of function gfn_to_hva_memslot_prot() by Wei Yang · 6 years ago
  17. e791238 KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bits by Wei Yang · 6 years ago
  18. 8daf346 KVM: x86: rename pte_list_remove to __pte_list_remove by Wei Yang · 6 years ago
  19. 0804c84 kvm/x86 : add coalesced pio support by Peng Hao · 6 years ago
  20. 9943450 kvm/x86 : add document for coalesced mmio by Peng Hao · 6 years ago
  21. 39337ad kvm/x86 : fix some typo by Peng Hao · 6 years ago
  22. a5c214d KVM/VMX: Change hv flush logic when ept tables are mismatched. by Lan Tianyu · 6 years ago
  23. 44c2d66 KVM/x86: Use 32bit xor to clear register by Uros Bizjak · 6 years ago
  24. 4b1e547 KVM/x86: Use assembly instruction mnemonics instead of .byte streams by Uros Bizjak · 6 years ago
  25. 5ebb272 KVM/x86: Fix invvpid and invept register operand size in 64-bit mode by Uros Bizjak · 6 years ago
  26. bf627a9 x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu() by Vitaly Kuznetsov · 6 years ago
  27. 7dcd575 x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed by Vitaly Kuznetsov · 6 years ago
  28. a336282 x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu() by Vitaly Kuznetsov · 6 years ago
  29. 36d9594d x86/kvm/mmu: make space for source data caching in struct kvm_mmu by Vitaly Kuznetsov · 6 years ago
  30. e173299 x86/kvm/mmu: get rid of redundant kvm_mmu_setup() by Paolo Bonzini · 6 years ago
  31. 14c07ad x86/kvm/mmu: introduce guest_mmu by Vitaly Kuznetsov · 6 years ago
  32. 6a82cd1 x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots() by Vitaly Kuznetsov · 6 years ago
  33. 3dc773e x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu() by Vitaly Kuznetsov · 6 years ago
  34. 44dd3ff x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU by Vitaly Kuznetsov · 6 years ago
  35. 0e0a53c kvm: x86: optimize dr6 restore by Paolo Bonzini · 6 years ago
  36. f21dd49 KVM: x86: hyperv: optimize sparse VP set processing by Vitaly Kuznetsov · 6 years ago
  37. e6b6c48 KVM: x86: hyperv: fix 'tlb_lush' typo by Vitaly Kuznetsov · 6 years ago
  38. 2768c0c KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled by Sean Christopherson · 6 years ago
  39. 5201760 KVM: nVMX: add option to perform early consistency checks via H/W by Sean Christopherson · 6 years ago
  40. 5a5e8a1 KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state() by Sean Christopherson · 6 years ago
  41. 09abb5e KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed} by Sean Christopherson · 6 years ago
  42. c37a611 KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit by Sean Christopherson · 6 years ago
  43. cb61de2 KVM: nVMX: do not skip VMEnter instruction that succeeds by Sean Christopherson · 6 years ago
  44. 16fb9a4 KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs() by Sean Christopherson · 6 years ago
  45. 9d6105b KVM: nVMX: initialize vmcs02 constant exactly once (per VMCS) by Sean Christopherson · 6 years ago
  46. 09abe32 KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early() by Sean Christopherson · 6 years ago
  47. 860ff2a KVM: VMX: remove ASSERT() on vmx->pml_pg validity by Sean Christopherson · 6 years ago
  48. 39f9c38 KVM: vVMX: rename label for post-enter_guest_mode consistency check by Sean Christopherson · 6 years ago
  49. a633e41 KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_root_mode() by Sean Christopherson · 6 years ago
  50. 7671ce2 KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode() by Sean Christopherson · 6 years ago
  51. d63907d KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_mode by Sean Christopherson · 6 years ago
  52. 3df5c37 KVM: nVMX: try to set EFER bits correctly when initializing controls by Sean Christopherson · 6 years ago
  53. 02343cf KVM: vmx: do not unconditionally clear EFER switching by Sean Christopherson · 6 years ago
  54. b7031fd KVM: nVMX: reset cache/shadows when switching loaded VMCS by Sean Christopherson · 6 years ago
  55. 1abf23f KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02 by Sean Christopherson · 6 years ago
  56. 5b8ba41 KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs() by Sean Christopherson · 6 years ago
  57. 64a919f KVM: nVMX: move host EFER consistency checks to VMFail path by Sean Christopherson · 6 years ago
  58. 31fc4f9 KVM: leverage change to adjust slots->used_slots in update_memslots() by Wei Yang · 6 years ago
  59. 3c6e099f KVM: nVMX: Always reflect #NM VM-exits to L1 by Jim Mattson · 6 years ago
  60. 214ff83 KVM: x86: hyperv: implement PV IPI send hypercalls by Vitaly Kuznetsov · 6 years ago
  61. 2cefc5f KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx case by Vitaly Kuznetsov · 6 years ago
  62. 0b0a31b KVM: x86: hyperv: valid_bank_mask should be 'u64' by Vitaly Kuznetsov · 6 years ago
  63. 87ee613 KVM: x86: hyperv: keep track of mismatched VP indexes by Vitaly Kuznetsov · 6 years ago
  64. 1779a39 KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variables by Vitaly Kuznetsov · 6 years ago
  65. a812297 KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb() by Vitaly Kuznetsov · 6 years ago
  66. 9170200 KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS by Vitaly Kuznetsov · 6 years ago
  67. 0624fca kvm/x86: return meaningful value from KVM_SIGNAL_MSI by Paolo Bonzini · 6 years ago
  68. 4fef0f4 KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together by Wei Yang · 6 years ago
  69. aaa45da KVM/VMX: Remve unused function is_external_interrupt(). by Tianyu Lan · 6 years ago
  70. daefb79 KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objects by Wei Yang · 6 years ago
  71. 55c1dcd nVMX x86: Make nested_vmx_check_pml_controls() concise by Krish Sadhukhan · 6 years ago
  72. 3ff519f KVM: x86: adjust kvm_mmu_page member to save 8 bytes by Wei Yang · 6 years ago
  73. bd18bff KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail by Sean Christopherson · 6 years ago
  74. cfb634f KVM: nVMX: Clear reserved bits of #DB exit qualification by Jim Mattson · 6 years ago
  75. 5b8ee87 kvm: selftests: support high GPAs in dirty_log_test by Andrew Jones · 6 years ago
  76. e28934e kvm: selftests: stop lying to aarch64 tests about PA-bits by Andrew Jones · 6 years ago
  77. e1b376f kvm: selftests: dirty_log_test: also test 64K pages on aarch64 by Andrew Jones · 6 years ago
  78. fff8dcd kvm: selftests: port dirty_log_test to aarch64 by Andrew Jones · 6 years ago
  79. 81d1cca kvm: selftests: introduce new VM mode for 64K pages by Andrew Jones · 6 years ago
  80. 0bec140 kvm: selftests: add vcpu support for aarch64 by Andrew Jones · 6 years ago
  81. 7a6629e kvm: selftests: add virt mem support for aarch64 by Andrew Jones · 6 years ago
  82. d510653 kvm: selftests: add vm_phy_pages_alloc by Andrew Jones · 6 years ago
  83. eabe788 kvm: selftests: tidy up kvm_util by Andrew Jones · 6 years ago
  84. eea192b kvm: selftests: add cscope make target by Andrew Jones · 6 years ago
  85. cc68765 kvm: selftests: move arch-specific files to arch-specific locations by Andrew Jones · 6 years ago
  86. 14c47b7 kvm: selftests: introduce ucall by Andrew Jones · 6 years ago
  87. 6c93026 kvm: selftests: vcpu_setup: set cr4.osfxsr by Andrew Jones · 6 years ago
  88. 3b8a5df KVM: LAPIC: Tune lapic_timer_advance_ns automatically by Wanpeng Li · 6 years ago
  89. efebf0a KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPT by Liran Alon · 6 years ago
  90. 327c072 KVM: nVMX: Flush linear and combined mappings on VPID02 related flushes by Liran Alon · 6 years ago
  91. 3d5bdae KVM: nVMX: Use correct VPID02 when emulating L1 INVVPID by Liran Alon · 6 years ago
  92. 1438921 KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitions by Liran Alon · 6 years ago
  93. 3de6347 KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFF by Sean Christopherson · 6 years ago
  94. 3d0d0d9 Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  95. 7dd2157 Merge tag 'kvm-ppc-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  96. 901f8c3 KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result by Paul Mackerras · 6 years ago
  97. aa069a9 KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization by Paul Mackerras · 6 years ago
  98. 9d67121 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 6 years ago
  99. 83a0551 KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs by Paul Mackerras · 6 years ago
  100. de760db KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode by Paul Mackerras · 6 years ago