aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-29serial: 8250: Move CE4100 quirks to a module under 8250 driverAndy Shevchenko1-0/+6
2025-06-27x86/sev: Let sev_es_efi_map_ghcbs() map the CA pages tooGerd Hoffmann1-2/+2
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson1-2/+0
2025-06-25Merge branch 'kvm-x86 mmio'Sean Christopherson1-0/+1
2025-06-25KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guestSean Christopherson1-0/+1
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang2-5/+14
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang2-5/+10
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao1-0/+26
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)2-5/+16
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)1-1/+20
2025-06-24KVM: x86: Use kvzalloc() to allocate VM structSean Christopherson1-1/+1
2025-06-24KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page listSean Christopherson1-2/+2
2025-06-24KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masksSean Christopherson1-1/+6
2025-06-23KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()Sean Christopherson1-3/+0
2025-06-23KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blockingSean Christopherson1-0/+7
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson1-0/+1
2025-06-23KVM: x86: Decouple device assignment from IRQ bypassSean Christopherson2-2/+4
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson1-0/+1
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson1-1/+14
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson1-1/+1
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-06-21x86/CPU/AMD: Add CPUID faulting supportBorislav Petkov (AMD)2-0/+4
2025-06-20KVM: VMX: Move enable_ipiv knob to common x86Sean Christopherson1-0/+1
2025-06-20KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creationSean Christopherson1-1/+8
2025-06-20KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masksSean Christopherson1-3/+1
2025-06-20KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BARSean Christopherson1-2/+0
2025-06-20KVM: Pass new routing entries and irqfd when updating IRTEsSean Christopherson1-2/+4
2025-06-20KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulationSean Christopherson1-16/+0
2025-06-20KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APICSean Christopherson1-0/+2
2025-06-20KVM: x86: Don't clear PIT's IRQ line status when destroying PITSean Christopherson1-2/+0
2025-06-20KVM: x86: Hardcode the PIT IRQ source ID to '2'Sean Christopherson1-1/+0
2025-06-20KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapperSean Christopherson1-1/+0
2025-06-20KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()Sean Christopherson2-2/+2
2025-06-20KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky1-0/+7
2025-06-20KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson1-0/+1
2025-06-20KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flagSean Christopherson2-2/+1
2025-06-20KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmapSean Christopherson1-1/+5
2025-06-20KVM: TDX: Report supported optional TDVMCALLs in TDX capabilitiesPaolo Bonzini1-1/+7
2025-06-20KVM: TDX: Exit to userspace for SetupEventNotifyInterruptPaolo Bonzini1-0/+1
2025-06-20KVM: TDX: Add new TDVMCALL status code for unsupported subfuncsBinbin Wu1-0/+1
2025-06-18virt: sev-guest: Contain snp_guest_request_ioctl in sev-guestAlexey Kardashevskiy1-6/+4
2025-06-17x86/process: Move the buffer clearing before MONITORBorislav Petkov (AMD)1-10/+15
2025-06-17KVM: SVM: Advertise TSA CPUID bits to guestsBorislav Petkov (AMD)1-0/+1
2025-06-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)3-6/+16
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+31
2025-06-16x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)3-18/+19
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)1-0/+8
2025-06-11platform/x86: intel_telemetry: Remove unused telemetry_raw_read_events()Dr. David Alan Gilbert1-3/+0
2025-06-11platform/x86: intel_telemetry: Remove unused telemetry_[gs]et_sampling_period()Dr. David Alan Gilbert1-10/+0