aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-11-05KVM: nSVM: Remove redundant cases in nested_svm_intercept()Yosry Ahmed1-10/+0
2025-11-05x86/mce/amd: Support SMCA Corrected Error InterruptYazen Ghannam1-0/+17
2025-11-05KVM: TDX: Fix list_add corruption during vcpu_load()Yan Zhao1-5/+38
2025-11-05KVM: TDX: Bug the VM if extending the initial measurement failsSean Christopherson1-11/+13
2025-11-05KVM: TDX: Guard VM state transitions with "all" the locksSean Christopherson1-10/+49
2025-11-05KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIESSean Christopherson1-3/+3
2025-11-05KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()Sean Christopherson1-6/+3
2025-11-05KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctlSean Christopherson6-6/+55
2025-11-05KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl commandSean Christopherson1-13/+20
2025-11-05KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guestSean Christopherson1-49/+33
2025-11-05Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-11-05KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entriesSean Christopherson1-0/+7
2025-11-05KVM: TDX: Derive error argument names from the local variable namesSean Christopherson1-6/+7
2025-11-05KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()Sean Christopherson1-64/+46
2025-11-05KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()Sean Christopherson1-30/+11
2025-11-05KVM: TDX: ADD pages to the TD image while populating mirror EPT entriesSean Christopherson2-72/+44
2025-11-05KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole callerSean Christopherson1-28/+21
2025-11-05KVM: TDX: Use atomic64_dec_return() instead of a poor equivalentSean Christopherson1-4/+2
2025-11-05KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()Sean Christopherson1-2/+4
2025-11-05KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mappingSean Christopherson3-4/+7
2025-11-05KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()Sean Christopherson3-17/+12
2025-11-05KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()Sean Christopherson1-50/+40
2025-11-05KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() conditionSean Christopherson1-6/+6
2025-11-05KVM: TDX: Drop superfluous page pinning in S-EPT managementYan Zhao1-24/+4
2025-11-05KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()Sean Christopherson1-3/+3
2025-11-05Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"Sean Christopherson3-36/+7
2025-11-05KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU rootSean Christopherson1-0/+2
2025-11-05KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMUSean Christopherson3-8/+84
2025-11-05KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappingsSean Christopherson1-14/+0
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-0/+6
2025-11-05x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-4/+7
2025-11-05x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systemsYazen Ghannam1-68/+53
2025-11-05x86/mce: Unify AMD DFR handler with MCA PollingYazen Ghannam3-99/+49
2025-11-05x86/mce: Unify AMD THR handler with MCA PollingYazen Ghannam1-28/+23
2025-11-05x86/msr: Add CPU_OUT_OF_SPEC taint name to "unrecognized" pr_warn(msg)Marc Herbert1-1/+1
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds3-6/+14
2025-11-04x86/cpufeatures: Correct LKGS feature flag descriptionBorislav Petkov (AMD)1-1/+1
2025-11-04rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0Miguel Ojeda1-1/+1
2025-11-04KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()Kai Huang1-1/+1
2025-11-04KVM: x86: Add a helper to dedup reporting of unhandled VM-ExitsSean Christopherson5-19/+16
2025-11-04KVM: SVM: switch to raw spinlock for svm->ir_list_lockMaxim Levitsky2-9/+9
2025-11-04KVM: SVM: Make avic_ga_log_notifier() local to avic.cSean Christopherson2-2/+1
2025-11-04KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exitSean Christopherson3-0/+9
2025-11-04KVM: SVM: Initialize per-CPU svm_data at the end of hardware setupSean Christopherson1-6/+7
2025-11-04KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVESChao Gao1-9/+8
2025-11-04KVM: x86: Harden KVM against imbalanced load/put of guest FPU stateSean Christopherson1-0/+6
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson1-11/+16
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello1-0/+1
2025-11-04x86/ptrace: Always inline trivial accessorsPeter Zijlstra1-10/+10