summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel1-0/+4
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel1-1/+25
2008-07-20KVM: add missing kvmtrace bitsJoerg Roedel1-5/+20
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel1-1/+7
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel1-1/+6
2008-07-20KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel2-2/+4
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison5-7/+8
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2-2/+2
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann1-13/+62
2008-06-24KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity1-8/+11
2008-06-24KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity1-6/+0
2008-06-24KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti1-5/+7
2008-06-24KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti1-0/+1
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti3-3/+8
2008-06-24KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti1-12/+3
2008-06-06KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity1-1/+1
2008-06-06KVM: MMU: Fix printk() format stringAvi Kivity1-1/+1
2008-06-06KVM: MMU: reschedule during shadow teardownAvi Kivity1-0/+1
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins1-0/+1
2008-06-06KVM: migrate PIT timerMarcelo Tosatti6-4/+24
2008-06-06KVM: x86 emulator: fix hypercall return value on AMDAvi Kivity1-1/+2
2008-05-23namespacecheck: automated fixesIngo Molnar1-1/+1
2008-05-18KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti1-1/+1
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti1-1/+1
2008-05-18KVM: x86 emulator: fix writes to registers with modrm encodingsAvi Kivity1-2/+5
2008-05-04KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity1-1/+0
2008-05-04KVM: avoid fx_init() schedule in atomicAndrea Arcangeli1-1/+10
2008-05-04KVM: Avoid spurious execeptions after setting registersJan Kiszka1-0/+2
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti1-0/+2
2008-05-04KVM: x86 emulator: disable writeback on lmswAvi Kivity1-0/+1
2008-05-04KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus1-2/+2
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang3-10/+233
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang3-3/+81
2008-05-04KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPTSheng Yang1-4/+0
2008-05-04KVM: MMU: Add EPT supportSheng Yang2-10/+36
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang5-8/+19
2008-05-04KVM: MMU: Move some definitions to a header fileSheng Yang2-34/+33
2008-05-04KVM: VMX: EPT Feature DetectionSheng Yang2-5/+83
2008-05-01rename div64_64 to div64_u64Roman Zippel2-6/+6
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