summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-21KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson
2018-12-21KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson
2018-12-21KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak
2018-12-21KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu
2018-12-21KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu
2018-12-21KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu
2018-12-21KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu
2018-12-21KVM/MMU: Add tlb flush with range helper functionLan Tianyu
2018-12-21KVM/VMX: Add hv tlb range flush supportLan Tianyu
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng
2018-12-21KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng
2018-12-21KVM: fix some typosWei Yang
2018-12-21KVM: x86: Remove KF() macro placeholderSean Christopherson
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson
2018-12-21KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing
2018-12-21KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini
2018-12-19KVM: x86: nSVM: fix switch to guest mmuVitaly Kuznetsov
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-18KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2018-12-18KVM: Fix UAF in nested posted interrupt processingCfir Cohen
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr
2018-12-14KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan
2018-12-14KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson
2018-12-14KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan
2018-12-14KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan
2018-12-14KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu
2018-12-14KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan
2018-12-14kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson
2018-12-14kvm: vmx: add cpu into VMX preemption timer bug listWei Huang
2018-12-14kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost
2018-12-14x86/hyper-v: Stop caring about EOI for direct stimersVitaly Kuznetsov
2018-12-14x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...Vitaly Kuznetsov