summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2018-12-032-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-2626-15449/+16669
|\ \ \
| * | | KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-211-1/+1
| * | | KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-215-34/+78
| * | | KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-212-42/+50
| * | | KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-12-211-6/+6
| * | | KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu2018-12-211-3/+13
| * | | KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu2018-12-211-0/+5
| * | | KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu2018-12-211-6/+2
| * | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
| * | | KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu2018-12-212-11/+23
| * | | KVM/MMU: Add tlb flush with range helper functionLan Tianyu2018-12-211-1/+36
| * | | KVM/VMX: Add hv tlb range flush supportLan Tianyu2018-12-211-17/+44
| * | | KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang2018-12-212-1/+8
| * | | KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng2018-12-212-7/+27
| * | | KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng2018-12-212-1/+216
| * | | KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang2018-12-211-0/+73
| * | | KVM: x86: Add Intel PT context switch for each vcpuChao Peng2018-12-212-0/+95
| * | | KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-213-2/+32
| * | | KVM: x86: Add Intel PT virtualization work modeChao Peng2018-12-213-3/+42
| * | | KVM: fix some typosWei Yang2018-12-212-2/+2
| * | | KVM: x86: Remove KF() macro placeholderSean Christopherson2018-12-211-3/+0
| * | | kvm: vmx: Allow guest read access to IA32_TSCJim Mattson2018-12-211-0/+1
| * | | kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson2018-12-211-3/+7
| * | | KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William2018-12-211-0/+12
| * | | KVM: VMX: Remove duplicated include from vmx.cYueHaibing2018-12-211-1/+0
| * | | KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov2018-12-211-0/+7
| * | | KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini2018-12-211-1/+1
| * | | kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-143-13/+58
| * | | kvm: x86: Use task structs fpu field for userMarc Orr2018-12-141-2/+2
| * | | KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan2018-12-141-3/+14
| * | | KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan2018-12-141-14/+25
| * | | KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan2018-12-141-43/+54
| * | | KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan2018-12-141-10/+33
| * | | KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson2018-12-141-24/+10
| * | | KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan2018-12-141-69/+62
| * | | KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan2018-12-141-7/+8
| * | | KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu2018-12-141-2/+11
| * | | KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan2018-12-141-4/+12
| * | | kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson2018-12-141-1/+1
| * | | kvm: vmx: add cpu into VMX preemption timer bug listWei Huang2018-12-141-0/+2
| * | | kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost2018-12-141-2/+2
| * | | x86/hyper-v: Stop caring about EOI for direct stimersVitaly Kuznetsov2018-12-141-33/+3
| * | | x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...Vitaly Kuznetsov2018-12-141-9/+3
| * | | x86/kvm/hyper-v: direct mode for synthetic timersVitaly Kuznetsov2018-12-142-12/+65
| * | | x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov2018-12-141-17/+18