summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorLines
2008-05-23namespacecheck: automated fixesIngo Molnar-1/+1
2008-05-18KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti-1/+1
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti-1/+1
2008-05-18KVM: x86 emulator: fix writes to registers with modrm encodingsAvi Kivity-2/+5
2008-05-04KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity-1/+0
2008-05-04KVM: avoid fx_init() schedule in atomicAndrea Arcangeli-1/+10
2008-05-04KVM: Avoid spurious execeptions after setting registersJan Kiszka-0/+2
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti-0/+2
2008-05-04KVM: x86 emulator: disable writeback on lmswAvi Kivity-0/+1
2008-05-04KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus-2/+2
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang-10/+233
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang-3/+81
2008-05-04KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPTSheng Yang-4/+0
2008-05-04KVM: MMU: Add EPT supportSheng Yang-10/+36
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang-8/+19
2008-05-04KVM: MMU: Move some definitions to a header fileSheng Yang-34/+33
2008-05-04KVM: VMX: EPT Feature DetectionSheng Yang-5/+83
2008-05-01rename div64_64 to div64_u64Roman Zippel-6/+6
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti-3/+0
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel-0/+12
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel-0/+1
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel-2/+16
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity-1/+1
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity-12/+17
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity-0/+2
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity-1/+1
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti-2/+14
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti-0/+19
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity-18/+18
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti-0/+38
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu-0/+14
2008-04-27KVM: Add trace markersFeng (Eric) Liu-1/+60
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel-1/+16
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel-4/+4
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori-59/+56
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti-1/+1
2008-04-27KVM: MMU: Only mark_page_accessed() if the page was accessed by the guestAvi Kivity-1/+2
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity-0/+2
2008-04-27KVM: MMU: allow the vm to shrink the kvm mmu shadow cachesIzik Eidus-2/+56
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti-51/+25
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang-7/+60
2008-04-27KVM: x86: hardware task switching supportIzik Eidus-3/+498
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus-0/+23
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity-2/+6
2008-04-27KVM: no longer EXPERIMENTALAvi Kivity-1/+1