summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2019-09-23KVM: coalesced_mmio: add bounds checkingMatt Delco1-7/+10
2019-08-13KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson1-0/+3
2019-04-04kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson1-19/+21
2019-03-25kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn1-1/+2
2019-03-25KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2019-03-25KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2-10/+14
2019-03-25KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+3
2018-06-17KVM: mmu: Fix overlap between public and private memslotsWanpeng Li1-2/+1
2017-10-12vfio: New external user group/file matchAlex Williamson1-8/+19
2017-07-18KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2-18/+25
2017-07-18KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2016-11-20KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-08-23kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-08-23KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-05-01KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-08KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2015-10-06kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-10-06kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-10-06kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-10-06kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang1-2/+2
2015-05-20arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall1-0/+10
2015-05-20arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22
2015-05-20arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall1-4/+4
2015-05-20arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall1-2/+2
2015-05-20KVM: ARM: vgic: plug irq injection raceMarc Zyngier1-1/+2
2015-05-20KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon1-1/+1
2015-05-06KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2
2015-04-21kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov1-7/+7
2015-04-21kvm: commonize allocation of the new memory slotsPaolo Bonzini1-17/+11
2015-04-21KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-11-05kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-30kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-10-30KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-0/+7
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack1-7/+16
2014-09-06kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin1-9/+10
2014-09-06KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini1-4/+3
2014-07-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon1-4/+20
2014-06-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-2/+2
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds5-50/+95
2014-06-03KVM: add missing cleanup_srcu_structPaolo Bonzini1-0/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger4-39/+50
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-7/+8
2014-04-29KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang1-2/+3
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov1-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov1-2/+0
2014-04-28KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara1-5/+4
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov1-4/+4
2014-04-28KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang1-0/+1
2014-04-28kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+2