summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2014-07-30Merge remote-tracking branch 'kvm-arm/next'Stephen Rothwell
2014-07-25kvm: Resolve missing-field-initializers warningsMark Rustad
2014-07-11ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit caseVictor Kamensky
2014-07-11ARM: KVM: vgic mmio should hold data as LE bytes array in BE caseVictor Kamensky
2014-07-11arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier
2014-07-11KVM: ARM: vgic: add the GICv3 backendMarc Zyngier
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier
2014-07-11KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier
2014-07-11KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier
2014-07-11KVM: ARM: introduce vgic_params structureMarc Zyngier
2014-07-11KVM: ARM: vgic: introduce vgic_enableMarc Zyngier
2014-07-11KVM: ARM: vgic: abstract VMCR accessMarc Zyngier
2014-07-11KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier
2014-07-11KVM: ARM: vgic: abstract MISR decodingMarc Zyngier
2014-07-11KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier
2014-07-11KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier
2014-07-11KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds
2014-06-03KVM: add missing cleanup_srcu_structPaolo Bonzini
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2014-04-29KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov
2014-04-28KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov
2014-04-28KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang
2014-04-28kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-04-08arm, kvm: fix double lock on cpu_add_remove_lockMing Lei
2014-04-04KVM: ioapic: try to recover if pending_eoi goes out of rangePaolo Bonzini
2014-04-04KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini
2014-04-03Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-21KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini
2014-03-21KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini
2014-03-21KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini
2014-03-21KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson