summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2017-07-28vfio: New external user group/file matchAlex Williamson1-8/+19
2017-07-28kvm: x86: memset whole irq_eoiJiri Slaby1-1/+1
2017-04-22KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2-18/+25
2017-04-22KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2016-08-22KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-07-12kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-06-20KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-04-18KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-10KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2016-03-08KVM: arm/arm64: vgic: Ensure bitmaps are long enoughMark Rutland1-2/+2
2015-10-28kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-10-28kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-10-28kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-10-28kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang1-2/+2
2015-07-04KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbersMarc Zyngier1-1/+1
2015-05-18KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara1-0/+3
2015-05-18KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2
2015-05-11arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall3-0/+32
2015-05-11KVM: arm/arm64: vgic: vgic_init returns -ENODEV when no online vcpuEric Auger1-1/+1
2015-05-11arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22
2015-05-11arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQsChristoffer Dall1-6/+16
2015-05-11arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through allShannon Zhao1-5/+10
2015-05-11arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell1-45/+32
2015-04-25kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov1-9/+10
2015-03-28kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-0/+1
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-8/+8
2014-11-26arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall1-4/+4
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li3-0/+16
2014-10-24kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-19Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+21
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2-23/+19
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel1-1/+2
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-248/+779
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel1-4/+2
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2-122/+520
2014-09-26kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla1-1/+1
2014-09-25arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall1-2/+2
2014-09-25kvm: iommu: Convert to use new iommu_capable() API functionJoerg Roedel1-4/+2
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+3
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen1-5/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+3
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2-6/+47
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini3-2/+19
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall1-1/+3
2014-09-23Merge tag 'kvm-arm-for-v3.17-rc7-or-final' of git://git.kernel.org/pub/scm/li...Paolo Bonzini1-1/+1
2014-09-23arm/arm64: KVM: Fix unaligned access bug on gicv2 accessChristoffer Dall1-1/+1
2014-09-22KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff1-1/+1