summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-06-27x86/mce: Ensure user polling settings are honored when restarting timerYazen Ghannam
2025-06-26x86/mce: Don't remove sysfs if thresholding sysfs init failsYazen Ghannam
2025-06-26x86/bugs: Clean up SRSO microcode handlingDavid Kaplan
2025-06-26x86/bugs: Use IBPB for retbleed if used by SRSODavid Kaplan
2025-06-26x86/bugs: Add SRSO_MITIGATION_NOSMTDavid Kaplan
2025-06-25x86/fpu: Delay instruction pointer fixup until after warningDave Hansen
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson
2025-06-25Revert "kvm: detect assigned device via irqbypass manager"Sean Christopherson
2025-06-25Merge branch 'kvm-x86 mmio'Sean Christopherson
2025-06-25KVM: SVM: Simplify MSR interception logic for IA32_XSS MSRChao Gao
2025-06-25KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flushManuel Andreas
2025-06-25KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guestSean Christopherson
2025-06-25um: Use correct data source in fpregs_legacy_set()Tiwei Bie
2025-06-24KVM: x86: Deduplicate MSR interception enabling and disablingChao Gao
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang
2025-06-24x86/fpu: Remove xfd argument from __fpstate_reset()Chao Gao
2025-06-24x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaultsChao Gao
2025-06-24x86/fpu: Initialize guest FPU permissions from guest defaultsChao Gao
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao
2025-06-24KVM: x86/mmu: Locally cache whether a PFN is host MMIO when making a SPTESean Christopherson
2025-06-24KVM: x86: Avoid calling kvm_is_mmio_pfn() when kvm_x86_ops.get_mt_mask is NULLSean Christopherson
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)
2025-06-24KVM: x86/mmu: Defer allocation of shadow MMU's hashed page listSean Christopherson
2025-06-24KVM: x86: Use kvzalloc() to allocate VM structSean Christopherson
2025-06-24KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page listSean Christopherson
2025-06-24KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table.David Woodhouse
2025-06-24KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masksSean Christopherson
2025-06-24KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULLSean Christopherson
2025-06-24KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flightSean Christopherson
2025-06-24serial: ce4100: clean up serial_in/out() hooksJiri Slaby (SUSE)
2025-06-24serial: ce4100: fix build after serial_in/out() changesJiri Slaby (SUSE)
2025-06-24x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode alsoPawan Gupta
2025-06-23KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()Sean Christopherson
2025-06-23KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blockingSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson
2025-06-23KVM: SVM: Consolidate IRTE update when toggling AVIC on/offSean Christopherson
2025-06-23KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/offSean Christopherson
2025-06-23KVM: SVM: Fold avic_set_pi_irte_mode() into its sole callerSean Christopherson
2025-06-23KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadataSean Christopherson
2025-06-23KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting IRQ bypassSean Christopherson
2025-06-23KVM: x86: Decouple device assignment from IRQ bypassSean Christopherson
2025-06-23KVM: SVM: WARN if ir_list is non-empty at vCPU freeSean Christopherson
2025-06-23KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APICSean Christopherson
2025-06-23KVM: x86: WARN if IRQ bypass isn't supported in kvm_pi_update_irte()Sean Christopherson
2025-06-23KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()Sean Christopherson
2025-06-23KVM: SVM: WARN if updating IRTE GA fields in IOMMU failsSean Christopherson
2025-06-23KVM: SVM: Process all IRTEs on affinity change even if one update failsSean Christopherson
2025-06-23KVM: SVM: WARN if (de)activating guest mode in IOMMU failsSean Christopherson