summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: x86/xen: Drop RAX[63:32] when processing hypercallSean Christopherson2021-04-261-1/+1
| * | KVM: nVMX: Truncate base/index GPR value on address calc in !64-bitSean Christopherson2021-04-261-2/+2
| * | KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bitSean Christopherson2021-04-261-1/+1
| * | KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit modeSean Christopherson2021-04-261-3/+3
| * | KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson2021-04-261-4/+4
| * | KVM: x86: Check CR3 GPA for validity regardless of vCPU modeSean Christopherson2021-04-261-3/+8
| * | KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loadsSean Christopherson2021-04-261-77/+3
| * | KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson2021-04-262-0/+6
| * | KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspaceSean Christopherson2021-04-262-36/+24
| * | KVM: SVM: Clear MSR_TSC_AUX[63:32] on writeSean Christopherson2021-04-261-1/+11
| * | KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupportedSean Christopherson2021-04-261-0/+7
| * | KVM: VMX: Invert the inlining of MSR interception helpersSean Christopherson2021-04-262-17/+15
| * | KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guestsWanpeng Li2021-04-261-0/+3
| * | KVM: x86: Properly handle APF vs disabled LAPIC situationVitaly Kuznetsov2021-04-262-1/+7
| * | KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID codeSean Christopherson2021-04-232-3/+4
| * | KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100Isaku Yamahata2021-04-231-1/+1
| * | Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-2230-197/+395
| |\ \
| * | | 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: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li2021-04-211-0/+8
| * | | KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-215-1/+101
| * | | nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan2021-04-211-3/+22
| * | | KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan2021-04-202-10/+13
| * | | KVM: x86: Add capability to grant VM access to privileged SGX attributeSean Christopherson2021-04-202-1/+22
| * | | KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson2021-04-208-9/+204
| * | | KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)Sean Christopherson2021-04-201-0/+64
| * | | KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson2021-04-204-0/+75
| * | | KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictionsSean Christopherson2021-04-202-0/+278
| * | | KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson2021-04-204-3/+73
| * | | KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson2021-04-204-2/+47
| * | | KVM: x86: Add reverse-CPUID lookup support for scattered SGX featuresSean Christopherson2021-04-201-2/+13
| * | | KVM: x86: Add support for reverse CPUID lookup of scattered featuresSean Christopherson2021-04-202-10/+61
| * | | KVM: x86: Define new #PF SGX error code bitSean Christopherson2021-04-201-0/+2
| * | | KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)Sean Christopherson2021-04-201-0/+2
| * | | KVM: vmx: add mismatched size assertions in vmcs_check32()Haiwei Li2021-04-201-0/+4
| * | | KVM: x86: Remove unused function declarationKeqian Zhu2021-04-201-2/+0
| * | | KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()Sean Christopherson2021-04-201-5/+4
| * | | KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson2021-04-201-0/+1
| * | | KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson2021-04-202-4/+9
| * | | KVM: SVM: Don't set current_vmcb->cpu when switching vmcbSean Christopherson2021-04-201-8/+0
| * | | KVM: SVM: Make sure GHCB is mapped before updatingTom Lendacky2021-04-192-1/+4
| * | | KVM: X86: Do not yield to selfWanpeng Li2021-04-191-0/+4
| * | | KVM: X86: Count attempted/successful directed yieldWanpeng Li2021-04-192-6/+20
| * | | x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li2021-04-191-63/+55