summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2016-11-22kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui
2016-11-19kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomicPaolo Bonzini
2016-11-19KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini
2016-11-19kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini
2016-11-19KVM: Disable irq while unregistering user notifierIgnacio Alvarado
2016-11-19KVM: x86: do not go through vcpu in __get_kvmclock_nsPaolo Bonzini
2016-11-16kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS supportLuwei Kang
2016-11-16KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář
2016-11-16KVM: x86: add asm_safe wrapperRadim Krčmář
2016-11-16KVM: x86: save one bit in ctxt->dRadim Krčmář
2016-11-16KVM: x86: add Align16 instruction flagRadim Krčmář
2016-11-16kvm: x86: remove unused but set variableJiang Biao
2016-11-16kvm: x86: hyperv: make function static to avoid compiling warningJiang Biao
2016-11-16kvm: x86: cpuid: remove the unnecessary variableJiang Biao
2016-11-16kvm: x86: make a function in x86.c static to avoid compiling warningJiang Biao
2016-11-16kvm: x86: make function static to avoid compiling warningJiang Biao
2016-11-09Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini
2016-11-04kvm/page_track: export symbols for external usageJike Song
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-03kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini
2016-11-02KVM: nVMX: support descriptor table exitsPaolo Bonzini
2016-11-02KVM: x86: use ktime_get instead of seeking the hrtimer_clock_basePaolo Bonzini
2016-11-02KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li
2016-11-02KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li
2016-11-02KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li
2016-11-02KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot modeWanpeng Li
2016-11-02kvm: x86: remove the misleading comment in vmx_handle_external_intrLongpeng(Mike)
2016-11-02KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: VMX: refactor setup of global page-sized bitmapsRadim Krčmář
2016-11-02KVM: VMX: join functions that disable x2apic msr interceptsRadim Krčmář
2016-11-02KVM: VMX: remove functions that enable msr interceptsRadim Krčmář
2016-11-02kvm: nVMX: Update MSR load counts on a VMCS switchJim Mattson
2016-11-02kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->failJim Mattson
2016-11-02KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner
2016-11-02KVM: VMX: Better name x2apic msr bitmapsWanpeng Li
2016-11-02kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann
2016-11-02kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-11-01x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar
2016-10-28KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-10-27kvm/x86: Show WRMSR data is in hexBorislav Petkov
2016-10-27kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2016-10-20kvm: x86: memset whole irq_eoiJiri Slaby
2016-10-20kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar
2016-10-11kthread: kthread worker API cleanupPetr Mladek