summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
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
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-08-15KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-08-02KVM: x86 emulator: fix xchg instruction emulationWei Yongjun
2010-08-02KVM: x86: never re-execute instruction with enabled tdpGleb Natapov
2010-08-02KVM: Expose MCE control MSRs to userspaceAvi Kivity
2010-08-02KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong
2010-08-02KVM: Reenter guest after emulation failure if due to access to non-mmio addressGleb Natapov
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang
2010-08-01KVM: Simplify vcpu_enter_guest() mmu reload logic slightlyAvi Kivity
2010-08-01KVM: x86: Enable AVX for guestSheng Yang
2010-08-01KVM: Prevent internal slots from being COWedAvi Kivity
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity
2010-08-01KVM: Remove kernel-allocated memory regionsAvi Kivity
2010-08-01KVM: Remove memory alias supportAvi Kivity
2010-08-01KVM: Consolidate load/save temporary buffer allocation and freeingAvi Kivity
2010-08-01KVM: Fix xsave and xcr save/restore memory leakAvi Kivity
2010-08-01KVM: x86: XSAVE/XRSTOR live migration supportSheng Yang
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity
2010-08-01KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui
2010-08-01KVM: x86: use linux/uaccess.h instead of asm/uaccess.hLai Jiangshan
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: x86: Use FPU APISheng Yang