summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | 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
OpenPOWER on IntegriCloud