summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson2-63/+66
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson4-200/+122
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson2-16/+2
2026-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson4-30/+53
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson9-94/+138
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson3-27/+66
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson4-73/+92
2026-03-04x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS failsSean Christopherson2-5/+16
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson4-55/+89
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson10-20/+41
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson2-11/+11
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson2-0/+23
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin1-0/+30
2026-03-04x86/resctrl: Fix SNC detectionTony Luck1-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra1-44/+140
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra1-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra3-2/+20
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra3-0/+16
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek1-0/+1
2026-03-03KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRSXiaoyao Li1-2/+2
2026-03-03x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*Xiaoyao Li4-44/+44
2026-03-03KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*Xiaoyao Li2-8/+2
2026-03-03x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLEXiaoyao Li2-3/+3
2026-03-03KVM: x86: Drop redundant call to kvm_deliver_exception_payload()Yosry Ahmed1-6/+4
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson1-6/+2
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson1-12/+10
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson1-41/+49
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson1-2/+12
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson1-3/+7
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson1-1/+1
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta1-6/+1
2026-03-03x86/efi: Disable LASS while executing runtime servicesSohil Mehta1-0/+35
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta1-1/+22
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong1-6/+1
2026-03-03x86/xen: update outdated commentkexinsun1-1/+1
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong3-30/+9
2026-03-02KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman1-0/+5
2026-03-02KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman1-1/+12
2026-03-02KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson3-43/+37
2026-03-02KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson1-4/+8
2026-03-02KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson1-10/+28
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson2-16/+7
2026-03-02KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson1-15/+14
2026-03-02KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson3-38/+17
2026-03-02KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson1-39/+19
2026-03-02KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson1-4/+6
2026-03-02KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson1-8/+5
2026-03-02KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson1-20/+13
2026-03-02KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()Sean Christopherson1-6/+5
2026-03-02KVM: x86: Trace unsatisfied MMIO reads on a per-page basisSean Christopherson1-1/+8