summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-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-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson
2026-06-03KVM: x86: Move async #PF helpers to x86.h (as inlines)Sean Christopherson
2026-06-03KVM: x86: Move update_cr8_intercept() to lapic.cSean Christopherson
2026-06-03KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernelsSean Christopherson
2026-06-03Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64...Sean Christopherson
2026-06-03KVM: nSVM: Use kvm_rax_read() now that it's mode-awareSean Christopherson
2026-06-03KVM: x86: Drop non-raw kvm_<reg>_write() helpersSean Christopherson
2026-06-03KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpersSean Christopherson
2026-06-03KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.hSean Christopherson
2026-06-03KVM: x86: Rename kvm_cache_regs.h => regs.hSean Christopherson
2026-06-03KVM: x86: Trace hypercall register *after* truncating values for 32-bitSean Christopherson
2026-06-03KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit modeSean Christopherson
2026-06-03KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guestSean Christopherson
2026-06-03KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercallSean Christopherson
2026-06-03KVM: SVM: Truncate INVLPGA address in compatibility modeSean Christopherson
2026-06-03x86/vdso: Implement __vdso_futex_robust_try_unlock()Thomas Gleixner
2026-06-03x86/vdso: Prepare for robust futex unlock supportThomas Gleixner
2026-06-03x86: Select ARCH_MEMORY_ORDER_TSOThomas Gleixner
2026-06-03percpu: Sanitize __percpu_qual include hellThomas Gleixner
2026-06-02x86/platform/uv: Use str_enabled_disabled() in uv_nmi_setup_hubless_intr()Thorsten Blum
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh
2026-06-02KVM: x86: Take PIC lock on KVM_GET_IRQCHIP pathCarlos López
2026-06-01x86/cpu: Keep the PROCESSOR_SELECT menu togetherRandy Dunlap
2026-06-01x86/CPU/AMD: Add more Zen6 modelsPratik Vishwakarma
2026-05-31Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-30Merge commit 'kvm-vmenter-load-store-regs' into HEADPaolo Bonzini
2026-05-30KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()Chang S. Bae
2026-05-30KVM: SVM: Macrofy GPR swapping in __svm_vcpu_run()Chang S. Bae
2026-05-30KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()Chang S. Bae
2026-05-30x86/cpu: Make CONFIG_X86_TSC unconditionalIngo Molnar
2026-05-29KVM: x86: ioapic: Use old_dest_mode consistently in ioapic_write_indirect()Li RongQing
2026-05-29Revert "x86/fpu: Refine and simplify the magic number check during signal ret...Andrei Vagin
2026-05-29Merge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini
2026-05-29KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson
2026-05-29KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson
2026-05-29KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson
2026-05-29KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson
2026-05-29KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson
2026-05-29KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson
2026-05-29KVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson