summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-06kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin1-3/+4
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini1-2/+2
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini1-1/+10
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-2/+20
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-1/+1
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov1-2/+1
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov1-2/+2
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov1-3/+6
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-2/+2
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini1-1/+1
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini1-1/+1
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini1-4/+7
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini1-3/+15
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini1-4/+4
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti1-23/+24
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini1-2/+5
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T1-19/+6
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri1-1/+43
2013-08-07nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El1-11/+0
2013-07-29KVM: x86: handle singlestep during emulationPaolo Bonzini1-1/+38
2013-07-29KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini1-0/+66
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini1-2/+2
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El1-1/+2
2013-07-18KVM: x86: Drop useless castMathias Krause1-1/+1
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa1-5/+5
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-20/+60
2013-07-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE1-0/+1
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-2/+1
2013-06-26x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin1-1/+1
2013-06-21KVM: MMU: retain more available bits on mmio spteXiao Guangrong1-1/+7
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong1-0/+1
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong1-2/+2
2013-06-05KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong1-4/+1
2013-06-05KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong1-7/+0
2013-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti1-2/+28
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti1-20/+20
2013-05-06Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-85/+158
2013-05-03KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka1-1/+2
2013-04-30kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson1-0/+2
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson1-2/+4
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov1-1/+0
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka1-4/+3
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf1-1/+0
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka1-10/+19