summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity2010-12-161-1/+3
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-081-5/+0
* KVM: Fix OSXSAVE after migrationSheng Yang2010-12-081-0/+2
* KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka2010-11-051-0/+2
* KVM: x86: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+6
* KVM: Write protect memory after slot swapMichael S. Tsirkin2010-11-051-4/+4
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-182/+598
|\
| * KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying2010-10-241-1/+1
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
| * KVM: Disable interrupts around get_kernel_ns()Avi Kivity2010-10-241-0/+4
| * KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka2010-10-241-3/+3
| * KVM: x86: TSC catchup modeZachary Amsden2010-10-241-21/+66
| * KVM: x86: Rename timer functionZachary Amsden2010-10-241-6/+6
| * KVM: x86: Make math work for other scalesZachary Amsden2010-10-241-12/+18
| * KVM: Add kvm_inject_realmode_interrupt() wrapperMohammed Gamal2010-10-241-0/+29
| * KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity2010-10-241-4/+4
| * KVM: x86: Fix kvmclock bugZachary Amsden2010-10-241-0/+1
| * KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel2010-10-241-10/+4
| * KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-20/+16
| * KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-9/+32
| * KVM: X86: Report SVM bit to userspace only when supportedJoerg Roedel2010-10-241-1/+1
| * KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-241-12/+14
| * KVM: X86: Propagate fetch faultsJoerg Roedel2010-10-241-0/+4
| * KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel2010-10-241-1/+17
| * KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel2010-10-241-0/+17
| * KVM: MMU: Introduce kvm_read_nested_guest_page()Joerg Roedel2010-10-241-3/+16
| * KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel2010-10-241-0/+23
| * KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel2010-10-241-7/+10
| * KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel2010-10-241-0/+6
| * KVM: MMU: Track page fault data in struct vcpuJoerg Roedel2010-10-241-4/+5
| * KVM: x86: Emulate MSR_EBC_FREQUENCY_IDJes Sorensen2010-10-241-0/+14
| * KVM: Fix guest kernel crash on MSR_K7_CLK_CTLJes Sorensen2010-10-241-0/+22
| * KVM: Don't save/restore MSR_IA32_PERF_STATUSAvi Kivity2010-10-241-1/+1
| * KVM: Fix pio trace directionAvi Kivity2010-10-241-2/+2
| * KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity2010-10-241-1/+6
| * KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov2010-10-241-8/+8
| * KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden2010-10-241-2/+42
| * KVM: x86: Add clock sync request to hardware enableZachary Amsden2010-10-241-0/+8
| * KVM: x86: Robust TSC compensationZachary Amsden2010-10-241-4/+10
| * KVM: x86: Add helper functions for time computationZachary Amsden2010-10-241-20/+28
| * KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden2010-10-241-1/+1
| * KVM: x86: Unify TSC logicZachary Amsden2010-10-241-3/+14
| * KVM: x86: Warn about unstable TSCZachary Amsden2010-10-241-0/+4
| * KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden2010-10-241-43/+114
| * KVM: x86: TSC reset compensationZachary Amsden2010-10-241-1/+30
| * KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-241-0/+18
| * KVM: x86: Drop vm_init_tscZachary Amsden2010-10-241-2/+0
| * KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen2010-10-241-1/+1
| * KVM: Separate emulation context initialization in a separate functionMohammed Gamal2010-10-241-29/+25
| * KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal2010-10-241-0/+6
OpenPOWER on IntegriCloud