aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2014-08-19virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free itChen Gang
2014-08-19kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-08-05KVM: Move irq notifier implementation into eventfd.cPaul Mackerras
2014-08-05KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-08-05KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini
2014-08-05Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-07-31KVM: arm64: GICv3: mandate page-aligned GICV regionMarc Zyngier
2014-07-30KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini
2014-07-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon
2014-07-28KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
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