summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-182/+598
2010-10-24KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying1-1/+1
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: Disable interrupts around get_kernel_ns()Avi Kivity1-0/+4
2010-10-24KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka1-3/+3
2010-10-24KVM: x86: TSC catchup modeZachary Amsden1-21/+66
2010-10-24KVM: x86: Rename timer functionZachary Amsden1-6/+6
2010-10-24KVM: x86: Make math work for other scalesZachary Amsden1-12/+18
2010-10-24KVM: Add kvm_inject_realmode_interrupt() wrapperMohammed Gamal1-0/+29
2010-10-24KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity1-4/+4
2010-10-24KVM: x86: Fix kvmclock bugZachary Amsden1-0/+1
2010-10-24KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel1-10/+4
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity1-20/+16
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity1-9/+32
2010-10-24KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel1-1/+1
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel1-12/+14
2010-10-24KVM: X86: Propagate fetch faultsJoerg Roedel1-0/+4
2010-10-24KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel1-1/+17
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel1-0/+17
2010-10-24KVM: MMU: Introduce kvm_read_nested_guest_page()Joerg Roedel1-3/+16
2010-10-24KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel1-0/+23
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel1-7/+10
2010-10-24KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel1-0/+6
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel1-4/+5
2010-10-24KVM: x86: Emulate MSR_EBC_FREQUENCY_IDJes Sorensen1-0/+14
2010-10-24KVM: Fix guest kernel crash on MSR_K7_CLK_CTLJes Sorensen1-0/+22
2010-10-24KVM: Don't save/restore MSR_IA32_PERF_STATUSAvi Kivity1-1/+1
2010-10-24KVM: Fix pio trace directionAvi Kivity1-2/+2
2010-10-24KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity1-1/+6
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov1-8/+8
2010-10-24KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden1-2/+42
2010-10-24KVM: x86: Add clock sync request to hardware enableZachary Amsden1-0/+8
2010-10-24KVM: x86: Robust TSC compensationZachary Amsden1-4/+10
2010-10-24KVM: x86: Add helper functions for time computationZachary Amsden1-20/+28
2010-10-24KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden1-1/+1
2010-10-24KVM: x86: Unify TSC logicZachary Amsden1-3/+14
2010-10-24KVM: x86: Warn about unstable TSCZachary Amsden1-0/+4
2010-10-24KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden1-43/+114
2010-10-24KVM: x86: TSC reset compensationZachary Amsden1-1/+30
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden1-0/+18
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden1-2/+0
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen1-1/+1
2010-10-24KVM: Separate emulation context initialization in a separate functionMohammed Gamal1-29/+25
2010-10-24KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal1-0/+6
2010-10-24KVM: x86 emulator: check io permissions only once for string pioGleb Natapov1-0/+1
2010-10-24KVM: x86 emulator: don't update vcpu state if instruction is restartedGleb Natapov1-18/+13
2010-10-24KVM: x86 emulator: store x86_emulate_ops in emulation contextAvi Kivity1-3/+4
2010-09-09x86, cpu: Fix allowed CPUID bits for KVM guestsAndre Przywara1-2/+3
2010-09-09x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bitAndre Przywara1-1/+1
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2