summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2017-07-18KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-07-18KVM: x86: clear bus pointer when destroyedPeter Xu
2016-11-20KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson
2016-08-22kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li
2016-08-22KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini
2016-05-01KVM: fix spin_lock_init order on x86Paolo Bonzini
2016-03-08KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger
2015-10-06kvm: fix zero length mmio searchingJason Wang
2015-10-06kvm: fix double free for fast mmio eventfdJason Wang
2015-10-06kvm: factor out core eventfd assign/deassign logicJason Wang
2015-10-06kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang
2015-05-20arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall
2015-05-20arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall
2015-05-20arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall
2015-05-20arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall
2015-05-20KVM: ARM: vgic: plug irq injection raceMarc Zyngier
2015-05-20KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon
2015-05-06KVM: use slowpath for cross page cached accessesRadim Krčmář
2015-04-21kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov
2015-04-21kvm: commonize allocation of the new memory slotsPaolo Bonzini
2015-04-21KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger
2014-11-05kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas
2014-10-30kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack
2014-10-30KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-09-05kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin
2014-09-05KVM: 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-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