summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)Author
2017-06-02KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-06-02KVM: x86: clear bus pointer when destroyedPeter Xu
2017-05-21KVM: arm/arm64: Let vcpu thread modify its own active stateJintack Lim
2017-03-27KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni
2017-02-26KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier
2017-02-21KVM: eventfd: fix NULL deref irqbypass consumerWanpeng Li
2016-12-08KVM: use after free in kvm_ioctl_create_device()Dan Carpenter
2016-12-08KVM: arm/arm64: vgic: Don't notify EOI for non-SPIsMarc Zyngier
2016-11-26KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang
2016-11-18KVM: arm/arm64: vgic: Prevent access to invalid SPIsAndre Przywara
2016-10-16KVM: arm/arm64: vgic: Don't flush/sync without a working vgicChristoffer Dall
2016-10-16KVM: arm64: Require in-kernel irqchip for PMU supportChristoffer Dall
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2016-08-17KVM: arm/arm64: timer: Workaround misconfigured timer interruptMarc Zyngier
2016-08-16KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara
2016-08-15KVM: arm64: check for ITS device on MSI injectionAndre Przywara
2016-08-15KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara
2016-08-15KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomicChristoffer Dall
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall
2016-08-10KVM: arm64: vgic-its: Plug race in vgic_put_irqChristoffer Dall
2016-08-10KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall
2016-08-09KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-24KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototypeMarc Zyngier
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-07-22KVM: arm/arm64: Enable MSI routingEric Auger
2016-07-22KVM: arm/arm64: Enable irqchip routingEric Auger
2016-07-22KVM: irqchip: Convey devid to kvm_set_msiEric Auger
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier
2016-07-18KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGSEric Auger
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationAndre Przywara
2016-07-18KVM: arm64: vgic-its: Implement ITS command queue command handlersAndre Przywara
2016-07-18KVM: arm64: vgic-its: Allow updates of LPI configuration tableAndre Przywara
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableAndre Przywara
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara