summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/sev.c
AgeCommit message (Expand)Author
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky
2021-12-05KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessarySean Christopherson
2021-12-05KVM: SEV: Return appropriate error codes if SEV-ES scratch setup failsSean Christopherson
2021-11-30KVM: SEV: accept signals in sev_lock_two_vmsPaolo Bonzini
2021-11-30KVM: SEV: do not take kvm->lock when destroyingPaolo Bonzini
2021-11-30KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini
2021-11-30KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs lockedPaolo Bonzini
2021-11-30KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini
2021-11-30KVM: SEV: initialize regions_list of a mirror VMPaolo Bonzini
2021-11-30KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini
2021-11-30KVM: SEV: do not use list_replace_init on an empty listPaolo Bonzini
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini
2021-11-18KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Sean Christopherson
2021-11-18KVM: SEV: Drop a redundant setting of sev->asid during initializationSean Christopherson
2021-11-18KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson
2021-11-18KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson
2021-11-12KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromPaolo Bonzini
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini
2021-11-11KVM: SEV: Add support for SEV-ES intra host migrationPeter Gonda
2021-11-11KVM: SEV: Add support for SEV intra host migrationPeter Gonda
2021-11-11KVM: SEV: provide helpers to charge/uncharge misc_cgPaolo Bonzini
2021-11-11KVM: SEV: Refactor out sev_es_state structPeter Gonda
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-27KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini
2021-10-21KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATAMasahiro Kozuka
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-18Merge commit 'kvm-pagedata-alloc-fixes' into HEADPaolo Bonzini
2021-10-18KVM: SEV-ES: Set guest_state_protected after VMSA updatePeter Gonda
2021-10-15KVM: SEV-ES: fix length of string I/OPaolo Bonzini
2021-09-30KVM: SVM: Move RESET emulation to svm_vcpu_reset()Sean Christopherson
2021-09-22KVM: SEV: Allow some commands for mirror VMPeter Gonda
2021-09-22KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda
2021-09-22KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATASean Christopherson
2021-09-22KVM: SVM: fix missing sev_decommission in sev_receive_startMingwei Zhang
2021-09-22KVM: SEV: Acquire vcpu mutex when updating VMSAPeter Gonda
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson
2021-08-10Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini
2021-08-04KVM: SVM: improve the code readability for ASID managementMingwei Zhang
2021-08-04KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson
2021-08-02KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INITSean Christopherson
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-07-15KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson
2021-07-15KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-06-08KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra
2021-05-07KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky
2021-05-07KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson