summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson
2021-02-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2021-02-04KVM: x86: introduce definitions to support static calls for kvm_x86_opsJason Baron
2021-02-04KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron
2021-02-04KVM: Stop using deprecated jump label APIsCun Li
2021-02-04KVM: SVM: Fix #GP handling for doubly-nested virtualizationWei Huang
2021-02-04KVM: SVM: Add support for SVM instruction address check changeWei Huang
2021-02-04KVM: SVM: Add emulation support for #GP triggered by SVM instructionsBandan Das
2021-02-04KVM: x86: Factor out x86 instruction emulation with decodingWei Huang
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu
2021-02-04KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIESLike Xu
2021-02-04KVM: vmx/pmu: Release guest LBR event via lazy release mechanismLike Xu
2021-02-04KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMILike Xu
2021-02-04KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellationLike Xu
2021-02-04KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVELike Xu
2021-02-04KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBRLike Xu
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledLike Xu
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledPaolo Bonzini
2021-02-04KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refreshPaolo Bonzini
2021-02-04KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-staticLike Xu
2021-02-04KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLLike Xu
2021-02-04KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI stateSean Christopherson
2021-02-04x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson
2021-02-04KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXITChenyi Qiang
2021-02-04KVM: VMX: Enable bus lock VM exitChenyi Qiang
2021-02-04KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_runChenyi Qiang
2021-02-04KVM: VMX: Convert vcpu_vmx.exit_reason to a unionSean Christopherson
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh
2021-02-04KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Add memslot modification stress testBen Gardon
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon
2021-02-04KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon
2021-02-04KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier
2021-02-04KVM: Expose AVX_VNNI instruction to gusetYang Zhong
2021-02-04Enumerate AVX Vector Neural Network instructionsKyung Min Park
2021-02-04x86: kvm: style: Simplify bool comparisonYANG LI
2021-02-04KVM: x86: Zap the oldest MMU pages, not the newestSean Christopherson
2021-02-04KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson
2021-02-04KVM: X86: use vzalloc() instead of vmalloc/memsetTian Tao
2021-02-04KVM: x86: Take KVM's SRCU lock only if steal time update is neededSean Christopherson
2021-02-04KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()Sean Christopherson
2021-02-04KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini
2021-02-04KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon