aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE privilege bitVitaly Kuznetsov1-0/+10
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE privilege bitVitaly Kuznetsov1-0/+8
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE privilege bitVitaly Kuznetsov1-0/+3
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE privilege bitVitaly Kuznetsov1-0/+3
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE privilege bitVitaly Kuznetsov1-0/+3
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE privilege bitVitaly Kuznetsov1-0/+3
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE privilege bitVitaly Kuznetsov1-0/+3
2021-06-17KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bitVitaly Kuznetsov1-0/+12
2021-06-17KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRsVitaly Kuznetsov1-0/+18
2021-06-17KVM: x86: hyper-v: Cache guest CPUID leaves determining features availabilityVitaly Kuznetsov1-10/+39
2021-06-17KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov3-0/+26
2021-06-17KVM: SVM: hyper-v: Direct Virtual Flush supportVineeth Pillai4-0/+84
2021-06-17KVM: SVM: hyper-v: Enlightened MSR-Bitmap supportVineeth Pillai3-0/+35
2021-06-17KVM: SVM: hyper-v: Remote TLB flush for SVMVineeth Pillai2-0/+75
2021-06-17KVM: SVM: Software reserved fieldsVineeth Pillai1-2/+15
2021-06-17KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai6-112/+141
2021-06-17KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest modeKrish Sadhukhan3-0/+15
2021-06-17KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest codeKrish Sadhukhan4-5/+18
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson5-20/+19
2021-06-17KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson3-9/+8
2021-06-17KVM: x86: Rename SMM tracepoint to make it reflect realitySean Christopherson2-2/+2
2021-06-17KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed()Sean Christopherson1-4/+2
2021-06-17KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()Sean Christopherson1-13/+11
2021-06-17KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flagSean Christopherson1-2/+2
2021-06-17KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson3-6/+5
2021-06-17KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson3-5/+14
2021-06-17KVM: x86: Drop vendor specific functions for APICv/AVIC enablementVitaly Kuznetsov3-5/+3
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov6-22/+22
2021-06-17kvm: x86: implement KVM PM-notifierSergey Senozhatsky2-0/+37
2021-06-17KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappableJim Mattson1-1/+14
2021-06-17KVM: nVMX: Fail on MMIO completion for nested posted interruptsJim Mattson1-1/+5
2021-06-17KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson3-11/+27
2021-06-17KVM: x86: Add a return code to inject_pending_eventJim Mattson1-10/+17
2021-06-17KVM: nVMX: Add a return code to vmx_complete_nested_posted_interruptJim Mattson1-6/+6
2021-06-17KVM: x86: Remove guest mode check from kvm_check_nested_eventsJim Mattson1-3/+0
2021-06-17KVM: nVMX: Enable nested TSC scalingIlias Stamatis1-6/+18
2021-06-17KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis5-25/+39
2021-06-17KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis3-40/+28
2021-06-17KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis1-0/+25
2021-06-17KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis3-0/+40
2021-06-17KVM: nVMX: Add a TSC multiplier field in VMCS12Ilias Stamatis2-1/+4
2021-06-17KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis1-9/+18
2021-06-17KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis1-5/+5
2021-06-17KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis2-4/+6
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon5-8/+69
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon3-47/+71
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon2-5/+10
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon1-10/+27
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon1-8/+11
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu2-31/+36