summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
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-22Merge 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-08KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-01-08KVM: x86: Fix debug typo error in lapicChen Fan1-3/+3
2014-01-08KVM: 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
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-20KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2013-12-20KVM: VMX: Do not skip the instruction if handle_dr injects a faultJan Kiszka1-3/+7
2013-12-18KVM: nVMX: Support direct APIC access from L2Jan Kiszka1-0/+5
2013-12-13KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa1-0/+5
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-1/+1
2013-12-12KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-12KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-12-12KVM: nVMX: Add support for activity state HLTJan Kiszka1-1/+6
2013-12-12KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs fieldGleb Natapov1-27/+85
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin1-1/+1
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois1-0/+3
2013-11-07kvm, cpuid: Fix sparse warningBorislav Petkov1-3/+5
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin1-3/+4
2013-11-05KVM: x86: trace cpuid emulation when called from emulatorGleb Natapov1-1/+1
2013-11-05KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov1-7/+3
2013-11-05KVM: emulator: check rex prefix inside decode_register()Gleb Natapov1-11/+7
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-11-03KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-10-31KVM: x86: emulate SAHF instructionPaolo Bonzini1-1/+14
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin1-1/+1
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini1-2/+2
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini1-1/+10
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson2-4/+21