aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini2-30/+33
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-08KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li1-9/+11
2017-06-06KVM: nVMX: Fix exception injectionWanpeng Li1-1/+1
2017-06-01KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying1-2/+5
2017-06-01KVM: SVM: do not zero out segment attributes if segment is unusable or not presentRoman Pen1-13/+11
2017-05-30KVM: SVM: ignore type when setting segment registersGioh Kim1-1/+1
2017-05-30KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář1-83/+57
2017-05-26KVM: x86: Fix virtual wire modeJan H. Schönherr1-1/+2
2017-05-26KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr1-2/+5
2017-05-26KVM: X86: Fix preempt the preemption timer cancelWanpeng Li1-0/+2
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář1-1/+1
2017-05-19KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář1-1/+1
2017-05-19KVM: x86: zero base3 of unusable segmentsRadim Krčmář1-0/+2
2017-05-19KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-05-19KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li1-1/+9
2017-05-18KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter1-1/+2
2017-05-15KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini1-14/+21
2017-05-15KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li1-1/+1
2017-05-15KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li1-2/+7
2017-05-15kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter1-1/+1
2017-05-09nVMX: Advertise PML to L1 hypervisorBandan Das1-5/+11
2017-05-09nVMX: Implement emulated Page Modification LoggingBandan Das1-2/+79
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das3-0/+20
2017-05-09kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson1-0/+8
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+6
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko3-6/+6
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-1972/+446
2017-05-05kvm: nVMX: Don't validate disabled secondary controlsJim Mattson1-3/+4
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2-30/+33
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand3-17/+11
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+5
2017-04-27kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson1-43/+14
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2-10/+21
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones1-1/+1
2017-04-27KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář1-8/+2
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2-5/+5
2017-04-21KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti1-19/+3
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin4-4/+48
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey4-0/+47
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand1-31/+7
2017-04-13KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář1-1/+1
2017-04-12KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek1-0/+2
2017-04-12KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov1-10/+19
2017-04-12KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov1-39/+13
2017-04-12KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand1-1/+1
2017-04-12KVM: x86: simplify pic_ioport_read()David Hildenbrand1-6/+3
2017-04-12KVM: x86: set data directly in picdev_read()David Hildenbrand1-4/+3
2017-04-12KVM: x86: drop picdev_in_range()David Hildenbrand1-23/+12
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand2-3/+1