summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds-50/+95
2014-06-03KVM: add missing cleanup_srcu_structPaolo Bonzini-0/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger-39/+50
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-7/+8
2014-04-29KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang-2/+3
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov-2/+0
2014-04-28KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara-5/+4
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov-4/+4
2014-04-28KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang-0/+1
2014-04-28kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-1/+2
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong-1/+4
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti-2/+0
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne-2/+0
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin-0/+17
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin-5/+22
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+19
2014-04-08arm, kvm: fix double lock on cpu_add_remove_lockMing Lei-2/+2
2014-04-04KVM: ioapic: try to recover if pending_eoi goes out of rangePaolo Bonzini-5/+18
2014-04-04KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini-1/+1
2014-04-03Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-7/+20
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-51/+108
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2014-03-21KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini-1/+14
2014-03-21KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini-24/+50
2014-03-21KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini-0/+3
2014-03-21KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini-20/+9
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck-4/+4
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo-1/+0
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson-7/+20
2014-02-26KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loopMichael Mueller-1/+1
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa-4/+1
2014-02-14Merge branch 'kvm-master' into kvm-queuePaolo Bonzini-6/+3
2014-02-14arm64: KVM: Add VGIC device control for arm64Christoffer Dall-0/+1
2014-02-13asmlinkage, kvm: Make kvm_rebooting visibleAndi Kleen-1/+1
2014-02-04KVM: async_pf: Add missing call for async page presentDominik Dingel-1/+1
2014-01-30KVM: async_pf: Allow to wait for outstanding workDominik Dingel-0/+5
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel-2/+22
2014-01-30KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter-6/+2
2014-01-30KVM: s390: add floating irq controllerJens Freimann-0/+5
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-91/+617
2014-01-15kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood-2/+4
2014-01-15kvm: vfio: silence GCC warningPaul Bolle-3/+3
2014-01-08kvm: remove dead codeStephen Hemminger-27/+0
2014-01-08kvm: make local functions staticStephen Hemminger-19/+19
2013-12-21KVM: arm-vgic: Support CPU interface reg accessChristoffer Dall-8/+73
2013-12-21KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlersChristoffer Dall-4/+66
2013-12-21KVM: arm-vgic: Support unqueueing of LRs to the distChristoffer Dall-5/+83
2013-12-21KVM: arm-vgic: Add vgic reg access from dev attrChristoffer Dall-0/+178
2013-12-21KVM: arm-vgic: Make vgic mmio functions more genericChristoffer Dall-6/+6