kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-11 08:32:56 to 2015-06-25 03:20:07 UTC [more...]

[PATCH 0/3] arm: KVM: VFP lazy switch in KVM Host Mode may save upto 98%
 2015-06-25  3:30 UTC  (4+ messages)
` [PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state
` [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode
` [PATCH 3/3] arm: KVM: Add VFP lazy switch hooks in Host KVM

[PATCH v3 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-06-25  0:04 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "
` [PATCH v3 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH v6 00/12] KVM Guest Debug support for arm64
 2015-06-24 20:22 UTC  (17+ messages)
` [PATCH v6 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v6 02/12] KVM: arm64: fix misleading comments in save/restore
` [PATCH v6 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v6 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v6 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v6 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v6 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v6 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v6 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v6 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v6 12/12] KVM: arm64: add trace points for guest_debug debug

[PATCH v3 00/10] kvmtool: arm64: GICv3 guest support
 2015-06-24 17:56 UTC  (21+ messages)
` [PATCH v3 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v3 02/10] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v3 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v3 04/10] AArch{32, 64}: dynamically configure the number of GIC interrupts
` [PATCH v3 05/10] arm: finish VGIC initialisation explicitly
` [PATCH v3 06/10] arm: simplify MMIO dispatching
` [PATCH v3 07/10] limit number of VCPUs on demand
` [PATCH v3 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v3 09/10] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v3 10/10] arm: use new irqchip parameter to create different vGIC types

[RESEND PATCH v2 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64
 2015-06-24 15:44 UTC  (3+ messages)

[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
 2015-06-24 14:54 UTC 

[RFC 0/6] KVM: arm/arm64: gsi routing support
 2015-06-24 13:03 UTC  (25+ messages)
` [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi
` [RFC 2/6] KVM: kvm_host: add kvm_extended_msi
` [RFC 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC 5/6] KVM: arm/arm64: enable MSI routing
` [RFC 6/6] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-06-24  9:32 UTC  (10+ messages)

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-06-22 10:41 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: arm: plug guest debug exploit
` [PATCH v3 02/11] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH v3 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH v3 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v3 05/11] KVM: arm: check ordering of all system register tables
` [PATCH v3 06/11] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH v3 07/11] KVM: arm: add trap handlers for 64-bit "
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for "
` [PATCH v3 09/11] KVM: arm: implement lazy world switch "
` [PATCH v3 10/11] KVM: arm: add a trace event for cp14 traps
` [PATCH v3 11/11] KVM: arm: enable trapping of all debug registers

[PULL] KVM/ARM changes for 4.2
 2015-06-19 15:16 UTC  (14+ messages)
` [PATCH 01/12] ARM: KVM: Remove pointless void pointer cast
` [PATCH 02/12] KVM: arm64: add active register handling to GICv3 emulation as well
` [PATCH 03/12] arm: KVM: force execution of HCPTR access on VM exit
` [PATCH 04/12] kvm: remove one useless check extension
` [PATCH 05/12] arm/arm64: KVM: Properly account for guest CPU time
` [PATCH 06/12] KVM: arm/arm64: Enable the KVM-VFIO device
` [PATCH 07/12] KVM: arm64: fix misleading comments in save/restore
` [PATCH 08/12] ARM: kvm: psci: fix handling of unimplemented functions
` [PATCH 09/12] KVM: arm: vgic: Drop useless Group0 warning
` [PATCH 10/12] arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2
` [PATCH 11/12] KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers
` [PATCH 12/12] KVM: arm/arm64: vgic: Remove useless arm-gic.h #include

[PATCH v2 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-06-19 13:50 UTC  (7+ messages)
` [PATCH v2 1/2] arm64: KVM: Optimize arm64 fp/simd save/restore
` [PATCH v2 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH] kvmtool: Makefile: allow overriding CC and LD
 2015-06-19 10:23 UTC  (5+ messages)

Question on corruption of host/guest vfp switch hyp function
 2015-06-19  1:16 UTC 

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-18 19:20 UTC  (26+ messages)
` [PATCH 01/13] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH 09/13] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH 10/13] KVM: arm64: sync LPI properties and status between guest and KVM
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH 12/13] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-18 17:51 UTC  (29+ messages)
` [PATCH 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-18 17:19 UTC  (5+ messages)

[PATCH] KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers
 2015-06-18 14:56 UTC 

[PATCH] KVM: arm/arm64: vgic: Remove useless arm-gic.h #include
 2015-06-18 14:54 UTC 

32-bit fp/simd race
 2015-06-18  3:24 UTC  (2+ messages)
` 32-bit fp/simd race - never mind :)

[PATCH v2] arm: KVM: force execution of HCPTR access on VM exit
 2015-06-17 17:13 UTC  (2+ messages)

HCPTR cp15 writes need isb?
 2015-06-17  8:38 UTC  (6+ messages)

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-16 16:49 UTC  (14+ messages)
` [PATCH v2 01/11] KVM: arm: plug guest debug exploit
` [PATCH v2 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v2 05/11] KVM: arm: check ordering of all system register tables

[PATCH 2/2] arm64: KVM: Add VCPU support for Qualcomm Technologies Kryo ARMv8 CPU
 2015-06-16 13:32 UTC 

[PATCH] arm64: KVM: Optimize arm64 guest exit VFP/SIMD register save/restore
 2015-06-16  8:30 UTC  (9+ messages)

[PATCH v2 0/8] kvmtool: arm64: GICv3 guest support
 2015-06-15 11:56 UTC  (8+ messages)
` [PATCH v2 6/8] arm: prepare for instantiating different IRQ chip devices
` [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses

[PATCH 0/2] arm64: KVM: Use instruction patching for GIC world switch
 2015-06-12 14:12 UTC  (4+ messages)
` [PATCH 1/2] arm64: alternative: Introduce feature for GICv3 CPU interface
` [PATCH 2/2] arm64: KVM: Switch vgic save/restore to alternative_insn

[PATCH] arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2
 2015-06-11 17:58 UTC 

[PATCH V2 0/5] Enable ACPI support for KVM ARM
 2015-06-11 11:47 UTC  (7+ messages)
` [PATCH V2 1/5] kvm: arm64: Enable ACPI support for virt arch timer
` [PATCH V2 2/5] kvm: arm64: Dispatch virt GIC probing to device tree and ACPI


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).