public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2016-12-06 16:28:14 to 2017-01-06 10:43:08 UTC [more...]

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

[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
 2017-01-06 10:38 UTC  (15+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
` [RFC PATCH 2/7] KVM: arm/arm64: Move kvm_vgic_flush_hwstate under disabled irq
` [RFC PATCH 3/7] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [RFC PATCH 4/7] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [RFC PATCH 5/7] KVM: arm/arm64: Move timer save/restore out of hyp code where possible
` [RFC PATCH 6/7] KVM: arm/arm64: Remove unnecessary timer BUG_ON operations
` [RFC PATCH 7/7] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized

Free Cavium-Powered ARM Hardware for Builds / Tests
 2017-01-04 16:16 UTC 

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-01-04 10:39 UTC  (28+ messages)
` [PATCH 01/13] [HACK] gcc-4.5: avoid link errors for unused function pointers
` [PATCH 02/13] KVM: arm: fix gcc-4.5 build
` [PATCH 03/13] ARM: div64: fix building with gcc-4.5 and lower
` [PATCH 04/13] vfio-pci: use 32-bit comparisons for register address for gcc-4.5
` [PATCH 05/13] clk: pxa: fix gcc-4.4 build
` [PATCH 06/13] ARM: atomic: "
` [PATCH 07/13] watchdog: kempld: fix gcc-4.3 build
` [PATCH 08/13] arm/arm64: xen: avoid gcc-4.4 warning
` [PATCH 09/13] ARM: mark cmpxchg and xchg __always_inline for gcc-4.3
` [PATCH 10/13] asm-generic: mark cmpxchg as "
` [PATCH 11/13] fs: fix unsigned enum warning with gcc-4.2
` [PATCH 12/13] KVM: arm: avoid binary number literals for gcc-4.2
` [PATCH 13/13] ARM: avoid 'Q' asm constraint for gcc-4.1 and earlier

[PATCH v2 1/5] arm64: Define Falkor v1 CPU
 2017-01-04 10:33 UTC  (11+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v2 3/5] arm64: Create and use __tlbi_dsb() macros
` [PATCH v2 4/5] arm64: Use __tlbi_dsb() macros in KVM code
` [PATCH v2 5/5] arm64: Work around Falkor erratum 1009

[PATCH] ARM: soft-reboot into same mode that we entered the kernel
 2017-01-03  9:51 UTC  (22+ messages)
      ` [PATCH 1/2] ARM: hyp-stub: improve ABI
      ` [PATCH 2/2] ARM: soft-reboot into same mode that we entered the kernel

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-27 16:27 UTC  (21+ messages)
` [PATCH kvm-unit-tests v8 01/10] arm/arm64: yield on cpu_relax
` [PATCH kvm-unit-tests v8 02/10] arm/arm64: smp: support more than 8 cpus
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "
` [PATCH kvm-unit-tests v8 04/10] arm/arm64: irq enable/disable
` [PATCH kvm-unit-tests v8 05/10] arm/arm64: add initial gicv2 support
` [PATCH kvm-unit-tests v8 06/10] arm/arm64: gicv2: add an IPI test
` [PATCH kvm-unit-tests v8 07/10] libcflat: add IS_ALIGNED() macro, and page sizes
` [PATCH kvm-unit-tests v8 08/10] arm/arm64: add initial gicv3 support
` [PATCH kvm-unit-tests v8 09/10] arm/arm64: gicv3: add an IPI test
` [PATCH kvm-unit-tests v8 10/10] arm/arm64: gic: don't just use zero
` [Qemu-devel] [PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework

[RFC 0/8] Provide the EL1 physical timer to the VM
 2016-12-26 17:12 UTC  (9+ messages)
` [RFC 1/8] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 3/8] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 5/8] KVM: arm64: Add the EL1 physical timer access handler
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access

Aarch64 vm-spec validation tools
 2016-12-21 15:53 UTC  (2+ messages)

[PATCH v8 00/16] kvmtool: arm: ITS emulation and GSI routing support
 2016-12-20  9:43 UTC  (14+ messages)
` [PATCH v8 01/16] FDT: introduce global phandle allocation
` [PATCH v8 02/16] arm: use new phandle allocation functions
` [PATCH v8 03/16] irq: move IRQ routing into irq.c
` [PATCH v8 04/16] MSI-X: update GSI routing after changed MSI-X configuration

[PATCH v10 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-19 17:05 UTC  (11+ messages)
` [PATCH v10 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v10 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v10 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt

[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-16 12:40 UTC  (12+ messages)
` [PATCH v9 01/11] arm/arm64: vgic: Implement support for userspace access
` [PATCH v9 05/11] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct

[PATCH 0/2] Add the missing resetting LRs at boot time for new-vgic
 2016-12-15  9:09 UTC  (9+ messages)
` [PATCH 2/2] KVM: arm/arm64: vgic-v2: Add the missing resetting LRs at boot time

[PATCH 1/1] arm64: Correcting format specifier for printing 64 bit addresses
 2016-12-14 16:35 UTC  (5+ messages)

[PATCH] ARM: dts: vexpress: Support GICC_DIR operations
 2016-12-13 13:00 UTC  (4+ messages)

[RFC] arm64: KVM: Honor guest device memory type mappings
 2016-12-09 20:59 UTC 

[PATCH kvm-unit-tests v2 0/2] arm/pmu: fixups for AArch64
 2016-12-09 17:45 UTC  (9+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/pmu: fix probe on AArch64
` [PATCH kvm-unit-tests v2 2/2] arm/pmu: don't run tcg tests

[PULL] KVM/ARM updates for 4.10
 2016-12-09 15:53 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: vgic-its: Fix compatibility with 32-bit
` [PATCH 2/6] ARM: KVM: Support vGICv3 ITS
` [PATCH 3/6] arm/arm64: KVM: Clean up useless code in kvm_timer_enable
` [PATCH 4/6] KVM: arm/arm64: vgic-v2: Limit ITARGETSR bits to number of VCPUs
` [PATCH 5/6] KVM: arm/arm64: timer: Check for properly initialized timer on init
` [PATCH 6/6] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest

[kvm-unit-tests PATCH] arm/pmu: fix probe on AArch64-only machines
 2016-12-08 16:00 UTC  (2+ messages)

[kvm-unit-tests PATCH v14 0/5] ARM PMU tests
 2016-12-08 14:51 UTC  (9+ messages)
` [kvm-unit-tests PATCH v14 1/5] arm: rename cp15.h to sysreg.h
` [kvm-unit-tests PATCH v14 2/5] arm: Add support for read_sysreg() and write_sysreg()
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v14 3/5] arm: Add PMU test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v14 4/5] arm: pmu: Check cycle count increases
` [kvm-unit-tests PATCH v14 5/5] arm: pmu: Add CPI checking
` [Qemu-devel] [kvm-unit-tests PATCH v14 0/5] ARM PMU tests

[PATCH] arm64: Work around Falkor erratum 1009
 2016-12-08 13:27 UTC  (5+ messages)

[PATCH] arm/arm64: KVM: Check for properly initialized timer on init
 2016-12-07 11:06 UTC  (4+ messages)

[PATCH v2] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest
 2016-12-06 17:17 UTC  (4+ messages)


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