summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-017-7/+8
|\ \
| * | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-147-7/+8
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-27/+8
|\ \ \
| * | | x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-25/+8
| * | | KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner2016-07-151-4/+2
| |/ /
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-283-37/+5
|\ \ \
| * \ \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-243-37/+5
| |\ \ \ | | |/ / | |/| |
| | * | Revert "KVM: x86: add pcommit support"Dan Williams2016-07-233-37/+5
| | |/
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-07-262-34/+43
|\ \ \
| * | | KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei2016-07-161-0/+1
| * | | Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář2016-07-161-5/+3
| * | | KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini2016-07-141-1/+1
| * | | KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-07-141-2/+17
OpenPOWER on IntegriCloud