Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-02-16 20:05:29 to 2016-03-01 16:42:39 UTC [more...]

[PATCH 0/3] kvmtool: fix vhost-net support
 2016-03-01 16:49 UTC 

[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 v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-29 10:43 UTC  (21+ messages)
` [PATCH v2 01/17] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH v2 02/17] ARM: KVM: Properly sort the invariant table
` [PATCH v2 03/17] ARM: KVM: Enforce sorting of all CP tables
` [PATCH v2 04/17] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH v2 05/17] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH v2 06/17] KVM: arm/arm64: timer: Add active state caching
` [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 13/17] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [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 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 v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-02-26 15:01 UTC  (3+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

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

[PATCH v2 0/8] arm64: Support for systems without AArch32 state
 2016-02-25  9:52 UTC  (9+ 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

[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 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
 2016-02-24 15:33 UTC  (5+ 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

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

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

[PATCH v2 0/2] kvmtool: replace documentations stubs with manpage
 2016-02-23 17:41 UTC  (3+ messages)
` [PATCH v2 1/2] Add a rudimentary manpage
` [PATCH v2 2/2] Documentation: remove documentation stubs and common-cmds.h generation

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-02-23  2:31 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure

[PATCH v11 00/21] KVM: ARM64: Add guest PMU support
 2016-02-22  7:45 UTC  (19+ messages)
` [PATCH v11 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v11 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v11 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v11 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-21 16:35 UTC  (4+ messages)
` [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

[PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP

[PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: perf: Count EL2 events if the kernel is "

[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-18 17:18 UTC  (18+ messages)
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed

[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-17  9:15 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: vgic: ensure bitmaps are long enough
 2016-02-17  9:15 UTC  (3+ messages)


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