summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-1624-32/+3440
|\
| * KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh2017-12-042-2/+14
| * KVM: SVM: Do not install #UD intercept when SEV is enabledBrijesh Singh2017-12-041-1/+3
| * KVM: SVM: Clear C-bit from the page fault addressBrijesh Singh2017-12-041-2/+2
| * KVM: SVM: Pin guest memory when SEV is activeBrijesh Singh2017-12-042-0/+133
| * KVM: SVM: Add support for SEV LAUNCH_SECRET commandBrijesh Singh2017-12-041-0/+68
| * KVM: SVM: Add support for SEV DEBUG_ENCRYPT commandBrijesh Singh2017-12-041-5/+93
| * KVM: SVM: Add support for SEV DEBUG_DECRYPT commandBrijesh Singh2017-12-041-0/+152
| * KVM: SVM: Add support for SEV GUEST_STATUS commandBrijesh Singh2017-12-041-0/+33
| * KVM: SVM: Add support for SEV LAUNCH_FINISH commandBrijesh Singh2017-12-041-0/+23
| * KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE commandBrijesh Singh2017-12-041-0/+74
| * KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA commandBrijesh Singh2017-12-042-2/+190
| * KVM: SVM: Add support for KVM_SEV_LAUNCH_START commandBrijesh Singh2017-12-042-0/+155
| * KVM: SVM: VMRUN should use associated ASID when SEV is enabledBrijesh Singh2017-12-041-2/+56
| * KVM: SVM: Add KVM_SEV_INIT commandBrijesh Singh2017-12-042-1/+138
| * KVM: Define SEV key management command idBrijesh Singh2017-12-042-0/+282
| * KVM: SVM: Add sev module_paramBrijesh Singh2017-12-041-0/+49
| * KVM: SVM: Reserve ASID range for SEV guestBrijesh Singh2017-12-041-1/+3
| * KVM: X86: Add CONFIG_KVM_AMD_SEVBrijesh Singh2017-12-041-0/+10
| * crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh2017-12-041-0/+97
| * crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-042-0/+85
| * crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh2017-12-041-0/+66
| * crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh2017-12-041-0/+3
| * crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh2017-12-041-0/+16
| * crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh2017-12-041-0/+18
| * crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh2017-12-041-1/+76
| * crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-045-0/+518
| * crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh2017-12-047-1/+277
| * crypto: ccp: Define SEV key management command idBrijesh Singh2017-12-041-0/+465
| * crypto: ccp: Define SEV userspace ioctl and command idBrijesh Singh2017-12-041-0/+142
| * crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov2017-12-041-0/+1
| * KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-044-0/+68
| * KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-044-0/+26
| * KVM: X86: Extend CPUID range to include new leafBrijesh Singh2017-12-042-1/+7
| * KVM: SVM: Prepare to reserve asid for SEV guestBrijesh Singh2017-12-041-1/+3
| * kvm: svm: Add SEV feature definitions to KVMTom Lendacky2017-12-041-0/+1
| * kvm: svm: prepare for new bit definition in nested_ctlTom Lendacky2017-12-042-3/+6
| * x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2017-12-044-20/+50
| * Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)Brijesh Singh2017-12-042-0/+48
* | KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini2018-01-161-1/+2
* | KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-01-161-0/+6
* | KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2018-01-162-8/+14
* | KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2018-01-164-21/+22
* | KVM: X86: use paravirtualized TLB ShootdownWanpeng Li2018-01-163-0/+53
* | KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-163-2/+4
* | KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-149-17/+58
* | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-146-60/+103
* | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-143-7/+18
* | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-143-4/+9
* | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-146-16/+42