aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-5137/+2119
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-101/+36
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář19-5139/+2044
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier1-18/+12
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier1-6/+5
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier1-72/+62
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier1-0/+1
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier1-38/+54
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier1-1/+6
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier1-2/+11
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier1-0/+2
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier3-10/+10
2016-07-18KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGSEric Auger2-1/+5
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara5-4/+30
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationAndre Przywara2-0/+83
2016-07-18KVM: arm64: vgic-its: Implement ITS command queue command handlersAndre Przywara1-1/+660
2016-07-18KVM: arm64: vgic-its: Allow updates of LPI configuration tableAndre Przywara1-0/+39
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableAndre Przywara2-0/+100
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara4-6/+67
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara4-21/+404
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara4-3/+141
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara5-12/+192
2016-07-18KVM: arm64: vgic: Handle ITS related GICv3 redistributor registersAndre Przywara3-4/+168
2016-07-18KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara8-12/+98
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara1-0/+24
2016-07-18KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_deviceAndre Przywara4-12/+31
2016-07-18KVM: arm/arm64: vgic: Move redistributor kvm_io_devicesAndre Przywara2-15/+8
2016-07-15KVM/arm/arm64/vgic-new: Convert to hotplug state machineAnna-Maria Gleixner1-22/+9
2016-07-15arm/kvm/arch_timer: Convert to hotplug state machineRichard Cochran1-24/+11
2016-07-15arm/kvm/vgic: Convert to hotplug state machineRichard Cochran1-31/+8
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner1-24/+8
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro1-2/+11
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini1-2/+0
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo1-0/+2
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-3/+4
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini1-3/+42
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini1-5/+15
2016-07-03KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier7-5074/+4
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini2-7/+0
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini1-6/+17
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-06-02KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-06-02KVM: arm/arm64: vgic-new: Removel harmful BUG_ONMarc Zyngier1-3/+1
2016-05-31KVM: arm/arm64: vgic-v3: Always resample level interruptsMarc Zyngier1-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Always resample level interruptsMarc Zyngier1-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Clear all dirty LRsChristoffer Dall1-4/+3