Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-06-29 12:37:42 to 2016-07-14 10:09:34 UTC [more...]

[PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-14 10:16 UTC  (31+ messages)
` [PATCH v9 01/17] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v9 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v9 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v9 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v9 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v9 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v9 07/17] irqchip: refactor and add GICv3 definitions
` [PATCH v9 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v9 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v9 10/17] KVM: arm64: introduce new KVM ITS device
` [PATCH v9 11/17] KVM: arm64: implement basic ITS register handlers
` [PATCH v9 12/17] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v9 13/17] KVM: arm64: read initial LPI pending table
` [PATCH v9 14/17] KVM: arm64: allow updates of LPI configuration table
` [PATCH v9 15/17] KVM: arm64: implement ITS command queue command handlers
` [PATCH v9 16/17] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v9 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller

[RFC v6 0/6] KVM: arm/arm64: gsi routing support
 2016-07-14 10:00 UTC  (20+ messages)
` [RFC v6 1/6] KVM: api: pass the devid in the msi routing entry
` [RFC v6 2/6] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v6 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC v6 5/6] KVM: arm/arm64: enable MSI routing
` [RFC v6 6/6] KVM: arm: enable KVM_SIGNAL_MSI and "

[patch V2 44/67] arm/kvm/vgic: Convert to hotplug state machine
 2016-07-13 17:17 UTC  (3+ messages)
` [patch V2 45/67] arm/kvm/arch_timer: "
` [patch V2 60/67] KVM/arm/arm64/vgic-new: "

[PATCH V3 4/5] kvm/stats: Add provisioning for 64-bit vm and vcpu statistics
 2016-07-13  9:04 UTC  (2+ messages)

[PATCH v8 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-12 12:39 UTC  (49+ messages)
` [PATCH v8 01/17] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v8 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v8 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v8 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v8 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v8 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v8 07/17] irqchip: refactor and add GICv3 definitions
` [PATCH v8 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v8 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v8 10/17] KVM: arm64: introduce new KVM ITS device
` [PATCH v8 11/17] KVM: arm64: implement basic ITS register handlers
` [PATCH v8 12/17] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v8 13/17] KVM: arm64: read initial LPI pending table
` [PATCH v8 14/17] KVM: arm64: allow updates of LPI configuration table
` [PATCH v8 15/17] KVM: arm64: implement ITS command queue command handlers
` [PATCH v8 16/17] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v8 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller

[patch 47/66] arm: kvm: vgic: Convert to hotplug state machine
 2016-07-11 12:28 UTC  (2+ messages)
` [patch 48/66] arm: kvm: arch_timer: "

[PATCH] updated: arm64: KVM: vgic: deal with GIC sub-page alignment
 2016-07-10  6:49 UTC  (10+ messages)

[RESEND PATCH v4] KVM: arm/arm64: Add VGICv3 save/restore API documentation
 2016-07-06 12:03 UTC  (2+ messages)

[RFC PATCH v1] arm/arm64: vgic-new: Create dist and redist iodevs earlier
 2016-07-05 15:11 UTC 

[PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions
 2016-07-05 14:02 UTC  (2+ messages)

[PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-05  9:55 UTC  (40+ messages)
` [PATCH v7 01/17] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v7 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v7 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v7 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v7 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v7 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device
` [PATCH v7 15/17] KVM: arm64: implement ITS command queue command handlers
` [PATCH v7 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller

[RFC v5 0/6] KVM: arm/arm64: gsi routing support
 2016-07-04 17:12 UTC  (7+ messages)
` [RFC v5 1/6] KVM: api: pass the devid in the msi routing entry
` [RFC v5 2/6] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v5 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v5 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC v5 5/6] KVM: arm/arm64: enable MSI routing
` [RFC v5 6/6] KVM: arm: enable KVM_SIGNAL_MSI and "

[PATCH v2 00/18] arm/arm64: KVM: Merge boot and runtime page tables
 2016-07-03 21:44 UTC  (20+ messages)
` [PATCH v2 01/18] arm64: KVM: Merged page tables documentation
` [PATCH v2 02/18] arm64: KVM: Always reference __hyp_panic_string via its kernel VA
` [PATCH v2 03/18] arm/arm64: KVM: Remove hyp_kern_va helper
` [PATCH v2 04/18] arm64: KVM: Kill HYP_PAGE_OFFSET
` [PATCH v2 05/18] arm64: Add ARM64_HYP_OFFSET_LOW capability
` [PATCH v2 06/18] arm64: KVM: Define HYP offset masks
` [PATCH v2 07/18] arm64: KVM: Refactor kern_hyp_va to deal with multiple offsets
` [PATCH v2 08/18] arm/arm64: KVM: Export __hyp_text_start/end symbols
` [PATCH v2 09/18] arm64: KVM: Runtime detection of lower HYP offset
` [PATCH v2 10/18] arm/arm64: KVM: Always have merged page tables
` [PATCH v2 11/18] arm64: KVM: Simplify HYP init/teardown
` [PATCH v2 12/18] arm/arm64: KVM: Drop boot_pgd
` [PATCH v2 13/18] arm/arm64: KVM: Kill free_boot_hyp_pgd
` [PATCH v2 14/18] arm: KVM: Simplify HYP init
` [PATCH v2 15/18] arm: KVM: Allow hyp teardown
` [PATCH v2 16/18] arm/arm64: KVM: Prune unused #defines
` [PATCH v2 17/18] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range
` [PATCH v2 18/18] arm/arm64: Get rid of KERN_TO_HYP

[PATCH] KVM: arm/arm64: The GIC is dead, long live the GIC
 2016-07-03 21:10 UTC  (2+ messages)

[PULL 0/2] KVM/ARM Fixes for v4.7-rc6
 2016-06-30 13:39 UTC  (3+ messages)
` [PULL 1/2] arm64: KVM: fix build with CONFIG_ARM_PMU disabled
` [PULL 2/2] KVM: arm/arm64: Stop leaking vcpu pid references

[PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables
 2016-06-30 13:32 UTC  (26+ messages)
` [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets
` [PATCH 08/15] arm/arm64: KVM: Always have merged page tables
` [PATCH 09/15] arm64: KVM: Simplify HYP init/teardown
` [PATCH 12/15] arm: KVM: Simplify HYP init
` [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range

[PATCH] KVM: arm64: Check GICV address is placed at a 4Kb boundary
 2016-06-30  3:23 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox