aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson1-1/+1
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson1-1/+0
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-2/+2
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon1-7/+9
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang1-1/+1
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini1-1/+8
2019-02-07KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-01-25KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson1-1/+1
2019-01-25KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-33/+128
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng1-1/+32
2018-12-21KVM: fix some typosWei Yang1-1/+1
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini1-1/+1
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost1-0/+2
2018-12-18KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li1-1/+1
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr1-13/+38
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr1-2/+2
2018-12-14kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson1-1/+1
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov1-0/+20
2018-12-14KVM: x86: nVMX: Allow nested_enable_evmcs to be NULLSean Christopherson1-0/+2
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+27
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini1-3/+3
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini1-12/+2
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz1-3/+3
2018-11-27KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon1-0/+1
2018-11-27KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-21/+21
2018-10-23Revert "kvm: x86: optimize dr6 restore"Radim Krčmář1-9/+4
2018-10-17kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson1-0/+5
2018-10-17kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson1-17/+52
2018-10-17kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson1-4/+45
2018-10-17kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson1-7/+15
2018-10-17kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson1-16/+45
2018-10-17kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson1-0/+8
2018-10-17x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov1-2/+4
2018-10-17KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov1-0/+15
2018-10-17KVM: hyperv: define VP assist page helpersLadi Prosek1-1/+1
2018-10-17x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini1-1/+1
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov1-10/+10
2018-10-17kvm: x86: optimize dr6 restorePaolo Bonzini1-4/+9
2018-10-17KVM: x86: hyperv: implement PV IPI send hypercallsVitaly Kuznetsov1-0/+1
2018-10-17KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li1-1/+1
2018-10-01KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon1-1/+1
2018-09-20KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLsLiran Alon1-8/+14
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt1-0/+10
2018-09-20KVM: x86: Turbo bits in MSR_PLATFORM_INFODrew Schmitt1-1/+0
2018-09-20KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon1-1/+9
2018-09-20kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior1-23/+23
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson1-1/+7