summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-28/+83
2025-07-29Merge tag 'kvm-x86-svm-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+1
2025-07-29Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-407/+358
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-399/+325
2025-07-15KVM: SVM: Flush cache only on CPUs running SEV guestZheyun Shen2-9/+63
2025-07-10KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiencyKevin Loughlin1-19/+26
2025-07-10KVM: SVM: Remove wbinvd in sev_vm_destroy()Zheyun Shen1-6/+0
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+10
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson2-1/+8
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson1-1/+1
2025-06-25KVM: SVM: Simplify MSR interception logic for IA32_XSS MSRChao Gao1-5/+3
2025-06-25KVM: x86: Deduplicate MSR interception enabling and disablingChao Gao2-26/+13
2025-06-24KVM: x86: Use kvzalloc() to allocate VM structSean Christopherson1-0/+2
2025-06-24KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULLSean Christopherson1-2/+6
2025-06-24KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flightSean Christopherson1-0/+4
2025-06-23KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blockingSean Christopherson1-12/+51
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson1-4/+6
2025-06-23KVM: SVM: Consolidate IRTE update when toggling AVIC on/offSean Christopherson1-39/+46
2025-06-23KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/offSean Christopherson1-28/+37
2025-06-23KVM: SVM: Fold avic_set_pi_irte_mode() into its sole callerSean Christopherson1-29/+23
2025-06-23KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadataSean Christopherson1-17/+20
2025-06-23KVM: SVM: WARN if ir_list is non-empty at vCPU freeSean Christopherson2-2/+5
2025-06-23KVM: SVM: WARN if updating IRTE GA fields in IOMMU failsSean Christopherson1-6/+3
2025-06-23KVM: SVM: Process all IRTEs on affinity change even if one update failsSean Christopherson1-5/+3
2025-06-23KVM: SVM: WARN if (de)activating guest mode in IOMMU failsSean Christopherson1-7/+5
2025-06-23KVM: SVM: Don't check for assigned device(s) when activating AVICSean Christopherson1-3/+0
2025-06-23KVM: SVM: Don't check for assigned device(s) when updating affinitySean Christopherson1-3/+0
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson1-10/+6
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson1-12/+14
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson1-6/+5
2025-06-23KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMUSean Christopherson1-33/+22
2025-06-23KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadataSean Christopherson1-8/+15
2025-06-23KVM: x86: Track irq_bypass_vcpu in common x86 codeSean Christopherson1-4/+0
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson1-13/+8
2025-06-23KVM: SVM: Clean up return handling in avic_pi_update_irte()Sean Christopherson1-15/+5
2025-06-23KVM: x86: Move posted interrupt tracepoint to common codeSean Christopherson1-6/+0
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson2-64/+20
2025-06-23KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()Sean Christopherson1-13/+12
2025-06-23KVM: SVM: Stop walking list of routing table entries when updating IRTESean Christopherson1-64/+43
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson1-12/+4
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson1-2/+5
2025-06-23KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blockingSean Christopherson1-13/+18
2025-06-23KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235Maxim Levitsky1-0/+8
2025-06-20KVM: SVM: Add enable_ipiv param, never set IsRunning if disabledMaxim Levitsky3-6/+36
2025-06-20KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointerSean Christopherson2-13/+15
2025-06-20KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"Sean Christopherson2-35/+18
2025-06-20KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creationSean Christopherson1-22/+15
2025-06-20KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creationSean Christopherson2-3/+14
2025-06-20KVM: SVM: Drop vcpu_svm's pointless avic_backing_page fieldSean Christopherson2-5/+2