summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2020-07-31KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson1-2/+1
2020-07-31KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson1-3/+3
2020-07-31KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatchSean Christopherson1-10/+0
2020-07-31KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson3-8/+16
2020-07-31KVM: VMX: Make vmx_load_mmu_pgd() staticSean Christopherson2-2/+1
2020-07-31KVM: VMX: Drop a duplicate declaration of construct_eptp()Sean Christopherson1-2/+0
2020-07-11KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal1-0/+7
2020-07-11KVM: VMX: optimize #PF injection when MAXPHYADDR does not matchPaolo Bonzini1-0/+10
2020-07-11KVM: VMX: Add guest physical address check in EPT violation and misconfigMohammed Gamal2-4/+23
2020-07-11KVM: VMX: introduce vmx_need_pf_interceptPaolo Bonzini3-12/+23
2020-07-10KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini1-1/+1
2020-07-10KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov1-17/+0
2020-07-09x86/kvm/vmx: Use native read/write_cr2()Thomas Gleixner1-3/+3
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner3-50/+70
2020-07-09x86/kvm/vmx: Add hardirq tracing to guest enter/exitThomas Gleixner1-2/+25
2020-07-09x86/kvm: Move context tracking where it belongsThomas Gleixner1-0/+10
2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky1-1/+1
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2-3/+4
2020-07-08KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperSean Christopherson1-41/+36
2020-07-08kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson1-1/+0
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2-9/+6
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson1-2/+8
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson2-0/+4
2020-07-08KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu1-1/+1
2020-07-08KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2-38/+38
2020-07-08KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guestSean Christopherson1-21/+22
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2-12/+7
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson1-0/+2
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson1-2/+0
2020-06-23KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson1-18/+0
2020-06-23KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-3/+3
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov1-2/+1
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson1-12/+20
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini1-2/+2
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra1-1/+1
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-1/+1
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov3-40/+74
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger1-4/+0
2020-06-04KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson1-1/+1
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare1-8/+4
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2-8/+49
2020-06-01KVM: x86/pmu: Support full width countingLike Xu3-4/+62
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang1-8/+11
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2-3/+3
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini1-5/+0
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini1-4/+1
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini1-10/+10