kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-03 18:08:10 to 2015-03-13 17:02:51 UTC [more...]

[PATCH v3 0/5] KVM ARM64 Migration Fixes
 2015-03-13 17:02 UTC  (6+ messages)
` [PATCH v3 1/5] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
` [PATCH v3 2/5] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
` [PATCH v3 3/5] arm/arm64: KVM: support for un-queuing active IRQs
` [PATCH v3 4/5] arm/arm64: KVM: Fix migration race in the arch timer
` [PATCH v3 5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model

[PATCH 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-13 16:10 UTC  (13+ messages)
` [PATCH 01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH 03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH 04/12] KVM: x86: "
` [PATCH 05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH 07/12] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH 10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH 11/12] KVM: ARM: on IO mem abort - route the call to KVM MMIO bus
` [PATCH 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code

[PATCH] arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()
 2015-03-13 10:41 UTC  (4+ messages)

[PATCH v2 0/6] QEMU ARM64 Migration Fixes
 2015-03-13 10:40 UTC  (20+ messages)
` [PATCH v2 1/6] target-arm: kvm: save/restore mp state
` [PATCH v2 2/6] hw/intc: arm_gic_kvm.c restore config first
  ` [Qemu-devel] "
` [PATCH v2 3/6] hw/char: pl011 don't keep setting the IRQ if nothing changed
  ` [Qemu-devel] "
` [PATCH v2 4/6] target-arm: kvm64 sync FP register state
  ` [Qemu-devel] "
` [PATCH v2 5/6] target-arm: kvm64 fix save/restore of SPSR regs
    ` [Qemu-devel] "
` [PATCH v2 6/6] target-arm: cpu.h document why env->spsr exists

[PATCH v10 2/7] hw/vfio/platform: vfio-platform skeleton
 2015-03-13  9:33 UTC  (4+ messages)
  ` [PATCH v10 6/7] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation

[PATCH v2 0/3] arm/arm64: KVM: Add support for page aging
 2015-03-12 21:40 UTC  (5+ messages)
` [PATCH v2 1/3] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
` [PATCH v2 2/3] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH v2 3/3] arm/arm64: KVM: Optimize handling of Access Flag faults

[PATCH 1/3] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
 2015-03-12 15:07 UTC  (6+ messages)
  ` [PATCH 2/3] arm/arm64: KVM: Implement Stage-2 page aging
  ` [PATCH 3/3] arm/arm64: KVM: Optimize handling of Access Flag faults

[PATCH v5] hw/intc/arm_gic: Initialize the vgic in the realize function
 2015-03-12 14:04 UTC  (2+ messages)

[PATCH] arm64: dts: Fix GIC reg sizes for APM X-Gene
 2015-03-12  9:25 UTC  (7+ messages)

the arm cache coherency cluster
 2015-03-11 19:21 UTC  (16+ messages)
` [RFC PATCH 0/6] flush/invalidate on entry/exit
  ` [RFC PATCH 1/6] kvm: promote KVM_MEMSLOT_INCOHERENT to uapi
  ` [RFC PATCH 2/6] KVM: Introduce incoherent cache maintenance API
  ` [RFC PATCH 3/6] KVM: ARM: change __coherent_cache_guest_page interface
  ` [RFC PATCH 4/6] KVM: ARM: extend __coherent_cache_guest_page
  ` [RFC PATCH 5/6] KVM: ARM: implement kvm_*_incoherent_memory_regions
  ` [RFC PATCH 6/6] KVM: ARM: no need for kvm_arch_flush_incoherent
` [RFC PATCH 0/6] support KVM_MEM_INCOHERENT
  ` [RFC PATCH 1/6] memory: add incoherent cache flag
  ` [RFC PATCH 2/6] HACK: linux header update
  ` [PATCH 3/6] kvm-all: put kvm_mem_flags to more work
  ` [RFC PATCH 4/6] kvm-all: set KVM_MEM_INCOHERENT
  ` [RFC PATCH 5/6] vga: flag vram as incoherent
  ` [RFC/WIP PATCH 6/6] memory: add clear_cache_to_poc

[PATCH v14 00/20] VFIO support for platform devices
 2015-03-11 17:14 UTC  (9+ messages)

[PATCH v9 0/5] irqfd support for arm/arm64
 2015-03-11 16:54 UTC  (15+ messages)
` [PATCH v9 1/5] KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
` [PATCH v9 2/5] KVM: introduce kvm_arch_intc_initialized and use it in irqfd
` [PATCH v9 3/5] KVM: arm/arm64: implement kvm_arch_intc_initialized
` [PATCH v9 4/5] KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
` [PATCH v9 5/5] KVM: arm/arm64: add irqfd support

[PATCH 0/6] QEMU ARM64 Migration Fixes
 2015-03-11 15:47 UTC  (11+ messages)
` [PATCH 5/6] target-arm/kvm64: fix save/restore of SPSR regs
` [PATCH 6/6] target-arm/cpu.h: document why env->spsr exists
  ` [Qemu-devel] "

[PATCH] arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
 2015-03-11 15:07 UTC  (2+ messages)

[PATCH v4 0/3] explicit VGIC initialization in finalize function
 2015-03-11 14:56 UTC  (8+ messages)
` [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h
    ` [Qemu-devel] "
` [PATCH v4 2/3] linux-headers: update to 4.0-rc2
` [PATCH v4 3/3] hw/intc/arm_gic: Initialize the vgic in the realize function

[PATCH] KVM: arm/arm64: prefer IS_ENABLED to a static variable
 2015-03-11 14:20 UTC  (2+ messages)

[PATCH v2 0/3] arm64: KVM: High memory guest fixes
 2015-03-11 14:25 UTC  (10+ messages)
` [PATCH v2 1/3] arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting
` [PATCH v2 2/3] arm64: KVM: Do not use pgd_index to index stage-2 pgd
` [PATCH v2 3/3] arm64: KVM: Fix outdated comment about VTCR_EL2.PS

[PATCH] KVM: vgic: add virt-capable compatible strings
 2015-03-11 12:43 UTC  (4+ messages)

[PATCH roundup 0/4] extend VA range of ID map for core kernel and KVM
 2015-03-10  9:56 UTC  (7+ messages)
` [PATCH roundup 1/4] arm64: mm: increase VA range of identity map
` [PATCH roundup 2/4] ARM: KVM: avoid "HYP init code too big" error
` [PATCH roundup 3/4] ARM, arm64: kvm: get rid of the bounce page
` [PATCH roundup 4/4] arm64: KVM: use ID map with increased VA range if required

[PATCH v2 0/5] KVM ARM64 Migration Fixes
 2015-03-09 19:55 UTC  (11+ messages)
` [PATCH v2 1/5] arm: KVM: export vcpi->pause state via MP_STATE ioctls
` [PATCH v2 2/5] arm/arm64: KVM: Implement support for unqueueing active IRQs
` [PATCH v2 3/5] arm: KVM: add a common vgic_queue_irq_to_lr fn

[RFC/RFT PATCH 0/3] arm64: KVM: work around incoherency with uncached guest mappings
 2015-03-09 15:33 UTC  (31+ messages)

[PATCH v5 0/4] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
 2015-03-06 14:46 UTC  (18+ messages)
` [PATCH v5 1/4] vfio: implement iommu driver capabilities with an enum
  ` [PATCH v5 2/4] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH v5 4/4] vfio: type1: implement "
` [PATCH v5 3/4] vfio: type1: replace vfio_domains_have_iommu_cache with generic function

[PATCH 0/3] arm64: KVM: High memory guest fixes
 2015-03-05 13:58 UTC  (4+ messages)
` [PATCH 1/3] arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting

[PATCH v2 1/1] iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition
 2015-03-04 18:32 UTC  (2+ messages)

[PATCH v4 0/5] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
 2015-03-04 17:32 UTC  (6+ messages)

[PATCH v11 0/4] machvirt dynamic sysbus device instantiation
 2015-03-04 16:18 UTC  (5+ messages)
` [PATCH v11 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition
` [PATCH v11 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier
` [PATCH v11 3/4] hw/arm/virt: add dynamic sysbus device support
` [PATCH v11 4/4] hw/arm/virt: change indentation in a15memmap

[RFC/RFT PATCH 0/3] arm64: KVM: work around incoherency with uncached guest mappings
 2015-03-03 20:58 UTC  (5+ messages)


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