kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-27 18:05:23 to 2016-11-01 16:49:52 UTC [more...]

[PATCH] KVM: arm/arm64: vgic: Prevent VGIC_ADDR_TO_INTID from emiting divisions
 2016-11-01 16:50 UTC  (3+ messages)

[PATCH v2] arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU
 2016-11-01 16:39 UTC  (3+ messages)

[PATCH 0/3] Support userspace irqchip with arch timers
 2016-11-01 15:32 UTC  (20+ messages)
` [PATCH 1/3] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PATCH 2/3] KVM: arm/arm64: Add ARM arch timer interrupts ABI
` [PATCH 3/3] KVM: arm/arm64: Support arch timers with a userspace gic

[PATCH v2 0/3] arm64: Support systems without FP/ASIMD
 2016-11-01 14:34 UTC  (8+ messages)
` [PATCH v2 1/3] arm64: crypto/aes-ce-ccm: Cleanup hwcap check
` [PATCH v2 2/3] arm64: Add hypervisor safe helper for checking constant capabilities
` [PATCH v2 3/3] arm64: Support systems without FP/ASIMD

[RFC 1/2] linux-headers: update
 2016-11-01 11:35 UTC  (4+ messages)
` [RFC 2/2] ARM: KVM: Enable in-kernel timers with user space gic

[PATCH V4 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-11-01  9:36 UTC  (20+ messages)
` [PATCH V4 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V4 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V4 03/10] efi: parse ARMv8 processor error
` [PATCH V4 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V4 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V4 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V4 07/10] efi: print unrecognized CPER section
` [PATCH V4 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V4 09/10] trace, ras: add ARM processor error trace event
` [PATCH V4 10/10] arm64: KVM: add guest SEA support

[PATCH v2] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
 2016-11-01  0:02 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
 2016-10-28 10:28 UTC 

[PATCH] KVM: arm/arm64: Kick VCPUs when queueing already pending IRQs
 2016-10-28  8:35 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU
 2016-10-27 12:28 UTC  (10+ messages)

guest get stuck on stable 4.1.32
 2016-10-27  9:28 UTC  (2+ messages)

[PATCH v2 0/8] Add support for monitoring guest TLB operations
 2016-10-26 17:41 UTC  (9+ messages)
` [PATCH v2 1/8] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH v2 2/8] KVM: Track the pid of the VM process
` [PATCH v2 3/8] perf/trace: Add notification for perf trace events
` [PATCH v2 4/8] KVM: arm/arm64: Register perf trace event notifier
` [PATCH v2 5/8] KVM: Add event to trace tlb invalidations
` [PATCH v2 6/8] arm: KVM: Handle trappable TLB instructions
` [PATCH v2 7/8] arm64: "
` [PATCH v2 8/8] KVM: arm/arm64: Enable selective trapping of "

v4.9-rc1 fails booting as a guest on ARM64 Cavium ThunderX
 2016-10-26  7:39 UTC  (17+ messages)

[PATCH 0/2] arm64: Support systems without FP/ASIMD
 2016-10-25 16:48 UTC  (5+ messages)
` [PATCH 1/2] arm64: Add hypervisor safe helper for checking constant capabilities
` [PATCH 2/2] arm64: Support systems without FP/ASIMD

[PATCH] arm/arm64: KVM: Map the BSS at HYP
 2016-10-24  8:10 UTC  (2+ messages)

[PATCH V3 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-10-23  9:13 UTC  (41+ messages)
` [PATCH V3 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V3 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V3 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V3 06/10] acpi: apei: panic OS with fatal error status block
  ` [PATCH V3 03/10] efi: parse ARMv8 processor error
  ` [PATCH V3 05/10] acpi: apei: handle SEA notification type for ARMv8
  ` [PATCH V3 07/10] efi: print unrecognized CPER section
  ` [PATCH V3 09/10] trace, ras: add ARM processor error trace event
` [PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section
` [PATCH V3 10/10] arm64: KVM: add guest SEA support

[RFC PATCH 0/8] Support GICv3 ITS and vITS in 32-bit mode
 2016-10-22 15:55 UTC  (15+ messages)
` [RFC PATCH 1/8] irqchip/gic-v3-its: Change unsigned types for AArch32 compatibility
` [RFC PATCH 2/8] irqchip/gic-v3-its: narrow down Entry Size when used as a divider
` [RFC PATCH 3/8] irqchip/gicv3-its: specialise flush_dcache operation
` [RFC PATCH 4/8] irqchip/gicv3-its: specialise readq and writeq accesses
` [RFC PATCH 5/8] ARM: gic-v3-its: Add 32bit support to GICv3 ITS
` [RFC PATCH 6/8] ARM: virt: select ARM_GIC_V3_ITS
` [RFC PATCH 7/8] KVM: arm64: vgic-its: fix compatability with 32-bit
` [RFC PATCH 8/8] ARM: KVM: Support vGICv3 ITS

[kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework
 2016-10-21 12:49 UTC  (21+ messages)
` [kvm-unit-tests PATCH v3 03/10] arm/arm64: smp: support more than 8 cpus
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 06/10] arm/arm64: add initial gicv2 support
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 08/10] arm/arm64: gicv2: add an IPI test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 09/10] arm/arm64: gicv3: "
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 10/10] arm/arm64: gic: don't just use zero
  ` [Qemu-devel] "

[PATCH] arm64: KVM: Take S1 walks into account when determining S2 write faults
 2016-10-17 10:28 UTC  (6+ messages)

development guide for installing KVMARM kernel
 2016-10-12  6:45 UTC  (7+ messages)

[PATCH] KVM: arm64: Correct trace exception name after SError handling
 2016-10-08 20:20 UTC 

kvmarm on i.MX6Quad
 2016-10-06 20:49 UTC  (2+ messages)

[PATCH v7 0/7] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-10-06 12:14 UTC  (5+ messages)
` [PATCH v7 6/7] arm/arm64: vgic: Implement VGICv3 CPU interface access

[PATCH 0/7] Add support for monitoring guest TLB operations
 2016-10-06  9:43 UTC  (8+ messages)
` [PATCH 4/7] arm64: tlbflush.h: add __tlbi() macro
` [PATCH 5/7] arm64/kvm: hyp: tlb: use __tlbi() helper

[PATCH] KVM: arm/arm64: Fix occasional warning from the timer work function
 2016-09-29 16:26 UTC 

[PULL 00/50] KVM/ARM Changes for v4.9
 2016-09-29 14:46 UTC  (5+ messages)
` [PULL 15/50] arm64: KVM: vgic-v2: Add GICV access from HYP
` [PULL 49/50] KVM: arm64: Require in-kernel irqchip for PMU support
` [PULL 50/50] KVM: arm/arm64: vgic: Don't flush/sync without a working vgic


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).