summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger
2016-07-16KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei
2016-07-16Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář
2016-07-15x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-15KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner
2016-07-14KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson
2016-07-14kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner
2016-07-14KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-14KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář
2016-07-14KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář
2016-07-14KVM: VMX: optimize APIC ID read with APICvRadim Krčmář
2016-07-14KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář
2016-07-14KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář
2016-07-14KVM: x86: use generic function for MSI parsingRadim Krčmář
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář
2016-07-14KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář
2016-07-14KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář
2016-07-14kvm: vmx: advertise support for ept execute onlyBandan Das
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das
2016-07-14kvm: mmu: extend the is_present check to 32 bitsBandan Das
2016-07-11KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini
2016-07-11KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini
2016-07-11KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li
2016-07-11KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini
2016-07-10Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar
2016-07-05KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page faultAlexis Dambricourt
2016-07-05KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun
2016-07-01KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li
2016-07-01KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li
2016-07-01KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini
2016-07-01KVM: x86: use guest_exit_irqoffPaolo Bonzini
2016-07-01KVM: x86: always use "acknowledge interrupt on exit"Paolo Bonzini
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini
2016-06-27KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas
2016-06-27KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti
2016-06-27KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti
2016-06-23kvm: x86: use getboottime64Arnd Bergmann
2016-06-23KVM: VMX: enable guest access to LMCE related MSRsAshok Raj
2016-06-23KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROLHaozhong Zhang
2016-06-23KVM: VMX: move msr_ia32_feature_control to vcpu_vmxHaozhong Zhang
2016-06-16kvm: vmx: hook preemption timer supportYunhong Jiang
2016-06-16kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang
2016-06-16KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang