summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-06-23KVM: SVM: Don't check for assigned device(s) when activating AVICSean Christopherson
2025-06-23KVM: SVM: Don't check for assigned device(s) when updating affinitySean Christopherson
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson
2025-06-23KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMUSean Christopherson
2025-06-23KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadataSean Christopherson
2025-06-23KVM: x86: Don't update IRTE entries when old and new routes were !MSISean Christopherson
2025-06-23KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targetedSean Christopherson
2025-06-23KVM: x86: Track irq_bypass_vcpu in common x86 codeSean Christopherson
2025-06-23KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()Sean Christopherson
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson
2025-06-23KVM: SVM: Clean up return handling in avic_pi_update_irte()Sean Christopherson
2025-06-23KVM: x86: Move posted interrupt tracepoint to common codeSean Christopherson
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson
2025-06-23KVM: x86: Nullify irqfd->producer after updating IRTEsSean Christopherson
2025-06-23KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.cSean Christopherson
2025-06-23KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()Sean Christopherson
2025-06-23KVM: VMX: Stop walking list of routing table entries when updating IRTESean Christopherson
2025-06-23KVM: SVM: Stop walking list of routing table entries when updating IRTESean Christopherson
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson
2025-06-23KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blockingSean Christopherson
2025-06-23KVM: VMX: Suppress PI notifications whenever the vCPU is putSean Christopherson
2025-06-23KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235Maxim Levitsky
2025-06-23x86/bugs: Remove its=stuff dependency on retbleedPawan Gupta
2025-06-23x86/bugs: Introduce cdt_possible()Pawan Gupta
2025-06-23x86/bugs: Use switch/case in its_apply_mitigation()Pawan Gupta
2025-06-23x86/bugs: Avoid warning when overriding return thunkPawan Gupta
2025-06-23x86/bugs: Simplify the retbleed=stuff checksPawan Gupta
2025-06-23x86/bugs: Avoid AUTO after the select step in the retbleed mitigationPawan Gupta
2025-06-23crypto: x86 - Fix build warnings about export.hChengZhenghan
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-06-21x86/CPU/AMD: Add CPUID faulting supportBorislav Petkov (AMD)
2025-06-21x86/efi: Implement support for embedding SBAT data for x86Vitaly Kuznetsov
2025-06-20KVM: SVM: Add enable_ipiv param, never set IsRunning if disabledMaxim Levitsky
2025-06-20KVM: VMX: Move enable_ipiv knob to common x86Sean Christopherson
2025-06-20KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointerSean Christopherson
2025-06-20KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"Sean Christopherson
2025-06-20KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creationSean Christopherson
2025-06-20KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creationSean Christopherson
2025-06-20KVM: SVM: Drop vcpu_svm's pointless avic_backing_page fieldSean Christopherson
2025-06-20KVM: SVM: Add helper to deduplicate code for getting AVIC backing pageSean Christopherson
2025-06-20KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masksSean Christopherson
2025-06-20KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BARSean Christopherson
2025-06-20KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routingSean Christopherson