summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-04KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()Sean Christopherson-41/+25
2026-03-04x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be runningSean Christopherson-13/+4
2026-03-04x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handlingChao Gao-69/+47
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson-63/+66
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson-200/+122
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson-16/+2
2026-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson-30/+53
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson-94/+138
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson-27/+66
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson-73/+92
2026-03-04x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS failsSean Christopherson-5/+16
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson-55/+89
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson-20/+41
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson-11/+11
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson-0/+23
2026-03-04arm64: make runtime const not usable by modulesJisheng Zhang-0/+4
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin-0/+30
2026-03-04x86/resctrl: Fix SNC detectionTony Luck-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra-47/+143
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra-2/+20
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra-0/+16
2026-03-04arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas-5/+5
2026-03-04arm64: Silence sparse warnings caused by the type casting in (cmp)xchgCatalin Marinas-5/+7
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek-0/+1
2026-03-04powerpc/crash: adjust the elfcorehdr sizeSourabh Jain-1/+13
2026-03-04powerpc/kexec/core: use big-endian types for crash variablesSourabh Jain-8/+9
2026-03-04powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodesRob Herring (Arm)-1/+2
2026-03-04powerpc: dts: fsl: Drop unused .dtsi filesRob Herring (Arm)-324/+0
2026-03-04powerpc/uaccess: Fix inline assembly for clang build on PPC32Christophe Leroy (CS GROUP)-1/+1
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy-110/+5
2026-03-03KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRSXiaoyao Li-2/+2
2026-03-03x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*Xiaoyao Li-44/+44
2026-03-03KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*Xiaoyao Li-8/+2
2026-03-03x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLEXiaoyao Li-3/+3
2026-03-03KVM: x86: Drop redundant call to kvm_deliver_exception_payload()Yosry Ahmed-6/+4
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson-6/+2
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson-12/+10
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson-41/+49
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson-2/+12
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson-3/+7
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson-1/+1
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta-6/+1
2026-03-03x86/efi: Disable LASS while executing runtime servicesSohil Mehta-0/+35
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta-1/+22
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan-1/+3
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong-14/+60
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong-11/+10
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich-0/+14
2026-03-03sparc/PCI: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff-0/+7