summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li2016-07-271-1/+1
* KVM: fix spin_lock_init order on x86Paolo Bonzini2016-04-121-10/+11
* KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger2016-03-031-1/+1
* kvm: fix zero length mmio searchingJason Wang2015-10-221-2/+17
* arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall2015-07-101-0/+10
* arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2015-07-101-8/+22
* arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall2015-07-031-4/+4
* arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall2015-07-031-2/+2
* KVM: ARM: vgic: plug irq injection raceMarc Zyngier2015-07-031-1/+2
* KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2015-06-291-1/+1
* kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon2015-05-171-4/+20
* KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang2015-05-171-2/+3
* KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara2015-05-171-5/+4
* KVM: use slowpath for cross page cached accessesRadim Krčmář2015-05-061-2/+2
* kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas2014-11-141-4/+4
* kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack2014-10-301-0/+4
* 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: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini2014-05-131-1/+1
* KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov2014-05-131-4/+4
* KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang2014-05-131-0/+1
* arm64: KVM: Add VGIC device control for arm64Christoffer Dall2014-02-141-0/+1
* KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter2014-01-301-6/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-226-91/+617
|\
| * kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood2014-01-151-2/+4
| * kvm: vfio: silence GCC warningPaul Bolle2014-01-151-3/+3
| * kvm: remove dead codeStephen Hemminger2014-01-081-27/+0
| * kvm: make local functions staticStephen Hemminger2014-01-083-19/+19
| * KVM: arm-vgic: Support CPU interface reg accessChristoffer Dall2013-12-211-8/+73
| * KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlersChristoffer Dall2013-12-211-4/+66
| * KVM: arm-vgic: Support unqueueing of LRs to the distChristoffer Dall2013-12-211-5/+83
| * KVM: arm-vgic: Add vgic reg access from dev attrChristoffer Dall2013-12-211-0/+178
| * KVM: arm-vgic: Make vgic mmio functions more genericChristoffer Dall2013-12-211-6/+6
| * KVM: arm-vgic: Set base addr through device APIChristoffer Dall2013-12-211-12/+75
| * KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall2013-12-212-2/+66
| * ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall2013-12-211-3/+19
| * ARM/KVM: save and restore generic timer registersAndre Przywara2013-12-211-0/+34
| * arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall2013-12-211-1/+0
| * KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-8/+0
* | KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig2013-12-121-0/+3
|/
* KVM: kvm_clear_guest_page(): fix empty_zero_page usageHeiko Carstens2013-11-211-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-155-113/+348
|\
| * KVM: remove vm mmap methodGleb Natapov2013-11-061-32/+0
| * KVM: IOMMU: hva align mapping page sizeGreg Edwards2013-11-051-0/+4
| * Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-6/+10
| |\
| | * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-6/+6
| | * kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-0/+4
| * | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-302-0/+50
| * | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-301-8/+8