summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-06-03KVM: arm64: pkvm: Remove struct cpu_sve_stateMark Rutland
2026-06-03KVM: arm64: pkvm: Save host FPMR in host cpu contextMark Rutland
2026-06-03KVM: arm64: Don't override FFR save/restore argumentMark Rutland
2026-06-03KVM: arm64: Don't include <asm/fpsimdmacros.h>Mark Rutland
2026-06-03arm64: fpsimd: Fix type mismatch in sme_{save,load}_state()Mark Rutland
2026-06-03arm64: fpsimd: Fix type mismatch in sve_{save,load}_state()Mark Rutland
2026-06-03x86/virt/seamldr: Abort updates after a failed stepChao Gao
2026-06-03x86/virt/seamldr: Introduce skeleton for TDX module updatesChao Gao
2026-06-03x86/virt/seamldr: Allocate and populate a module update requestChao Gao
2026-06-03coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updatesChao Gao
2026-06-03coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratumChao Gao
2026-06-03coco/tdx-host: Expose P-SEAMLDR information via sysfsChao Gao
2026-06-03x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR informationChao Gao
2026-06-03x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLsChao Gao
2026-06-03coco/tdx-host: Expose TDX module versionChao Gao
2026-06-03coco/tdx-host: Introduce a "tdx_host" deviceChao Gao
2026-06-03x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>Kai Huang
2026-06-03x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.hChao Gao
2026-06-03x86/virt/tdx: Consolidate TDX global initialization statesChao Gao
2026-06-03x86/virt/tdx: Move TDX global initialization states to file scopeChao Gao
2026-06-03x86/virt/tdx: Clarify try_init_module_global() result cachingChao Gao
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini
2026-06-03KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handlerSean Christopherson
2026-06-03KVM: SEV: Turn sev_es_validate_vmgexit() into a dedicated predicateSean Christopherson
2026-06-03KVM: SEV: Handle unknown #VMGEXIT reasons in sev_handle_vmgexit()Sean Christopherson
2026-06-03KVM: SEV: Return INVALID_INPUT, not MISSING_INPUT, for bad GUEST_REQUEST inpu...Sean Christopherson
2026-06-03KVM: SEV: Return INVALID_EVENT for SNP-only #VMGEXIT from non-SNP guestSean Christopherson
2026-06-03KVM: SEV: Move GHCB "usage" check out of sev_es_validate_vmgexit()Sean Christopherson
2026-06-03KVM: SEV: Don't terminate SNP VMs on #VMGEXIT without a registered GHCBSean Christopherson
2026-06-03Merge tag 'kvm-s390-master-7.1-3' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2026-06-03KVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson
2026-06-03KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson
2026-06-03KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson
2026-06-03KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXITSean Christopherson
2026-06-03KVM: SEV: Add an anonymous "psc" struct to track current PSC metadataSean Christopherson
2026-06-03KVM: SEV: Make it more obvious when KVM is writing back the current PSC indexSean Christopherson
2026-06-03s390/percpu: Provide arch_this_cpu_write() implementationHeiko Carstens
2026-06-03s390/percpu: Provide arch_this_cpu_read() implementationHeiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()Heiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_add_return()Heiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_add()Heiko Carstens
2026-06-03s390/percpu: Add missing do { } while (0) constructsHeiko Carstens
2026-06-03s390/percpu: Infrastructure for more efficient this_cpu operationsHeiko Carstens
2026-06-03s390/fpu: Move GR_NUM / VX_NUM macros to separate header fileHeiko Carstens
2026-06-03s390/fpu: Shorten GR_NUM / VX_NUM macrosHeiko Carstens
2026-06-03KVM: riscv: Fast-path dirty logging write faultsJinyu Tang
2026-06-03KVM: riscv: Update G-stage PTE permissions atomicallyJinyu Tang
2026-06-03KVM: riscv: Add a G-stage PTE cmpxchg helperJinyu Tang
2026-06-03KVM: riscv: Use an rwlock for mmu_lockJinyu Tang
2026-06-03KVM: riscv: Rely on common MMU notifier lockingJinyu Tang