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