summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/sev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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
| * | KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUsSean Christopherson2021-04-171-2/+3
| * | KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini2021-03-151-13/+14
* | | Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-04-281-10/+60
|\ \ \ | | |/ | |/|
| * | svm/sev: Register SEV and SEV-ES ASIDs to the misc controllerVipin Sharma2021-04-041-10/+60
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setupMichael Roth2021-02-041-21/+1
* KVM: SVM: remove uneeded fields from host_save_users_msrsMichael Roth2021-02-041-12/+4
* KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructionsSean Christopherson2021-02-041-1/+2
* KVM/SVM: add support for SEV attestation commandBrijesh Singh2021-02-041-0/+71
* Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-01-281-7/+10
* KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson2021-01-261-9/+6
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-081-0/+22
* KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor2021-01-081-1/+1
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-081-1/+1
|\
| * KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().Ashish Kalra2020-11-161-1/+1