summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
6 daysKVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson
6 daysKVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson
6 daysKVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson
6 daysKVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXITSean Christopherson
6 daysKVM: SEV: Add an anonymous "psc" struct to track current PSC metadataSean Christopherson
6 daysKVM: SEV: Make it more obvious when KVM is writing back the current PSC indexSean Christopherson
10 daysMerge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini
10 daysKVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson
10 daysKVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson
10 daysKVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson
10 daysKVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson
10 daysKVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson
10 daysKVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson
10 daysKVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson
10 daysKVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson
10 daysKVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson
10 daysKVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth
10 daysMerge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-05-23KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)Tina Zhang
2026-05-21KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson
2026-05-12KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is runningSean Christopherson
2026-04-13KVM: x86: use inlines instead of macros for is_sev_*guestPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-09KVM: SEV: Goto an existing error label if charging misc_cg for an ASID failsSean Christopherson
2026-04-09KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helperCarlos López
2026-04-09KVM: SEV: use mutex guard in snp_handle_guest_req()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_ioctl()Carlos López
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...Sean Christopherson
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson
2026-04-08KVM: SEV: Move SEV-specific VM initialization to sev.cSean Christopherson
2026-04-08KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.cSean Christopherson
2026-04-08KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"Sean Christopherson
2026-04-08KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guestsSean Christopherson
2026-04-08KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guestsSean Christopherson
2026-04-08KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronizationSean Christopherson
2026-04-08KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finishSean Christopherson
2026-04-03KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 failsYosry Ahmed
2026-04-03KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulationYosry Ahmed
2026-04-03KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructionsYosry Ahmed
2026-04-03KVM: SVM: Move RAX legality check to SVM insn interception handlersYosry Ahmed
2026-04-03KVM: SVM: Properly check RAX on #GP intercept of SVM instructionsYosry Ahmed
2026-04-03KVM: SVM: Refactor SVM instruction handling on #GP interceptYosry Ahmed