Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-04-06 11:30:45 to 2016-04-15 13:20:14 UTC [more...]

[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-04-15 13:20 UTC  (3+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

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

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-14 14:05 UTC  (73+ messages)
` [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 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [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 16/45] KVM: arm/arm64: vgic-new: Add PENDING registers handlers
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [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 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 12:18 UTC  (51+ 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 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-14 12:12 UTC  (17+ 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] kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables
 2016-04-13 16:57 UTC 

[PATCH v5 0/9] arm64: Add support for KVM with ACPI
 2016-04-13 10:11 UTC  (28+ 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 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables

[PATCH v6 00/10] arm64: Add support for KVM with ACPI
 2016-04-13 10:01 UTC  (18+ messages)
` [PATCH v6 01/10] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v6 02/10] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v6 03/10] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v6 04/10] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v6 05/10] irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "
` [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v6 07/10] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v6 08/10] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v6 09/10] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v6 10/10] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

[PATCH] KVM: arm/arm64: Handle forward time correction gracefully
 2016-04-11 12:09 UTC  (2+ messages)

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

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

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


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