summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-011-13/+11
* KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-301-1/+1
* KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář2017-05-301-83/+57
* KVM: x86: Fix virtual wire modeJan H. Schönherr2017-05-261-1/+2
* KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2017-05-261-2/+5
* KVM: X86: Fix preempt the preemption timer cancelWanpeng Li2017-05-261-0/+2
* KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář2017-05-191-1/+1
* KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář2017-05-191-1/+1
* KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-05-191-0/+2
* KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-191-9/+15
* KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-191-1/+9
* KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-181-1/+2
* KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini2017-05-151-14/+21
* KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li2017-05-151-1/+1
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-151-2/+7
* kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter2017-05-151-1/+1
* nVMX: Advertise PML to L1 hypervisorBandan Das2017-05-091-5/+11
* nVMX: Implement emulated Page Modification LoggingBandan Das2017-05-091-2/+79
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-093-0/+20
* kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson2017-05-091-0/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-083-6/+6
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-083-6/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-0822-1972/+446
|\ \ | |/ |/|
| * kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-032-30/+33
| * KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-023-17/+11
| * kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson2017-04-271-43/+14
| * KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-04-272-10/+21
| * KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-1/+1
| * KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář2017-04-271-8/+2
| * KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-272-5/+5
| * KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti2017-04-211-19/+3
| * kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-214-4/+48
| * KVM: x86: virtualize cpuid faultingKyle Huey2017-04-214-0/+47
| * KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand2017-04-211-31/+7
| * KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář2017-04-131-1/+1
| * KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek2017-04-121-0/+2
| * KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov2017-04-121-10/+19
| * KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov2017-04-121-39/+13
| * KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand2017-04-121-1/+1
| * KVM: x86: simplify pic_ioport_read()David Hildenbrand2017-04-121-6/+3
| * KVM: x86: set data directly in picdev_read()David Hildenbrand2017-04-121-4/+3
| * KVM: x86: drop picdev_in_range()David Hildenbrand2017-04-121-23/+12
| * KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand2017-04-122-3/+1
| * KVM: x86: simplify pic_unlock()David Hildenbrand2017-04-121-9/+4
| * KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand2017-04-121-12/+8
| * KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand2017-04-121-1/+1
| * KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand2017-04-121-2/+2
| * KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand2017-04-121-2/+0