aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti1-3/+0
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel1-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel1-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel1-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel1-0/+12
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel1-0/+1
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel1-2/+16
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity1-1/+1
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity1-12/+17
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity1-0/+2
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity1-1/+1
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti1-2/+14
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-0/+19
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity3-18/+18
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti4-0/+38
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2-0/+14
2008-04-27KVM: Add trace markersFeng (Eric) Liu2-1/+60
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel1-1/+16
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel1-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel1-4/+4
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori2-59/+56
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti1-1/+1
2008-04-27KVM: MMU: Only mark_page_accessed() if the page was accessed by the guestAvi Kivity1-1/+2
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity1-0/+2
2008-04-27KVM: MMU: allow the vm to shrink the kvm mmu shadow cachesIzik Eidus1-2/+56
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti4-51/+25
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang1-7/+60
2008-04-27KVM: x86: hardware task switching supportIzik Eidus5-3/+498
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus2-0/+23
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity1-2/+6
2008-04-27KVM: no longer EXPERIMENTALAvi Kivity1-1/+1
2008-04-27KVM: MMU: Introduce and use spte_to_page()Avi Kivity1-5/+12
2008-04-27KVM: MMU: fix dirty bit setting when removing write permissionsIzik Eidus1-0/+8
2008-04-27KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity2-5/+7
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2-2/+152
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity1-7/+14
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti1-0/+1
2008-04-27KVM: Add reset support for in kernel PITSheng Yang2-11/+20
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang3-0/+56
2008-04-27KVM: In kernel PIT modelSheng Yang5-1/+661
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity1-4/+0
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity1-3/+6
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison6-45/+44
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel1-5/+15
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity2-30/+30
2008-04-27KVM: MMU: large page supportMarcelo Tosatti3-31/+224
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti2-2/+22
2008-04-27KVM: Implement dummy values for MSR_PERF_STATUSAlexander Graf1-1/+7
2008-04-27KVM: sparse fixes for kvm/x86.cHarvey Harrison1-13/+13