summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-11KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini1-3/+2
2016-07-10Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar5-32/+43
2016-07-05KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page faultAlexis Dambricourt1-0/+1
2016-07-05KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun1-1/+1
2016-07-01KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li1-24/+24
2016-07-01KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li1-8/+10
2016-07-01KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini1-3/+3