Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-07-05 08:53:29 to 2016-07-18 15:48:28 UTC [more...]

[PATCH 00/13] A bunch of vgic-its fixes
 2016-07-18 15:54 UTC  (9+ messages)
` [PATCH 02/13] irqchip/gicv3-its: Restore all cacheability attributes
` [PATCH 03/13] KVM: arm64: vgic-its: Generalize use of vgic_get_irq_kref
` [PATCH 04/13] KVM: arm64: vgic-its: Fix handling of indirect tables
` [PATCH 05/13] KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handling
` [PATCH 06/13] KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id
` [PATCH 07/13] KVM: arm64: vgic-its: Validate the device table L1 entry
` [PATCH 08/13] KVM: arm64: vgic-its: Fix L2 entry validation for indirect tables
` [PATCH 09/13] KVM: arm64: vgic-its: Add collection allocator/destructor

[RFC v7 0/7] KVM: arm/arm64: gsi routing support
 2016-07-18 13:25 UTC  (8+ messages)
` [RFC v7 1/7] KVM: api: pass the devid in the msi routing entry
` [RFC v7 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v7 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v7 4/7] KVM: move kvm_setup_default/empty_irq_routing declaration in arch specific header
` [RFC v7 5/7] KVM: arm/arm64: enable irqchip routing
` [RFC v7 6/7] KVM: arm/arm64: enable MSI routing
` [RFC v7 7/7] KVM: arm: enable KVM_SIGNAL_MSI and "

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

[PATCH 0/7] ARM: KVM: Support for vgic-v3
 2016-07-18 13:09 UTC  (10+ messages)
` [PATCH 1/7] arm64: KVM: Move GIC accessors to arch_gicv3.h
` [PATCH 2/7] arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp
` [PATCH 3/7] KVM: arm: vgic-new: improve compatibility with 32-bit
` [PATCH 4/7] ARM: update MPIDR accessors macro
` [PATCH 5/7] ARM: move system register accessors to asm/cp15.h
` [PATCH 6/7] ARM: KVM: Get ready to use vgic-v3
` [PATCH 7/7] ARM: KVM: Unlock vgic-v3 support

[PATCH] KVM: arm/arm64: fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGS
 2016-07-18 10:57 UTC 

[kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework
 2016-07-15 13:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH v3 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH v3 03/10] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH v3 04/10] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH v3 05/10] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH v3 06/10] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support
` [kvm-unit-tests PATCH v3 08/10] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH v3 09/10] arm/arm64: gicv3: "
` [kvm-unit-tests PATCH v3 10/10] arm/arm64: gic: don't just use zero

[PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-15  9:33 UTC  (41+ 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

[PATCH V3 4/5] kvm/stats: Add provisioning for 64-bit vm and vcpu statistics
 2016-07-15  7:49 UTC  (3+ messages)

[patch] arm64: KVM: clean up a condition
 2016-07-14 13:33 UTC  (2+ messages)

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

[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 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  (12+ messages)
` [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device


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