summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-46/+55
|\
| * KVM: SVM: Fix reading of DR6Jan Kiszka2014-01-171-2/+17
| * KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka2014-01-171-0/+1
| * add support for Hyper-V reference time counterVadim Rozenfeld2014-01-171-1/+27
| * KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini2014-01-151-2/+0
| * KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti2014-01-151-40/+1
| * KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-151-0/+3
| * KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa2013-12-131-0/+5
| * KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+1
* | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-121-39/+1
|/
* kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin2013-11-061-3/+4
* Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
|\
| * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
* | KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini2013-10-311-2/+2
* | KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini2013-10-311-1/+10
* | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-301-2/+20
* | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-301-1/+1
* | kvm, emulator: Rename VendorSpecific flagBorislav Petkov2013-10-301-2/+1
* | kvm, emulator: Use opcode lengthBorislav Petkov2013-10-301-2/+2
* | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-301-3/+6
|/
* KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-151-2/+2
* KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-031-1/+1
* KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-031-1/+1
* KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-031-4/+7
* KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-031-3/+15
* KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-301-4/+4
* KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti2013-08-281-23/+24
* KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini2013-08-281-2/+5
* kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T2013-08-261-19/+6
* kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri2013-08-261-1/+43
* nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El2013-08-071-11/+0
* KVM: x86: handle singlestep during emulationPaolo Bonzini2013-07-291-1/+38
* KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini2013-07-291-0/+66
* KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-291-2/+2
* KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El2013-07-181-1/+2
* KVM: x86: Drop useless castMathias Krause2013-07-181-1/+1
* KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa2013-07-181-5/+5
* KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa2013-07-181-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-20/+60
|\
| * kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-271-0/+1
| * KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-2/+1
| * KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-201-1/+7
| * KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
| * KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-051-0/+1
| * KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-051-2/+2
| * KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-051-4/+1
| * KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-051-7/+0
| * KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti2013-05-151-2/+28
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \
| * | x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-251-1/+1
| |/
OpenPOWER on IntegriCloud