aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka
2014-01-17KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld
2014-01-15KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini
2014-01-15KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2013-12-13KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri
2013-08-07nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El
2013-07-29KVM: x86: handle singlestep during emulationPaolo Bonzini
2013-07-29KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El
2013-07-18KVM: x86: Drop useless castMathias Krause
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-25x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin
2013-06-20KVM: MMU: retain more available bits on mmio spteXiao Guangrong
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong
2013-06-05KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong
2013-06-05KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong