aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/sev.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson2021-11-181-3/+3
* KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson2021-11-181-1/+6
* Merge commit 'kvm-pagedata-alloc-fixes' into HEADPaolo Bonzini2021-10-181-1/+1
|\
| * KVM: SEV-ES: fix length of string I/OPaolo Bonzini2021-10-151-1/+1
* | KVM: SVM: Move RESET emulation to svm_vcpu_reset()Sean Christopherson2021-09-301-3/+3
|/
* KVM: SEV: Allow some commands for mirror VMPeter Gonda2021-09-221-2/+17
* KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda2021-09-221-4/+12
* KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATASean Christopherson2021-09-221-1/+1
* KVM: SVM: fix missing sev_decommission in sev_receive_startMingwei Zhang2021-09-221-1/+3
* KVM: SEV: Acquire vcpu mutex when updating VMSAPeter Gonda2021-09-221-22/+29
* KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson2021-08-131-2/+0
* Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini2021-08-101-20/+25
|\
| * KVM: SVM: improve the code readability for ASID managementMingwei Zhang2021-08-041-19/+24
| * KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson2021-08-041-1/+1
* | KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INITSean Christopherson2021-08-021-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-151-6/+8
|\
| * KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson2021-07-151-4/+5
| * KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson2021-07-151-2/+3
* | x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen2021-06-231-0/+1
|/
* KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun2021-06-111-5/+15
* KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra2021-06-081-4/+2
* KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky2021-05-071-4/+1
* KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson2021-05-071-13/+11
* KVM: x86: Fix potential fput on a null source_kvm_fileColin Ian King2021-05-031-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-218/+704
|\
| * KVM: SVM: Skip SEV cache flush if no ASIDs have been usedSean Christopherson2021-04-261-12/+13
| * KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()Sean Christopherson2021-04-261-1/+0
| * KVM: SVM: Drop redundant svm_sev_enabled() helperSean Christopherson2021-04-261-3/+3
| * KVM: SVM: Move SEV VMCB tracking allocation to sev.cSean Christopherson2021-04-261-0/+12
| * KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()Sean Christopherson2021-04-261-2/+1
| * KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)Sean Christopherson2021-04-261-2/+2
| * KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=ySean Christopherson2021-04-261-1/+8
| * KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variablesSean Christopherson2021-04-261-12/+12
| * KVM: SEV: Mask CPUID[0x8000001F].eax according to supported featuresPaolo Bonzini2021-04-261-0/+8
| * KVM: SVM: Move SEV module params/variables to sev.cSean Christopherson2021-04-261-0/+11
| * KVM: SVM: Free sev_asid_bitmap during init if SEV setup failsSean Christopherson2021-04-261-1/+4
| * Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-15/+68
| |\
| * | KVM: SVM: Allocate SEV command structures on local stackSean Christopherson2021-04-211-305/+173
| * | KVM: SVM: Add KVM_SEV_RECEIVE_FINISH commandBrijesh Singh2021-04-211-0/+23
| * | KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA commandBrijesh Singh2021-04-211-0/+79
| * | KVM: SVM: Add support for KVM_SEV_RECEIVE_START commandBrijesh Singh2021-04-211-0/+81
| * | KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford2021-04-211-0/+23
| * | KVM: SVM: Add KVM_SEV_SEND_FINISH commandBrijesh Singh2021-04-211-0/+23
| * | KVM: SVM: Add KVM_SEND_UPDATE_DATA commandBrijesh Singh2021-04-211-0/+125
| * | KVM: SVM: Add KVM_SEV SEND_START commandBrijesh Singh2021-04-211-0/+128
| * | KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-211-0/+90
| * | KVM: SVM: Make sure GHCB is mapped before updatingTom Lendacky2021-04-191-0/+3
| * | KVM: x86: Account a variety of miscellaneous allocationsSean Christopherson2021-04-171-3/+3
| * | KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are createdSean Christopherson2021-04-171-0/+3
| * | KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completesSean Christopherson2021-04-171-17/+12