summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-13/+62
* KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity2008-06-241-8/+11
* KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity2008-06-241-6/+0
* KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti2008-06-241-5/+7
* KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti2008-06-241-0/+1
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-243-3/+8
* KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti2008-06-241-12/+3
* KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity2008-06-061-1/+1
* KVM: MMU: Fix printk() format stringAvi Kivity2008-06-061-1/+1
* KVM: MMU: reschedule during shadow teardownAvi Kivity2008-06-061-0/+1
* KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins2008-06-061-0/+1
* KVM: migrate PIT timerMarcelo Tosatti2008-06-066-4/+24
* KVM: x86 emulator: fix hypercall return value on AMDAvi Kivity2008-06-061-1/+2
* namespacecheck: automated fixesIngo Molnar2008-05-231-1/+1
* KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti2008-05-181-1/+1
* KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti2008-05-181-1/+1
* KVM: x86 emulator: fix writes to registers with modrm encodingsAvi Kivity2008-05-181-2/+5
* KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity2008-05-041-1/+0
* KVM: avoid fx_init() schedule in atomicAndrea Arcangeli2008-05-041-1/+10
* KVM: Avoid spurious execeptions after setting registersJan Kiszka2008-05-041-0/+2
* KVM: PIT: support mode 4Marcelo Tosatti2008-05-041-0/+2
* KVM: x86 emulator: disable writeback on lmswAvi Kivity2008-05-041-0/+1
* KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus2008-05-041-2/+2
* KVM: VMX: Enable EPT feature for KVMSheng Yang2008-05-043-10/+233
* KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang2008-05-043-3/+81
* KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPTSheng Yang2008-05-041-4/+0
* KVM: MMU: Add EPT supportSheng Yang2008-05-042-10/+36
* KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang2008-05-045-8/+19
* KVM: MMU: Move some definitions to a header fileSheng Yang2008-05-042-34/+33
* KVM: VMX: EPT Feature DetectionSheng Yang2008-05-042-5/+83
* rename div64_64 to div64_u64Roman Zippel2008-05-012-6/+6
* KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti2008-04-271-3/+0
* KVM: SVM: remove selective CR0 commentJoerg Roedel2008-04-271-11/+0
* KVM: SVM: remove now obsolete FIXME commentJoerg Roedel2008-04-271-7/+0
* KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel2008-04-271-4/+27
* KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel2008-04-271-0/+12
* KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel2008-04-271-0/+1
* KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel2008-04-271-2/+16
* KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity2008-04-271-1/+1
* KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity2008-04-271-12/+17
* KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity2008-04-271-0/+2
* KVM: SVM: force a new asid when initializing the vmcbAvi Kivity2008-04-271-1/+1
* KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti2008-04-271-2/+14
* KVM: add ioctls to save/store mpstateMarcelo Tosatti2008-04-271-0/+19
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-273-18/+18
* KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-274-0/+38
* KVM: SVM: do not intercept task switch with NPTJoerg Roedel2008-04-271-0/+1
* KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2008-04-272-0/+14
* KVM: Add trace markersFeng (Eric) Liu2008-04-272-1/+60
* KVM: SVM: add intercept for machine check exceptionJoerg Roedel2008-04-271-1/+16
OpenPOWER on IntegriCloud