summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson2021-05-073-57/+53
* KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2021-05-072-40/+42
* KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2021-05-072-21/+50
* KVM: x86: Add support for RDPID without RDTSCPSean Christopherson2021-05-073-7/+29
* KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in hostSean Christopherson2021-05-071-8/+10
* KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson2021-05-073-4/+18
* KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-073-2/+4
* KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guestSean Christopherson2021-05-071-4/+13
* KVM: x86: Emulate RDPID only if RDTSCP is supportedSean Christopherson2021-05-071-1/+2
* KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupportedSean Christopherson2021-05-071-2/+4
* KVM: nSVM: remove a warning about vmcb01 VM exit reasonMaxim Levitsky2021-05-071-1/+0
* KVM: nSVM: always restore the L1's GIF on migrationMaxim Levitsky2021-05-071-0/+2
* KVM: x86: Hoist input checks in kvm_add_msr_filter()Siddharth Chandrasekaran2021-05-071-19/+7
* KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr'Vitaly Kuznetsov2021-05-071-0/+2
* KVM: nVMX: Always make an attempt to map eVMCS after migrationVitaly Kuznetsov2021-05-071-10/+19
* x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()Vitaly Kuznetsov2021-05-071-25/+17
* x86/kvm: Disable all PV features on crashVitaly Kuznetsov2021-05-073-39/+32
* x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2021-05-073-6/+4
* x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov2021-05-071-16/+40
* x86/kvm: Fix pr_info() for async PF setup/teardownVitaly Kuznetsov2021-05-051-2/+2
* KVM: x86: Fix potential fput on a null source_kvm_fileColin Ian King2021-05-031-1/+2
* KVM: x86/mmu: Fix kdoc of __handle_changed_spteKai Huang2021-05-031-1/+1
* KVM: nSVM: leave the guest mode prior to loading a nested stateMaxim Levitsky2021-05-031-2/+5
* KVM: nSVM: fix few bugs in the vmcb02 caching logicMaxim Levitsky2021-05-033-2/+14
* KVM: nSVM: fix a typo in svm_leave_nestedMaxim Levitsky2021-05-031-1/+1
* KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_...Wanpeng Li2021-05-031-1/+1
* kvm/x86: Fix 'lpages' kvm stat for TDM MMUShahin, Md Shahadat Hossain2021-05-031-0/+7
* KVM: x86/mmu: Avoid unnecessary page table allocation in kvm_tdp_mmu_map()Kai Huang2021-05-031-0/+8
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-012-0/+6
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-222-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-0142-2450/+4212
|\ \
| * | KVM: x86: Take advantage of kvm_arch_dy_has_pending_interrupt()Haiwei Li2021-04-261-12/+9
| * | 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-262-8/+3
| * | KVM: SVM: Move SEV VMCB tracking allocation to sev.cSean Christopherson2021-04-263-8/+20
| * | KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()Sean Christopherson2021-04-261-2/+1
| * | KVM: SVM: Unconditionally invoke sev_hardware_teardown()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-265-1/+20
| * | KVM: SVM: Move SEV module params/variables to sev.cSean Christopherson2021-04-263-16/+13
| * | KVM: SVM: Disable SEV/SEV-ES if NPT is disabledSean Christopherson2021-04-261-15/+15
| * | KVM: SVM: Free sev_asid_bitmap during init if SEV setup failsSean Christopherson2021-04-261-1/+4
| * | KVM: SVM: Zero out the VMCB array used to track SEV ASID associationSean Christopherson2021-04-261-3/+2
| * | x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson2021-04-263-8/+4
| * | KVM: x86: Move reverse CPUID helpers to separate header fileRicardo Koller2021-04-262-176/+186
| * | KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson2021-04-267-36/+41
| * | KVM: SVM: Use default rAX size for INVLPGA emulationSean Christopherson2021-04-261-3/+9