aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun1-1/+3
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun1-2/+3
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang2-3/+3
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity2-3/+30
2010-03-01KVM: Fix Codestyle in virt/kvm/coalesced_mmio.cJochen Maes1-2/+2
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa1-2/+4
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel1-2/+8
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel3-16/+28
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall1-2/+0
2010-03-01KVM: ia64: Fix string literal continuation linesJoe Perches2-4/+4
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity1-0/+1
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa1-6/+1
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa1-1/+1
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin5-5/+14
2010-03-01KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng1-3/+1
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity3-13/+22
2010-03-01KVM: Fix msr traceAvi Kivity1-8/+8
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov1-13/+9
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity1-6/+9
2010-03-01KVM: PPC E500: fix tlbcfg emulationLiu Yu3-18/+10
2010-03-01KVM: PPC: Add PVR/PIR init for E500Liu Yu1-0/+6
2010-03-01KVM: PPC E500: Add register l1csr0 emulationLiu Yu2-0/+7
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun1-5/+2
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity2-0/+21
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity1-2/+9
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity6-23/+23
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity4-25/+25
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity4-11/+15
2010-03-01KVM: Activate fpu on cltsAvi Kivity4-1/+10
2010-03-01KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity1-2/+0
2010-03-01KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity1-2/+3
2010-03-01KVM: x86: fix checking of cr0 validityGleb Natapov1-1/+5
2010-03-01KVM: Fix kvm_coalesced_mmio_ring duplicate allocationSheng Yang1-17/+0
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka1-1/+13
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka3-55/+33
2010-03-01KVM: VMX: Clean up DR6 emulationJan Kiszka1-17/+6
2010-03-01KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka1-9/+26
2010-03-01KVM: VMX: Fix exceptions of mov to drJan Kiszka1-5/+8
2010-03-01KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa1-29/+36
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti5-1/+4
2010-03-01KVM: fix Hyper-V hypercall warnings and wrong mask valueGleb Natapov1-6/+6
2010-03-01KVM: VMX: Remove emulation failure reportSheng Yang1-1/+0
2010-03-01KVM: export <asm/hyperv.h>Avi Kivity1-0/+1
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa2-10/+10
2010-03-01KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov2-1/+10
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov5-4/+80
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov5-1/+230