summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner2016-07-141-32/+24
| * | | KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini2016-07-141-3/+5
| * | | KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page faultAlexis Dambricourt2016-07-051-0/+1
| |/ /
* | | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar2016-07-105-32/+43
|\ \ \ | |/ /
| * | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas2016-06-271-12/+11
| * | KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti2016-06-271-1/+2
| * | KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2016-06-272-6/+7
| * | kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang2016-06-161-5/+10
| * | kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit2016-06-161-5/+10
| * | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-161-3/+3
| |/
* | x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen2016-06-081-3/+3
|/
* KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
* KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
* KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
* kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
* KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
* KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-272-20/+32
|\
| * kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
| * svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-1910-174/+895
|\ \ | |/
| * KVM: MTRR: remove MSR 0x2f8Andy Honig2016-05-181-2/+0
| * KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-183-9/+9
| * svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit2016-05-181-0/+89
| * svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit2016-05-181-4/+12
| * svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit2016-05-181-0/+12
| * KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-182-0/+12
| * svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-184-0/+341
| * svm: Add interrupt injection via AVICSuravee Suthikulpanit2016-05-181-4/+35
| * KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-181-1/+224
| * KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-181-0/+5
| * KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-183-33/+33
| * KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-182-74/+82
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
| * kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-11/+8
| * kvm: robustify steal time recordWanpeng Li2016-05-031-1/+17
| * KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers2016-04-291-1/+1
| * KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini2016-04-201-3/+0
| * KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-201-16/+12
OpenPOWER on IntegriCloud