summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-08-131-0/+3
* kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson2019-04-041-19/+21
* kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-03-251-1/+2
* KVM: use after free in kvm_ioctl_create_device()Dan Carpenter2019-03-251-1/+1
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2019-03-252-10/+14
* KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2019-03-251-0/+3
* KVM: mmu: Fix overlap between public and private memslotsWanpeng Li2018-06-161-2/+1
* vfio: New external user group/file matchAlex Williamson2017-10-121-8/+19
* KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-07-182-18/+25
* KVM: x86: clear bus pointer when destroyedPeter Xu2017-07-181-1/+11
* KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-11-201-0/+2
* kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li2016-08-221-1/+1
* KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini2016-08-221-1/+1
* KVM: fix spin_lock_init order on x86Paolo Bonzini2016-05-011-10/+11
* KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger2016-03-081-1/+1
* kvm: fix zero length mmio searchingJason Wang2015-10-061-2/+17
* kvm: fix double free for fast mmio eventfdJason Wang2015-10-061-18/+25
* kvm: factor out core eventfd assign/deassign logicJason Wang2015-10-061-35/+50
* kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang2015-10-061-2/+2
* arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall2015-05-201-0/+10
* arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2015-05-201-8/+22
* arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall2015-05-201-4/+4
* arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall2015-05-201-2/+2
* KVM: ARM: vgic: plug irq injection raceMarc Zyngier2015-05-201-1/+2
* KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2015-05-201-1/+1
* KVM: use slowpath for cross page cached accessesRadim Krčmář2015-05-061-2/+2
* kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov2015-04-211-7/+7
* kvm: commonize allocation of the new memory slotsPaolo Bonzini2015-04-211-17/+11
* KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger2015-04-211-3/+0
* kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas2014-11-051-4/+4
* kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack2014-10-301-0/+4
* KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-10-301-0/+7
* kvm: fix potentially corrupt mmio cacheDavid Matlack2014-10-301-7/+16
* kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin2014-09-051-9/+10
* KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini2014-09-051-4/+3
* kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon2014-07-301-4/+20
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-2/+2
|\
| * sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-045-50/+95
|\ \ | |/ |/|
| * KVM: add missing cleanup_srcu_structPaolo Bonzini2014-06-031-0/+1
| * kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger2014-05-054-39/+50
| * KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov2014-04-281-1/+1
| * KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov2014-04-281-2/+0
| * Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-231-1/+4
| * Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti2014-04-221-2/+0
| |\
| | * KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne2014-04-221-2/+0
| * | KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2014-04-172-0/+17
| * | KVM: support any-length wildcard ioeventfdMichael S. Tsirkin2014-04-171-5/+22
| |/
* | Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2014-04-301-7/+8
|\ \
| * | KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang2014-04-291-2/+3