public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2016-03-29 12:33:08 to 2016-04-07 13:54:10 UTC [more...]

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-04-07 13:54 UTC  (26+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 02/12] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 05/12] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 07/12] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v4 08/12] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables

[PATCH v6 0/5] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-07 13:44 UTC  (12+ messages)
` [PATCH v6 1/5] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [PATCH v6 3/5] vfio/type1: also check IRQ remapping capability at msi domain
` [PATCH v6 4/5] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v6 2/5] vfio: allow the user to register reserved iova range for MSI mapping
  ` [PATCH v6 5/5] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO

[PATCH v6 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-07 12:28 UTC  (14+ messages)
` [PATCH v6 1/7] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [PATCH v6 3/7] iommu: introduce a reserved iova cookie
  ` [PATCH v6 2/7] iommu/arm-smmu: advertise DOMAIN_ATTR_MSI_MAPPING attribute
  ` [PATCH v6 4/7] dma-reserved-iommu: alloc/free_reserved_iova_domain
  ` [PATCH v6 6/7] dma-reserved-iommu: iommu_get/put_single_reserved
` [PATCH v6 5/7] dma-reserved-iommu: reserved binding rb-tree and helpers
` [PATCH v6 7/7] dma-reserved-iommu: iommu_unmap_reserved

[PATCH v5 0/9] arm64: Add support for KVM with ACPI
 2016-04-06 17:49 UTC  (20+ messages)
` [PATCH v5 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v5 2/9] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v5 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v5 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v5 6/9] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v5 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v5 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v5 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-06 14:57 UTC  (86+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PATCH] arm64: KVM: unregister notifiers in hyp mode teardown path
 2016-04-06 13:15 UTC  (7+ messages)

[PATCH] arm64: KVM: Warn when PARange is less than 40 bits
 2016-04-06 11:32 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Handle forward time correction gracefully
 2016-04-06 10:58 UTC  (5+ messages)

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-04 16:26 UTC  (18+ messages)
` [PATCH 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values
` [PATCH 03/17] kvm arm: Move fake PGD handling to arch specific files
` [PATCH 04/17] arm64: Introduce pmd_thp_or_huge
` [PATCH 05/17] kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
` [PATCH 06/17] kvm-arm: Remove kvm_pud_huge()
` [PATCH 07/17] kvm-arm: arm32: Introduce stage2 page table helpers
` [PATCH 08/17] kvm-arm: arm: Introduce hyp page table empty checks
` [PATCH 09/17] kvm-arm: arm64: Introduce stage2 page table helpers
` [PATCH 10/17] kvm-arm: arm64: Introduce hyp page table empty checks
` [PATCH 11/17] kvm-arm: Use explicit stage2 helper routines
` [PATCH 12/17] kvm-arm: Add explicit hyp page table modifiers
` [PATCH 13/17] kvm-arm: Add stage2 "
` [PATCH 14/17] kvm-arm: Cleanup kvm_* wrappers
` [PATCH 15/17] kvm: arm64: Get rid of fake page table levels
` [PATCH 16/17] kvm-arm: Cleanup stage2 pgd handling
` [PATCH 17/17] arm64: kvm: Add support for 16K pages

[RFC v4 0/7] KVM: arm/arm64: gsi routing support
 2016-04-04 12:12 UTC  (10+ messages)
` [PATCH v4 1/7] KVM: api: pass the devid in the msi routing entry
` [PATCH v4 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v4 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v4 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v4 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v4 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v4 7/7] KVM: arm: enable KVM_SIGNAL_MSI and "

[PATCH v6 0/4] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-04-04  9:28 UTC  (7+ messages)
  ` [PATCH v6 1/4] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
  ` [PATCH v6 2/4] irqchip/gic-v3-its: ITS advertises MSI_FLAG_IRQ_REMAPPING
` [PATCH v6 3/4] msi: export msi_get_domain_info
` [PATCH v6 4/4] msi: IOMMU map the doorbell address when needed

[PATCH v4 0/9] arm64: Add support for KVM with ACPI
 2016-04-04  9:14 UTC  (16+ messages)
` [PATCH v4 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v4 6/9] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v4 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables
` [PATCH v4 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

[PATCH] arm64: KVM: Add braces to multi-line if statement in virtual PMU code
 2016-04-01 14:23 UTC  (5+ messages)

[PULL 0/2] KVM/ARM Fixes for v4.6-rc2
 2016-04-01 10:37 UTC  (4+ messages)
` [PULL 1/2] arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting
` [PULL 2/2] arm64: KVM: Register CPU notifiers when the kernel runs at HYP

[PATCH v2] arm64: KVM: Register CPU notifiers when the kernel runs at HYP
 2016-03-31  8:26 UTC  (3+ messages)

[PATCH] arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting
 2016-03-30 20:09 UTC  (2+ messages)

[PATCH] arm64: KVM: Register CPU notifiers when the kernel runs at HYP
 2016-03-30 16:46 UTC  (3+ messages)

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-29 17:26 UTC  (7+ messages)
` [RFC v5 03/17] iommu: introduce a reserved iova cookie
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved


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