1. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
  2. 93dff2f KVM: nVMX: Migrate the VMX-preemption timer by Jim Mattson · 4 years, 8 months ago
  3. ada0098 KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute by Jim Mattson · 4 years, 8 months ago
  4. 1739f3d KVM: nVMX: Really make emulated nested preemption timer pinned by Jim Mattson · 4 years, 8 months ago
  5. 6c1c6e5 KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup() by Sean Christopherson · 4 years, 8 months ago
  6. de18248 KVM: SVM: Remove unnecessary V_IRQ unsetting by Suravee Suthikulpanit · 4 years, 8 months ago
  7. e14b778 KVM: SVM: Merge svm_enable_vintr into svm_set_vintr by Suravee Suthikulpanit · 4 years, 8 months ago
  8. 26efe2fd KVM: VMX: Handle preemption timer fastpath by Wanpeng Li · 4 years, 8 months ago
  9. ae95f56 KVM: X86: TSCDEADLINE MSR emulation fastpath by Wanpeng Li · 4 years, 8 months ago
  10. 199a8b8 KVM: x86: introduce kvm_can_use_hv_timer by Paolo Bonzini · 4 years, 8 months ago
  11. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
  12. 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 8 months ago
  13. 5a9f544 KVM: X86: Introduce kvm_vcpu_exit_request() helper by Wanpeng Li · 4 years, 8 months ago
  14. 2c4c413 KVM: x86: Print symbolic names of VMX VM-Exit flags in traces by Sean Christopherson · 4 years, 8 months ago
  15. dcf068d KVM: VMX: Introduce generic fastpath handler by Wanpeng Li · 4 years, 8 months ago
  16. 9e826fe KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_* by Sean Christopherson · 4 years, 8 months ago
  17. 2408500 KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU by Sean Christopherson · 4 years, 8 months ago
  18. 551896e KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly by Uros Bizjak · 4 years, 8 months ago
  19. 62315b6 KVM: Documentation: Fix up cpuid page by Peter Xu · 4 years, 9 months ago
  20. 0fd4604 KVM: X86: Sanity check on gfn before removal by Peter Xu · 4 years, 9 months ago
  21. 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
  22. dd03bca KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two by Peter Xu · 4 years, 9 months ago
  23. c16312f KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction by Uros Bizjak · 4 years, 8 months ago
  24. 8123f26 KVM: x86/mmu: Add a helper to consolidate root sp allocation by Sean Christopherson · 4 years, 8 months ago
  25. 3bae045 KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums by Sean Christopherson · 4 years, 8 months ago
  26. e662ec3 KVM: x86/mmu: Move max hugepage level to a separate #define by Sean Christopherson · 4 years, 8 months ago
  27. b2f432f KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum by Sean Christopherson · 4 years, 8 months ago
  28. a71936ab kvm: x86: Cleanup vcpu->arch.guest_xstate_size by Xiaoyao Li · 4 years, 8 months ago
  29. 68cda40 KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure by Sean Christopherson · 4 years, 8 months ago
  30. e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 8 months ago
  31. 0047fca KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook by Sean Christopherson · 4 years, 8 months ago
  32. bd31fe4 KVM: VMX: Add proper cache tracking for CR0 by Sean Christopherson · 4 years, 8 months ago
  33. f98c1e7 KVM: VMX: Add proper cache tracking for CR4 by Sean Christopherson · 4 years, 8 months ago
  34. 0cc6920 KVM: nVMX: Unconditionally validate CR3 during nested transitions by Sean Christopherson · 4 years, 8 months ago
  35. 56ba77a KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' by Sean Christopherson · 4 years, 8 months ago
  36. 1af1bb0 KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
  37. 5c911be KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
  38. f27ad73 KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception by Sean Christopherson · 4 years, 8 months ago
  39. fede807 KVM: x86: handle wrap around 32-bit address space by Paolo Bonzini · 4 years, 8 months ago
  40. c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
  41. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
  42. 191a43b rcuwait: Introduce rcuwait_active() by Davidlohr Bueso · 4 years, 8 months ago
  43. 5c21f7b rcuwait: Introduce prepare_to and finish_rcuwait by Davidlohr Bueso · 4 years, 8 months ago
  44. 9d9a6eb rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken by Davidlohr Bueso · 4 years, 8 months ago
  45. c9d64a1 rcuwait: Fix stale wake call name in comment by Davidlohr Bueso · 4 years, 8 months ago
  46. c300ab9 KVM: x86: Replace late check_nested_events() hack with more precise fix by Paolo Bonzini · 4 years, 8 months ago
  47. 7ab0abd KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked() by Sean Christopherson · 4 years, 8 months ago
  48. db43859 KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit() by Sean Christopherson · 4 years, 8 months ago
  49. 3b82b8d KVM: x86: WARN on injected+pending exception even in nested case by Sean Christopherson · 4 years, 8 months ago
  50. 221e761 KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior by Paolo Bonzini · 4 years, 8 months ago
  51. fc6f7c0 KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set by Paolo Bonzini · 4 years, 8 months ago
  52. 1cd2f0b KVM: nVMX: Prioritize SMI over nested IRQ/NMI by Sean Christopherson · 4 years, 8 months ago
  53. 15ff0b4 KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior by Sean Christopherson · 4 years, 8 months ago
  54. cae96af KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks by Paolo Bonzini · 4 years, 8 months ago
  55. 1b660b6 KVM: VMX: Split out architectural interrupt/NMI blocking checks by Sean Christopherson · 4 years, 8 months ago
  56. 55714cd KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events() by Paolo Bonzini · 4 years, 8 months ago
  57. bbdad0b KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Paolo Bonzini · 4 years, 8 months ago
  58. 429ab57 KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Sean Christopherson · 4 years, 8 months ago
  59. a9fa7cb KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed by Paolo Bonzini · 4 years, 8 months ago
  60. 88c604b KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int by Sean Christopherson · 4 years, 8 months ago
  61. 8081ad0 KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set by Sean Christopherson · 4 years, 8 months ago
  62. d2060bd KVM: nVMX: Open a window for pending nested VMX preemption timer by Sean Christopherson · 4 years, 8 months ago
  63. 6ce347a KVM: nVMX: Preserve exception priority irrespective of exiting behavior by Sean Christopherson · 4 years, 8 months ago
  64. 9c3d370 KVM: SVM: Implement check_nested_events for NMI by Cathy Avery · 4 years, 9 months ago
  65. 6e085cb KVM: SVM: immediately inject INTR vmexit by Paolo Bonzini · 4 years, 8 months ago
  66. 38c0b19 KVM: SVM: leave halted state on vmexit by Paolo Bonzini · 4 years, 8 months ago
  67. f74f941 KVM: SVM: introduce nested_run_pending by Paolo Bonzini · 4 years, 8 months ago
  68. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  69. 3748613 KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c by Babu Moger · 4 years, 8 months ago
  70. 7d61123 KVM: SVM: Disable AVIC before setting V_IRQ by Suravee Suthikulpanit · 4 years, 8 months ago
  71. 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
  72. 45981de KVM: VMX: pass correct DR6 for GD userspace exit by Paolo Bonzini · 4 years, 8 months ago
  73. d67668e KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6 by Paolo Bonzini · 4 years, 8 months ago
  74. 5679b80 KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6 by Paolo Bonzini · 4 years, 8 months ago
  75. 2c19dba KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on by Paolo Bonzini · 4 years, 8 months ago
  76. 449aa90 KVM: selftests: Add KVM_SET_GUEST_DEBUG test by Peter Xu · 4 years, 8 months ago
  77. d5d260c KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG by Peter Xu · 4 years, 8 months ago
  78. 1319663 KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG by Peter Xu · 4 years, 8 months ago
  79. 4d5523c KVM: x86: fix DR6 delivery for various cases of #DB injection by Paolo Bonzini · 4 years, 8 months ago
  80. b9b2782 KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly by Peter Xu · 4 years, 8 months ago
  81. 8ffdaf9 KVM: selftests: Fix build for evmcs.h by Peter Xu · 4 years, 8 months ago
  82. 139f742 kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits by Paolo Bonzini · 4 years, 8 months ago
  83. c7cb2d6 KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path by Sean Christopherson · 4 years, 8 months ago
  84. 27abe57 docs/virt/kvm: Document configuring and running nested guests by Kashyap Chamarthy · 4 years, 8 months ago
  85. 8be8f93 kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts by Paolo Bonzini · 4 years, 8 months ago
  86. 637543a KVM: x86: Fixes posted interrupt check for IRQs delivery modes by Suravee Suthikulpanit · 4 years, 9 months ago
  87. 7134fa0 Merge tag 'kvmarm-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 8 months ago
  88. 9e5e19f Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 8 months ago
  89. dee919d KVM: SVM: fill in kvm_run->debug.arch.dr[67] by Paolo Bonzini · 4 years, 8 months ago
  90. f9336e3 KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning by Sean Christopherson · 4 years, 8 months ago
  91. 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
  92. 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 8 months ago
  93. 6e97798 KVM: arm64: Save/restore sp_el0 as part of __guest_enter by Marc Zyngier · 4 years, 8 months ago
  94. 6aea9e0 KVM: arm64: Delete duplicated label in invalid_vector by Fangrui Song · 4 years, 9 months ago
  95. 7c67f546 KVM: SVM: do not allow VMRUN inside SMM by Paolo Bonzini · 4 years, 8 months ago
  96. acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 8 months ago
  97. 8779655 KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32 by Sean Christopherson · 4 years, 8 months ago
  98. 9bd4af2 KVM: nVMX: Drop a redundant call to vmx_get_intr_info() by Sean Christopherson · 4 years, 8 months ago
  99. 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago
  100. 66f6347 Merge branch 'kvm-arm64/psci-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago