summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-03-11KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini1-1/+1
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka3-27/+12
2014-03-11KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka1-1/+2
2014-03-11KVM: nVMX: Fully emulate preemption timerJan Kiszka1-55/+96
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2-36/+57
2014-03-04Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2-1/+2
2014-03-04x86: kvm: introduce periodic global clock updatesAndrew Jones1-0/+20
2014-03-04x86: kvm: rate-limit global clock updatesAndrew Jones1-4/+23
2014-03-03kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini1-1/+1
2014-02-28kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini1-1/+1
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-27KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa1-2/+5
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti1-0/+1
2014-02-26KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti1-0/+1
2014-02-25KVM: x86: Enable Intel MPX for guestLiu, Jinsong3-2/+8
2014-02-25KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2-1/+7
2014-02-24KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong1-2/+16
2014-02-22KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2-5/+8
2014-02-22KVM: x86: expose ADX feature to guestLiu, Jinsong1-1/+2
2014-02-22KVM: x86: expose new instruction RDSEED to guestLiu, Jinsong1-1/+1
2014-02-18KVM: SVM: fix NMI window after iretRadim Krčmář1-0/+1
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa1-3/+4
2014-02-04Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+1
2014-02-04KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti1-1/+0
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel1-1/+1
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini1-1/+1
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka4-12/+39
2014-01-24KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld1-2/+4
2014-01-23KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld1-0/+1
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-172/+318
2014-01-20kvm: make KVM_MMU_AUDIT help text more readableRandy Dunlap1-1/+1
2014-01-17KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka1-0/+4
2014-01-17KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka1-2/+2
2014-01-17KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka1-56/+23
2014-01-17KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka1-0/+14
2014-01-17KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka1-29/+34
2014-01-17KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka1-0/+14
2014-01-17KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka1-1/+2
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka3-2/+43
2014-01-17KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka1-0/+1
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld1-1/+27
2014-01-15KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini1-2/+0
2014-01-15KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti1-40/+1
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti4-3/+23
2014-01-15KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2-0/+17
2014-01-09KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-01-09KVM: x86: Fix debug typo error in lapicChen Fan1-3/+3
2014-01-09KVM: VMX: check use I/O bitmap first before unconditional I/O exitZhihui Zhang1-4/+1
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1