summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2016-09-16perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming1-2/+2
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini1-3/+5
2016-09-05KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li1-4/+4
2016-08-18kvm: nVMX: fix nested tsc scalingPeter Feiner1-4/+12
2016-08-18KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář1-0/+13
2016-08-18KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář1-63/+44
2016-08-04nvmx: mark ept single context invalidation as supportedBandan Das1-7/+7
2016-08-04nvmx: remove comment about missing nested vpid supportBandan Das1-1/+0
2016-08-04KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li1-0/+3
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+3
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-376/+868
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-7/+8
2016-08-01KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson1-11/+15
2016-08-01kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack1-3/+28
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-27/+8
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-37/+5
2016-07-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-34/+43
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams3-37/+5
2016-07-23Revert "KVM: x86: add pcommit support"Dan Williams3-37/+5
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger1-0/+3
2016-07-16KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei1-0/+1
2016-07-16Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář1-5/+3
2016-07-15x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+8
2016-07-15KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+2
2016-07-14KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini1-1/+1
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-2/+17
2016-07-14kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner1-32/+24
2016-07-14KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini1-3/+5
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker7-7/+8
2016-07-14KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2-4/+11
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2-14/+44
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář4-10/+49
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-07-14KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář1-4/+4
2016-07-14KVM: VMX: optimize APIC ID read with APICvRadim Krčmář1-3/+0
2016-07-14KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář1-2/+3
2016-07-14KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář3-22/+52
2016-07-14KVM: x86: use generic function for MSI parsingRadim Krčmář1-12/+7
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář2-6/+14
2016-07-14KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář1-36/+37
2016-07-14KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář1-132/+98
2016-07-14kvm: vmx: advertise support for ept execute onlyBandan Das1-0/+3
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das3-10/+23
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das3-8/+10
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das4-8/+3
2016-07-14kvm: mmu: extend the is_present check to 32 bitsBandan Das1-1/+1
2016-07-11KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini1-2/+12
2016-07-11KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini1-2/+13
2016-07-11KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li1-0/+2