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