Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-02-24 03:28:42 to 2016-03-09 03:07:51 UTC [more...]

[PATCH v3 00/12] Virtual GIC save/restore optimization
 2016-03-09  3:07 UTC  (14+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH v3 02/12] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v3 03/12] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v3 04/12] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH v3 05/12] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH v3 06/12] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v3 07/12] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH v3 08/12] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH v3 09/12] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH v3 10/12] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH v3 11/12] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH v3 12/12] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit

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

[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-03-04 11:45 UTC  (30+ messages)
` [PATCH v2 07/17] arm64: KVM: vgic-v2: Avoid accessing GICH registers
` [PATCH v2 08/17] arm64: KVM: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v2 09/17] arm64: KVM: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v2 10/17] arm64: KVM: vgic-v2: Do not save an LR known to be empty
` [PATCH v2 11/17] arm64: KVM: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v2 12/17] arm64: KVM: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH v2 14/17] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH v2 15/17] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH v2 16/17] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit
` [PATCH v2 17/17] arm64: KVM: vgic-v3: Do not save ICH_AP0Rn_EL2 for GICv2 emulation

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-03-04 10:32 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables

[PATCH 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
 2016-03-03 21:08 UTC  (10+ messages)
` [PATCH 1/4] pre_init: rename x86/init.S to x86/init64.S
` [PATCH 2/4] pre_init: x86/init64.S: use defines for syscall numbers
` [PATCH 3/4] pre_init: add support for i386 also
` [PATCH 4/4] pre_init: add ARM implementations

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-03 16:26 UTC  (21+ messages)
  ` [RFC v5 01/17] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
  ` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved
` [RFC v5 02/17] iommu/arm-smmu: advertise DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v5 03/17] iommu: introduce a reserved iova cookie
` [RFC v5 04/17] dma-reserved-iommu: alloc/free_reserved_iova_domain
` [RFC v5 05/17] dma-reserved-iommu: reserved binding rb-tree and helpers
` [RFC v5 07/17] dma-reserved-iommu: iommu_unmap_reserved
` [RFC v5 08/17] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v5 09/17] irqchip/gic-v3-its: ITS advertises MSI_FLAG_IRQ_REMAPPING
` [RFC v5 10/17] msi: export msi_get_domain_info
` [RFC v5 11/17] msi: msi_compose wrapper
` [RFC v5 12/17] msi: IOMMU map the doorbell address when needed
` [RFC v5 13/17] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [RFC v5 14/17] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v5 15/17] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v5 16/17] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v5 17/17] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO

Intermittent guest kernel crashes with v4.5-rc6
 2016-03-03 14:38 UTC  (11+ messages)

[PATCH 0/3] kvmtool: fix vhost-net support
 2016-03-02 22:20 UTC  (8+ messages)
` [PATCH 1/3] irq: move IRQ routing into irq.c
` [PATCH 2/3] MSI-X: update GSI routing after changed MSI-X configuration
` [PATCH 3/3] virtio: fix endianness check for vhost support

[PATCH v2 0/8] arm64: Support for systems without AArch32 state
 2016-03-02 15:25 UTC  (15+ messages)
` [PATCH v2 1/8] arm64: hwcaps: Cleanup naming
` [PATCH v2 2/8] arm64: HWCAP: Split COMPAT HWCAP table entries
` [PATCH v2 3/8] arm64: Add helpers for detecting AArch32 support at EL0
` [PATCH v2 4/8] arm64: cpufeature: Check availability of AArch32
` [PATCH v2 5/8] arm64: cpufeature: Track 32bit EL0 support
` [PATCH v2 6/8] arm64: Add a wrapper for personality() syscall
` [PATCH v2 7/8] arm64: compat: Check for AArch32 state
` [PATCH v2 8/8] arm64: kvm: Check support for AArch32 for 32bit guests

[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-03-02 12:48 UTC  (4+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

[PULL] KVM/ARM updates for 4.5-rc7
 2016-03-02  9:35 UTC  (3+ messages)
` [PATCH] arm/arm64: KVM: Fix ioctl error handling

[PATCH] arm64: KVM: Move kvm_call_hyp back to its original localtion
 2016-03-01 13:54 UTC  (3+ messages)

[PATCH v13 00/20] KVM: ARM64: Add guest PMU support
 2016-02-29 19:03 UTC  (38+ messages)
` [PATCH v13 01/20] ARM64: Move PMU register related defines to asm/perf_event.h
` [PATCH v13 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v13 03/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v13 04/20] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v13 05/20] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v13 06/20] KVM: ARM64: Add access handler for event counter register
` [PATCH v13 07/20] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v13 08/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v13 09/20] KVM: ARM64: Add access handler for event type register
` [PATCH v13 10/20] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v13 11/20] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v13 12/20] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v13 13/20] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v13 14/20] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v13 15/20] KVM: ARM64: Add PMU overflow interrupt routing
  ` [PATCH v14 "
    ` [PATCH v15 "
` [PATCH v13 16/20] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v13 17/20] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v13 18/20] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v13 19/20] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v13 20/20] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH v4 00/23] arm64: Virtualization Host Extension support
 2016-02-29 17:43 UTC  (2+ messages)

[RFC v4 00/14] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-29 15:27 UTC  (19+ messages)
` [RFC v4 01/14] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v4 02/14] iommu: introduce a reserved iova cookie
` [RFC v4 03/14] dma-reserved-iommu: alloc/free_reserved_iova_domain
` [RFC v4 04/14] dma-reserved-iommu: reserved binding rb-tree and helpers
` [RFC v4 05/14] dma-reserved-iommu: iommu_get/put_single_reserved
` [RFC v4 06/14] dma-reserved-iommu: iommu_unmap_reserved
` [RFC v4 07/14] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v4 08/14] msi: export msi_get_domain_info
` [RFC v4 09/14] msi: IOMMU map the doorbell address when needed
` [RFC v4 10/14] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [RFC v4 11/14] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v4 12/14] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v4 13/14] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v4 14/14] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO

[PATCH for-4.5] arm/kvm: fix ioctl error handling
 2016-02-29  8:29 UTC  (2+ messages)

[Question] Can KVM run on Freescale IMX6 SABRE board?
 2016-02-27 17:19 UTC  (7+ messages)

[PATCH] virt: Lift the maximum RAM limit from 30GB to 255GB
 2016-02-26 10:22 UTC  (3+ messages)
  ` [Qemu-devel] "

[PULL] KVM/ARM fixes for 4.5-rc6
 2016-02-25  8:53 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic: Ensure bitmaps are long enough
` [PATCH 2/3] arm/arm64: KVM: Feed initialized memory to MMIO accesses
` [PATCH 3/3] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2

[PATCH] arm/arm64: KVM: Feed initialized memory to MMIO accesses
 2016-02-24 12:06 UTC  (3+ messages)

[PATCH] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR0Rn_EL2
 2016-02-24 11:53 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: vgic: Handle out-of-bound MMIO access
 2016-02-24 11:51 UTC  (2+ messages)

next-20160222 build: 5 failures 9 warnings (next-20160222)
 2016-02-24  4:16 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