summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.h
AgeCommit message (Expand)Author
2024-08-29KVM: SVM: Track the per-CPU host save area as a VMCB pointerSean Christopherson
2024-08-29KVM: SVM: Add a helper to convert a SME-aware PA back to a struct pageSean Christopherson
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini
2024-07-16KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE eventBrijesh Singh
2024-07-16Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-06-05KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasonsAlejandro Jimenez
2024-06-03KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing
2024-06-03KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing
2024-06-03KVM: SVM: remove useless input parameter in snp_safe_alloc_pageLi RongQing
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini
2024-06-03KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria
2024-06-03KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria
2024-06-03KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creationTom Lendacky
2024-05-12KVM: x86: Implement hook for determining max NPT mapping levelMichael Roth
2024-05-12KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth
2024-05-12KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth
2024-05-12KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky
2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh
2024-05-12KVM: SEV: Add support to handle Page State Change VMGEXITMichael Roth
2024-05-12KVM: SEV: Add support to handle GHCB GPA register VMGEXITBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini
2024-04-11KVM: SEV: introduce to_kvm_sev_infoPaolo Bonzini
2024-04-11KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini
2024-04-11KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=yPaolo Bonzini
2024-04-09KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson
2024-01-29KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeBrijesh Singh
2024-01-08Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-12-13KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth
2023-12-07KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERVVitaly Kuznetsov
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky
2023-08-31Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-31Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-25KVM: SVM: Require nrips support for SEV guests (and beyond)Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"Sean Christopherson
2023-08-17KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"Sean Christopherson
2023-08-04KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini
2023-08-03KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson
2023-08-03KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIOSean Christopherson