Age | Commit message (Expand) | Author | Files | Lines |
2014-04-08 | arm, kvm: fix double lock on cpu_add_remove_lock | Ming Lei | 2 | -2/+2 |
2014-04-03 | Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -7/+20 |
2014-04-02 | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -51/+108 |
2014-03-31 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2014-03-21 | KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIP | Paolo Bonzini | 1 | -1/+14 |
2014-03-21 | KVM: ioapic: extract body of kvm_ioapic_set_irq | Paolo Bonzini | 1 | -24/+50 |
2014-03-21 | KVM: ioapic: clear IRR for edge-triggered interrupts at delivery | Paolo Bonzini | 1 | -0/+3 |
2014-03-21 | KVM: ioapic: merge ioapic_deliver into ioapic_service | Paolo Bonzini | 1 | -20/+9 |
2014-03-18 | KVM: eventfd: Fix lock order inversion. | Cornelia Huck | 1 | -4/+4 |
2014-03-13 | kvm: x86: ignore ioapic polarity | Gabriel L. Somlo | 1 | -1/+0 |
2014-02-26 | kvm/vfio: Support for DMA coherent IOMMUs | Alex Williamson | 1 | -7/+20 |
2014-02-26 | KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loop | Michael Mueller | 1 | -1/+1 |
2014-02-18 | KVM: Simplify kvm->tlbs_dirty handling | Takuya Yoshikawa | 1 | -4/+1 |
2014-02-14 | Merge branch 'kvm-master' into kvm-queue | Paolo Bonzini | 2 | -6/+3 |
2014-02-14 | arm64: KVM: Add VGIC device control for arm64 | Christoffer Dall | 1 | -0/+1 |
2014-02-13 | asmlinkage, kvm: Make kvm_rebooting visible | Andi Kleen | 1 | -1/+1 |
2014-02-04 | KVM: async_pf: Add missing call for async page present | Dominik Dingel | 1 | -1/+1 |
2014-01-30 | KVM: async_pf: Allow to wait for outstanding work | Dominik Dingel | 1 | -0/+5 |
2014-01-30 | KVM: async_pf: Provide additional direct page notification | Dominik Dingel | 2 | -2/+22 |
2014-01-30 | KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio() | Dan Carpenter | 1 | -6/+2 |
2014-01-30 | KVM: s390: add floating irq controller | Jens Freimann | 1 | -0/+5 |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -91/+617 |
2014-01-15 | kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub | Scott Wood | 1 | -2/+4 |
2014-01-15 | kvm: vfio: silence GCC warning | Paul Bolle | 1 | -3/+3 |
2014-01-08 | kvm: remove dead code | Stephen Hemminger | 1 | -27/+0 |
2014-01-08 | kvm: make local functions static | Stephen Hemminger | 3 | -19/+19 |
2013-12-21 | KVM: arm-vgic: Support CPU interface reg access | Christoffer Dall | 1 | -8/+73 |
2013-12-21 | KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlers | Christoffer Dall | 1 | -4/+66 |
2013-12-21 | KVM: arm-vgic: Support unqueueing of LRs to the dist | Christoffer Dall | 1 | -5/+83 |
2013-12-21 | KVM: arm-vgic: Add vgic reg access from dev attr | Christoffer Dall | 1 | -0/+178 |
2013-12-21 | KVM: arm-vgic: Make vgic mmio functions more generic | Christoffer Dall | 1 | -6/+6 |
2013-12-21 | KVM: arm-vgic: Set base addr through device API | Christoffer Dall | 1 | -12/+75 |
2013-12-21 | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC | Christoffer Dall | 2 | -2/+66 |
2013-12-21 | ARM: KVM: Allow creating the VGIC after VCPUs | Christoffer Dall | 1 | -3/+19 |
2013-12-21 | ARM/KVM: save and restore generic timer registers | Andre Przywara | 1 | -0/+34 |
2013-12-21 | arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init | Christoffer Dall | 1 | -1/+0 |
2013-12-13 | KVM: Use cond_resched() directly and remove useless kvm_resched() | Takuya Yoshikawa | 1 | -8/+0 |
2013-12-12 | KVM: Improve create VCPU parameter (CVE-2013-4587) | Andy Honig | 1 | -0/+3 |
2013-11-21 | KVM: kvm_clear_guest_page(): fix empty_zero_page usage | Heiko Carstens | 1 | -2/+3 |
2013-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -113/+348 |
2013-11-06 | KVM: remove vm mmap method | Gleb Natapov | 1 | -32/+0 |
2013-11-05 | KVM: IOMMU: hva align mapping page size | Greg Edwards | 1 | -0/+4 |
2013-11-04 | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue | Gleb Natapov | 1 | -6/+10 |
2013-10-30 | kvm: Create non-coherent DMA registeration | Alex Williamson | 2 | -0/+50 |
2013-10-30 | kvm/x86: Convert iommu_flags to iommu_noncoherent | Alex Williamson | 1 | -8/+8 |
2013-10-30 | kvm: Add VFIO device | Alex Williamson | 3 | -0/+228 |
2013-10-30 | KVM: use a more sensible error number when debugfs directory creation fails | Paolo Bonzini | 1 | -1/+1 |
2013-10-28 | KVM: Mapping IOMMU pages after updating memslot | Yang Zhang | 1 | -15/+14 |
2013-10-17 | Powerpc KVM work is based on a commit after rc4. | Gleb Natapov | 1 | -2/+4 |
2013-10-17 | kvm: Add struct kvm arg to memslot APIs | Aneesh Kumar K.V | 1 | -6/+6 |