aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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
2016-06-16kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang
2016-06-16kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang
2016-06-16kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit
2016-06-16kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini
2016-06-14KVM: x86: Fix typosAndrea Gelmini
2016-06-08x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen
2016-06-03kvm/x86: remove unnecessary header file inclusionKai Huang
2016-06-03KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini
2016-06-03KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smiPaolo Bonzini
2016-06-03KVM: x86: avoid simultaneous queueing of both IRQ and SMIPaolo Bonzini
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-25kvm:vmx: more complete state update on APICv on/offRoman Kagan
2016-05-24svm: bitwise vs logical op typoDan Carpenter
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-18KVM: MTRR: remove MSR 0x2f8Andy Honig
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini
2016-05-18svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18svm: Add interrupt injection via AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit
2016-05-18KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds