summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2010-11-05KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka
2010-11-05KVM: x86: fix information leak to userlandVasiliy Kulikov
2010-11-05KVM: Write protect memory after slot swapMichael S. Tsirkin
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-10-24KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: Disable interrupts around get_kernel_ns()Avi Kivity
2010-10-24KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka
2010-10-24KVM: x86: TSC catchup modeZachary Amsden
2010-10-24KVM: x86: Rename timer functionZachary Amsden
2010-10-24KVM: x86: Make math work for other scalesZachary Amsden
2010-10-24KVM: Add kvm_inject_realmode_interrupt() wrapperMohammed Gamal
2010-10-24KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity
2010-10-24KVM: x86: Fix kvmclock bugZachary Amsden
2010-10-24KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-10-24KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel
2010-10-24KVM: X86: Propagate fetch faultsJoerg Roedel
2010-10-24KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel
2010-10-24KVM: MMU: Introduce kvm_read_nested_guest_page()Joerg Roedel
2010-10-24KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel
2010-10-24KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel
2010-10-24KVM: x86: Emulate MSR_EBC_FREQUENCY_IDJes Sorensen
2010-10-24KVM: Fix guest kernel crash on MSR_K7_CLK_CTLJes Sorensen
2010-10-24KVM: Don't save/restore MSR_IA32_PERF_STATUSAvi Kivity
2010-10-24KVM: Fix pio trace directionAvi Kivity
2010-10-24KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov
2010-10-24KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden
2010-10-24KVM: x86: Add clock sync request to hardware enableZachary Amsden
2010-10-24KVM: x86: Robust TSC compensationZachary Amsden
2010-10-24KVM: x86: Add helper functions for time computationZachary Amsden
2010-10-24KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden
2010-10-24KVM: x86: Unify TSC logicZachary Amsden
2010-10-24KVM: x86: Warn about unstable TSCZachary Amsden
2010-10-24KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden
2010-10-24KVM: x86: TSC reset compensationZachary Amsden
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen
2010-10-24KVM: Separate emulation context initialization in a separate functionMohammed Gamal
2010-10-24KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal
2010-10-24KVM: x86 emulator: check io permissions only once for string pioGleb Natapov
2010-10-24KVM: x86 emulator: don't update vcpu state if instruction is restartedGleb Natapov
2010-10-24KVM: x86 emulator: store x86_emulate_ops in emulation contextAvi Kivity