summaryrefslogtreecommitdiffstats
path: root/drivers/greybus (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-21crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson2-5/+6
2021-04-21crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2021-04-21crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
2021-04-21crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2-5/+25
2021-04-21crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson1-2/+7
2021-04-21crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson1-0/+3
2021-04-21crypto: ccp: Free SEV device if SEV init failsSean Christopherson1-1/+3
2021-04-21KVM: SVM: Add KVM_SEV_RECEIVE_FINISH commandBrijesh Singh2-0/+31
2021-04-21KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA commandBrijesh Singh3-0/+112
2021-04-21KVM: SVM: Add support for KVM_SEV_RECEIVE_START commandBrijesh Singh3-0/+119
2021-04-21KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford5-0/+45
2021-04-21KVM: SVM: Add KVM_SEV_SEND_FINISH commandBrijesh Singh2-0/+31
2021-04-21KVM: SVM: Add KVM_SEND_UPDATE_DATA commandBrijesh Singh3-0/+162
2021-04-21KVM: SVM: Add KVM_SEV SEND_START commandBrijesh Singh4-4/+174
2021-04-21KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li3-1/+16
2021-04-21KVM: x86: document behavior of measurement ioctls with len==0Paolo Bonzini1-0/+6
2021-04-21KVM: selftests: Always run vCPU thread with blocked SIG_IPIPaolo Bonzini1-2/+7
2021-04-21KVM: selftests: Sync data verify of dirty logging with guest syncPeter Xu1-10/+50
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman9-2/+126
2021-04-21nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan1-3/+22
2021-04-20KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan2-10/+13
2021-04-20KVM: x86: Add capability to grant VM access to privileged SGX attributeSean Christopherson4-1/+46
2021-04-20KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson8-9/+204
2021-04-20KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)Sean Christopherson1-0/+64
2021-04-20KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson4-0/+75
2021-04-20KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictionsSean Christopherson2-0/+278
2021-04-20KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson4-3/+73
2021-04-20KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson4-2/+47
2021-04-20KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson1-2/+13
2021-04-20KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson2-10/+61
2021-04-20KVM: x86: Define new #PF SGX error code bitSean Christopherson1-0/+2
2021-04-20KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)Sean Christopherson1-0/+2
2021-04-20KVM: selftests: Add a test for kvm page table codeYanan Wang3-0/+510
2021-04-20KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang1-19/+9
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang3-13/+118
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang2-0/+26
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang2-0/+31
2021-04-20KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang2-14/+19
2021-04-20KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang1-2/+2
2021-04-20tools/headers: sync headers of asm-generic/hugetlb_encode.hYanan Wang1-0/+3
2021-04-20KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li1-0/+4
2021-04-20KVM: Add proper lockdep assertion in I/O bus unregisterSean Christopherson1-2/+4
2021-04-20KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson3-9/+24
2021-04-20KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCUSean Christopherson1-3/+7
2021-04-20doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8Emanuele Giuseppe Esposito1-125/+125
2021-04-20KVM: x86: Remove unused function declarationKeqian Zhu1-2/+0
2021-04-20KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()Sean Christopherson1-5/+4
2021-04-20KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson1-0/+1
2021-04-20KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson2-4/+9
2021-04-20KVM: SVM: Don't set current_vmcb->cpu when switching vmcbSean Christopherson1-8/+0