summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-02-25KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugsPaolo Bonzini
2022-02-25KVM: x86: do not deliver asynchronous page faults if CR0.PG=0Paolo Bonzini
2022-02-25KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn
2022-02-25KVM: x86: Fix pointer mistmatch warning when patching RET0 static callsSean Christopherson
2022-02-25KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch varPeng Hao
2022-02-25kvm: vmx: Fix typos comment in __loaded_vmcs_clear()Peng Hao
2022-02-25KVM: nVMX: Make setup/unsetup under the same conditionsPeng Hao
2022-02-25Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEADPaolo Bonzini
2022-02-25KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercallVitaly Kuznetsov
2022-02-25KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl...Vitaly Kuznetsov
2022-02-25KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()Vitaly Kuznetsov
2022-02-25KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()Vitaly Kuznetsov
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini
2022-02-18KVM: x86: warn on incorrectly NULL members of kvm_x86_opsPaolo Bonzini
2022-02-18KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini
2022-02-18KVM: x86: use static_call_cond for optional callbacksPaolo Bonzini
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini
2022-02-18KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda
2022-02-14KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini
2022-02-14KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson
2022-02-14KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky
2022-02-11KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini
2022-02-11KVM: SVM: extract avic_ring_doorbellMaxim Levitsky
2022-02-10KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()Oliver Upton
2022-02-10KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov
2022-02-10KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-VVitaly Kuznetsov
2022-02-10KVM: x86: Make kvm_hv_hypercall_enabled() static inlineVitaly Kuznetsov
2022-02-10KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov
2022-02-10KVM: x86/mmu: Add tracepoint for splitting huge pagesDavid Matlack
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack
2022-02-10KVM: x86/mmu: Separate TDP MMU shadow page allocation and initializationDavid Matlack
2022-02-10KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parentDavid Matlack
2022-02-10KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pagesDavid Matlack
2022-02-10KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page rootDavid Matlack
2022-02-10KVM: x86/mmu: Move restore_acc_track_spte() to spte.hDavid Matlack
2022-02-10KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()David Matlack
2022-02-10KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()David Matlack
2022-02-10KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page tableDavid Matlack
2022-02-10KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()David Matlack
2022-02-10KVM: x86/mmu: Rename TDP MMU functions that handle shadow pagesDavid Matlack
2022-02-10KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSYDavid Matlack
2022-02-10KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg failsDavid Matlack
2022-02-10KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()David Matlack
2022-02-10KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()David Matlack