summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* nvmx: mark ept single context invalidation as supportedBandan Das2016-08-041-7/+7
* nvmx: remove comment about missing nested vpid supportBandan Das2016-08-041-1/+0
* KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li2016-08-041-0/+3
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-041-0/+3
|\
| * KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0214-376/+868
|\ \
| * | KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson2016-08-011-11/+15
| * | kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack2016-08-011-3/+28
| * | KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-142-4/+11
| * | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-142-14/+44
| * | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-144-10/+49
| * | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * | KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * | KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * | KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-143-22/+52
| * | KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
| * | KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-142-6/+14
| * | KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-141-36/+37
| * | KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * | kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * | kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-143-10/+23
| * | kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-143-8/+10
| * | kvm: mmu: remove is_present_gpte()Bandan Das2016-07-144-8/+3
| * | kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * | KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * | KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * | KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * | KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * | KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun2016-07-051-1/+1
| * | KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * | KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10
| * | KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini2016-07-011-3/+3
| * | KVM: x86: use guest_exit_irqoffPaolo Bonzini2016-07-013-12/+9
| * | KVM: x86: always use "acknowledge interrupt on exit"Paolo Bonzini2016-07-011-4/+3
| * | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
| * | kvm: x86: use getboottime64Arnd Bergmann2016-06-231-5/+5
| * | KVM: VMX: enable guest access to LMCE related MSRsAshok Raj2016-06-232-6/+38
| * | KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-06-231-1/+24
| * | KVM: VMX: move msr_ia32_feature_control to vcpu_vmxHaozhong Zhang2016-06-231-7/+6
| |/
| * kvm: vmx: hook preemption timer supportYunhong Jiang2016-06-162-2/+181
| * kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang2016-06-161-2/+15
| * KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-164-1/+97
| * kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang2016-06-161-26/+31
| * KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-162-9/+3
| * KVM: x86: Fix typosAndrea Gelmini2016-06-145-5/+5
| * kvm/x86: remove unnecessary header file inclusionKai Huang2016-06-031-2/+0
| * KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini2016-06-032-3/+5
| * KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smiPaolo Bonzini2016-06-031-20/+21
| * KVM: x86: avoid simultaneous queueing of both IRQ and SMIPaolo Bonzini2016-06-031-16/+29
OpenPOWER on IntegriCloud