summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-06-03x86/virt/seamldr: Abort updates after a failed stepChao Gao1-4/+8
2026-06-03x86/virt/seamldr: Introduce skeleton for TDX module updatesChao Gao1-1/+88
2026-06-03x86/virt/seamldr: Allocate and populate a module update requestChao Gao1-1/+156
2026-06-03coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updatesChao Gao2-0/+15
2026-06-03coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratumChao Gao4-0/+26
2026-06-03coco/tdx-host: Expose P-SEAMLDR information via sysfsChao Gao1-0/+6
2026-06-03x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR informationChao Gao2-1/+54
2026-06-03x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLsChao Gao2-1/+26
2026-06-03coco/tdx-host: Expose TDX module versionChao Gao2-1/+7
2026-06-03coco/tdx-host: Introduce a "tdx_host" deviceChao Gao1-1/+1
2026-06-03x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>Kai Huang3-92/+111
2026-06-03x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.hChao Gao2-3/+3
2026-06-03x86/virt/tdx: Consolidate TDX global initialization statesChao Gao1-9/+13
2026-06-03x86/virt/tdx: Move TDX global initialization states to file scopeChao Gao1-3/+4
2026-06-03x86/virt/tdx: Clarify try_init_module_global() result cachingChao Gao1-4/+10
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini48-462/+700
2026-06-03KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handlerSean Christopherson1-43/+31
2026-06-03KVM: SEV: Turn sev_es_validate_vmgexit() into a dedicated predicateSean Christopherson1-71/+41
2026-06-03KVM: SEV: Handle unknown #VMGEXIT reasons in sev_handle_vmgexit()Sean Christopherson1-41/+33
2026-06-03KVM: SEV: Return INVALID_INPUT, not MISSING_INPUT, for bad GUEST_REQUEST inpu...Sean Christopherson1-7/+13
2026-06-03KVM: SEV: Return INVALID_EVENT for SNP-only #VMGEXIT from non-SNP guestSean Christopherson1-5/+22
2026-06-03KVM: SEV: Move GHCB "usage" check out of sev_es_validate_vmgexit()Sean Christopherson1-10/+9
2026-06-03KVM: SEV: Don't terminate SNP VMs on #VMGEXIT without a registered GHCBSean Christopherson1-3/+6
2026-06-03KVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson1-10/+16
2026-06-03KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson1-13/+14
2026-06-03KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson1-31/+31
2026-06-03KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXITSean Christopherson2-38/+49
2026-06-03KVM: SEV: Add an anonymous "psc" struct to track current PSC metadataSean Christopherson2-27/+24
2026-06-03KVM: SEV: Make it more obvious when KVM is writing back the current PSC indexSean Christopherson1-1/+9
2026-06-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson1-1/+0
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson1-2/+0
2026-06-03KVM: x86: Move async #PF helpers to x86.h (as inlines)Sean Christopherson2-19/+19
2026-06-03KVM: x86: Move update_cr8_intercept() to lapic.cSean Christopherson3-31/+30
2026-06-03KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernelsSean Christopherson1-0/+4
2026-06-03Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64...Sean Christopherson1-5/+5
2026-06-03KVM: nSVM: Use kvm_rax_read() now that it's mode-awareSean Christopherson2-3/+3
2026-06-03KVM: x86: Drop non-raw kvm_<reg>_write() helpersSean Christopherson1-5/+0
2026-06-03KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpersSean Christopherson11-151/+170
2026-06-03KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.hSean Christopherson2-120/+120
2026-06-03KVM: x86: Rename kvm_cache_regs.h => regs.hSean Christopherson14-15/+15
2026-06-03KVM: x86: Trace hypercall register *after* truncating values for 32-bitSean Christopherson1-2/+2
2026-06-03KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit modeSean Christopherson1-5/+5
2026-06-03KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guestSean Christopherson1-3/+3
2026-06-03KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercallSean Christopherson1-2/+5
2026-06-03KVM: SVM: Truncate INVLPGA address in compatibility modeSean Christopherson1-1/+1
2026-06-03x86/vdso: Implement __vdso_futex_robust_try_unlock()Thomas Gleixner10-5/+117
2026-06-03x86/vdso: Prepare for robust futex unlock supportThomas Gleixner3-6/+43
2026-06-03x86: Select ARCH_MEMORY_ORDER_TSOThomas Gleixner1-0/+1
2026-06-03percpu: Sanitize __percpu_qual include hellThomas Gleixner2-5/+17
2026-06-02x86/platform/uv: Use str_enabled_disabled() in uv_nmi_setup_hubless_intr()Thorsten Blum1-1/+2