Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-04-01 09:00:34 to 2016-04-11 10:51:34 UTC [more...]

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-11 10:53 UTC  (34+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [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 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation

[PATCH v5 0/9] arm64: Add support for KVM with ACPI
 2016-04-11  5:27 UTC  (25+ 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

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-08 17:25 UTC  (46+ 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 PATCH] KVM: arm/arm64: rework kvm_handle_mmio_return
 2016-04-08 17:08 UTC  (4+ messages)

[PATCH v6 0/5] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-08 16:57 UTC  (16+ messages)
` [PATCH v6 1/5] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
  ` [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 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

[PULL 0/4] KVM/ARM Fixes for v4.6-rc4
 2016-04-08 14:58 UTC  (6+ messages)
` [PULL 1/4] arm64: KVM: Add braces to multi-line if statement in virtual PMU code
` [PULL 2/4] KVM: arm/arm64: Handle forward time correction gracefully
` [PULL 3/4] arm64: KVM: Warn when PARange is less than 40 bits
` [PULL 4/4] arm64: KVM: unregister notifiers in hyp mode teardown path

[PATCH v6 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-08 13:31 UTC  (18+ messages)
` [PATCH v6 1/7] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
  ` [PATCH v6 2/7] iommu/arm-smmu: advertise "
  ` [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 3/7] iommu: introduce a reserved iova cookie
` [PATCH v6 5/7] dma-reserved-iommu: reserved binding rb-tree and helpers
` [PATCH v6 7/7] dma-reserved-iommu: iommu_unmap_reserved

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-04-07 15:19 UTC  (33+ 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] 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)

[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  (7+ messages)
` [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] 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


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