summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-12-08KVM: nVMX: invvpid handling improvementsJan Dakinevich1-0/+10
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek2-7/+19
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek3-16/+45
2016-12-08KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek1-4/+19
2016-12-08KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek1-2/+14
2016-12-08KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack1-9/+9
2016-12-08KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack1-3/+52
2016-12-08KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack1-24/+53
2016-12-08KVM: nVMX: support restore of VMX capability MSRsDavid Matlack2-24/+297
2016-12-08KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack1-26/+19
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey1-1/+0
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey5-124/+103
2016-12-08KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey1-20/+33
2016-12-08KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey1-6/+6
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey4-6/+5
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky3-2/+47
2016-11-24kvm: svm: Add support for additional SVM NPF error codesTom Lendacky3-4/+29
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das2-3/+4
2016-11-22KVM: nVMX: invvpid handling improvementsJan Dakinevich1-12/+24
2016-11-22KVM: VMX: clean up declaration of VPID/EPT invalidation typesJan Dakinevich1-1/+4
2016-11-22kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson2-4/+11
2016-11-16kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS supportLuwei Kang1-1/+13
2016-11-16KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2016-11-16KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2016-11-16KVM: x86: save one bit in ctxt->dRadim Krčmář1-10/+13
2016-11-16KVM: x86: add Align16 instruction flagRadim Krčmář1-8/+12
2016-11-16kvm: x86: remove unused but set variableJiang Biao1-3/+0
2016-11-16kvm: x86: hyperv: make function static to avoid compiling warningJiang Biao1-1/+1
2016-11-16kvm: x86: cpuid: remove the unnecessary variableJiang Biao1-2/+2
2016-11-16kvm: x86: make a function in x86.c static to avoid compiling warningJiang Biao1-1/+1
2016-11-16kvm: x86: make function static to avoid compiling warningJiang Biao1-1/+1
2016-11-16Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář19-70/+156
2016-11-16x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen2-12/+40
2016-11-16x86/cpuid: Cleanup cpuid_regs definitionsHe Chen4-47/+41
2016-11-11crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2016-11-11x86: apm: avoid uninitialized dataArnd Bergmann1-1/+4
2016-11-09Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini3-6/+15
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-79/+30
2016-11-04kvm/page_track: export symbols for external usageJike Song1-0/+4
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song3-6/+11
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen4-1/+42
2016-11-03kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini2-3/+17
2016-11-02KVM: nVMX: support descriptor table exitsPaolo Bonzini3-0/+8
2016-11-02KVM: x86: use ktime_get instead of seeking the hrtimer_clock_basePaolo Bonzini1-4/+4
2016-11-02KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li2-28/+76
2016-11-02KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li1-8/+8
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li3-1/+11
2016-11-02KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li1-2/+2
2016-11-02KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot modeWanpeng Li1-42/+47
2016-11-02kvm: x86: remove the misleading comment in vmx_handle_external_intrLongpeng(Mike)1-5/+0