summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger
2020-06-04KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier
2020-06-01KVM: x86/pmu: Support full width countingLike Xu
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini
2020-05-27KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini
2020-05-27KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson
2020-05-15KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson
2020-05-15KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson
2020-05-15KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini
2020-05-15KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li
2020-05-15KVM: VMX: Introduce generic fastpath handlerWanpeng Li
2020-05-15KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson
2020-05-15KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson
2020-05-15KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson