Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-09-07 13:41:23 to 2016-09-20 16:42:33 UTC [more...]

[PATCH v4 0/2] KVM: ARM: Enable vtimers with user space gic
 2016-09-20 16:42 UTC  (14+ messages)
` [PATCH v4 1/2] KVM: arm/arm64: Add vcpu ENABLE_CAP functionality
` [PATCH v4 2/2] KVM: arm/arm64: Route vtimer events to user space

[PATCH v6 0/7] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-09-20  9:50 UTC  (9+ messages)
` [PATCH v6 1/7] arm/arm64: vgic-new: Implement support for userspace access
` [PATCH v6 2/7] arm/arm64: vgic-new: Add distributor and redistributor access
` [PATCH v6 3/7] arm/arm64: vgic-new: Introduce find_reg_by_id()
` [PATCH v6 4/7] arm/arm64: vgic-new: Define required GICv3 reg definitions
` [PATCH v6 5/7] arm/arm64: vgic-new: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v6 6/7] arm/arm64: vgic-new: Implement VGICv3 CPU interface access
` [PATCH v6 7/7] arm/arm64: vgic-new: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH] arm: Add simple arch timer test
 2016-09-19 14:52 UTC  (2+ messages)

[PATCH v3 0/2] KVM: ARM: Enable vtimers with user space gic
 2016-09-19 11:45 UTC  (27+ messages)
` [PATCH v3 1/2] KVM: arm/arm64: Add vcpu ENABLE_CAP functionality
` [PATCH v3 2/2] KVM: arm/arm64: Route vtimer events to user space

[PATCH v5 0/6] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-09-19 10:11 UTC  (18+ messages)
` [PATCH v5 1/6] arm/arm64: vgic-new: Implement support for userspace access
` [PATCH v5 2/6] arm/arm64: vgic-new: Add distributor and redistributor access
` [PATCH v5 3/6] arm/arm64: vgic-new: Introduce find_reg_by_id()
` [PATCH v5 4/6] arm/arm64: vgic-new: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH 5/6] arm/arm64: vgic-new: Implement VGICv3 CPU interface access
` [PATCH v5 6/6] arm/arm64: vgic-new: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH v2] KVM: arm/arm64: Route vtimer events to user space
 2016-09-16 12:28 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Route vtimer events to user space
 2016-09-16  8:42 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: timer: Fix hw sync for user space irqchip path
 2016-09-16  5:16 UTC 

[PATCH v2] KVM: arm/arm64: Route vtimer events to user space
 2016-09-16  5:06 UTC 

[PATCH v4 00/10] ARM: KVM: Support for vgic-v3
 2016-09-15 10:33 UTC  (33+ messages)
` [PATCH v4 01/10] arm64: KVM: Use static keys for selecting the GIC backend
` [PATCH v4 02/10] arm64: KVM: Move GIC accessors to arch_gicv3.h
` [PATCH v4 03/10] arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp
` [PATCH v4 04/10] KVM: arm64: vgic-its: Introduce config option to guard ITS specific code
` [PATCH v4 05/10] KVM: arm: vgic: Fix compiler warnings when built for 32-bit
` [PATCH v4 06/10] KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systems
` [PATCH v4 07/10] ARM: Introduce MPIDR_LEVEL_SHIFT macro
` [PATCH v4 08/10] ARM: Move system register accessors to asm/cp15.h
` [PATCH v4 09/10] ARM: gic-v3: Introduce 32-to-64-bit mappings for GICv3 cpu registers
` [PATCH v4 10/10] ARM: KVM: Support vgic-v3

[PATCH 0/7] Add support for monitoring guest TLB operations
 2016-09-13 10:16 UTC  (8+ messages)
` [PATCH 1/7] perf/trace: Add notification for perf trace events
` [PATCH 2/7] KVM: Track the pid of the VM process
` [PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier
` [PATCH 4/7] arm64: tlbflush.h: add __tlbi() macro
` [PATCH 5/7] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH 6/7] arm64: KVM: Handle trappable TLB instructions
` [PATCH 7/7] arm64: KVM: Enable selective trapping of "

[PATCH 0/3] arm64: alternative: add auto-nop support
 2016-09-13  8:59 UTC  (8+ messages)
` [PATCH 1/3] arm64: alternative: add auto-nop infrastructure
` [PATCH 3/3] arm64/kvm: use alternative auto-nop

[PATCH v4 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-09-12 16:44 UTC  (16+ messages)
` [PATCH v4 1/5] arm/arm64: vgic-new: Implement support for userspace access
` [PATCH v4 2/5] arm/arm64: vgic-new: Add distributor and redistributor access
` [PATCH v4 3/5] arm/arm64: vgic-new: Introduce find_reg_by_id()
` [PATCH v4 4/5] arm/arm64: vgic-new: Implement VGICv3 CPU interface access
` [PATCH 5/5] arm/arm64: vgic-new: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH v3 0/8] ARM: KVM: Support for vgic-v3
 2016-09-12  9:51 UTC  (36+ messages)
` [PATCH v3 1/8] arm64: KVM: Use static keys for selecting the GIC backend
` [PATCH v3 2/8] arm64: KVM: Move GIC accessors to arch_gicv3.h
` [PATCH v3 3/8] arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp
` [PATCH v3 4/8] KVM: arm64: vgic-its: Introduce config option to guard ITS specific code
` [PATCH v3 5/8] KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systems
` [PATCH v3 6/8] ARM: Change MPIDR_AFFINITY_LEVEL to ignore Aff3
` [PATCH v3 7/8] ARM: Move system register accessors to asm/cp15.h
` [PATCH v3 8/8] ARM: KVM: Support vgic-v3

[PULL 0/2] KVM/ARM Fixes for v4.8 - round #2
 2016-09-09 15:46 UTC  (4+ messages)
` [PULL 1/2] arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
` [PULL 2/2] kvm-arm: Unmap shadow pagetables properly

[PATCH] kvm-arm: Unmap shadow pagetables properly
 2016-09-09 10:54 UTC  (5+ messages)

[PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
 2016-09-08 18:41 UTC  (2+ messages)
` [PATCH 2/2] kvmconfig: add virtio-gpu to config frag

[PATCH] KVM: arm/arm64: arch_timer: remove unused error handling
 2016-09-08 14:25 UTC  (2+ messages)

[PATCH] KVM: ARM: cleanup kvm_timer_hyp_init
 2016-09-08 10:54 UTC  (2+ messages)

[PATCH 00/19] Handle guest-generated SErrors/Aborts
 2016-09-08  9:55 UTC  (9+ messages)
` [PATCH 09/19] arm64: KVM: Handle async aborts delivered while at EL2
` [PATCH 17/19] arm/arm64: KVM: Inject virtual abort when guest exits on external abort

[PATCH v2 0/7] ARM: KVM: Support for vgic-v3
 2016-09-07 14:47 UTC  (9+ messages)
` [PATCH v2 7/7] ARM: KVM: Unlock vgic-v3 support

[RFC PATCH v3 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-09-07 14:15 UTC  (8+ messages)
` [RFC PATCH v3 4/5] arm/arm64: vgic-new: Implement VGICv3 CPU interface access


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