Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-02-10 16:07:07 to 2016-02-24 05:03:31 UTC [more...]

[PATCH v13 00/20] KVM: ARM64: Add guest PMU support
 2016-02-24  5:08 UTC  (3+ messages)
` [PATCH v13 03/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v13 04/20] KVM: ARM64: Add access handler for PMSELR register

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  (13+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v2 3/6] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v2 4/6] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v2 5/6] irqchip/gic-v3: "
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables

[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 00/23] arm64: Virtualization Host Extension support
 2016-02-19 14:30 UTC  (42+ messages)
` [PATCH v4 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v4 02/23] arm64: KVM: Switch to "
` [PATCH v4 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v4 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v4 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v4 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v4 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v4 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v4 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v4 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v4 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v4 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v4 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v4 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v4 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v4 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v4 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v4 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v4 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v4 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
  ` [PATCH v4.1] arm64: perf: Count EL2 events if the kernel is "
` [PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
  ` [PATCH v4.1] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
` [PATCH v4 23/23] arm64: Panic when VHE and non VHE CPUs coexist

[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-18 17:18 UTC  (29+ messages)
` [RFC v3 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v3 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
` [RFC v3 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
  ` [RFC v3 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
  ` [RFC v3 04/15] iommu: add alloc/free_reserved_iova_domain
  ` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
  ` [RFC v3 10/15] vfio: allow the user to register reserved iova range for MSI mapping
  ` [RFC v3 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
  ` [RFC v3 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed
` [RFC v3 12/15] msi: export msi_get_domain_info
` [RFC v3 13/15] vfio/type1: also check IRQ remapping capability at msi domain

[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-17 16:40 UTC  (18+ 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] arm/arm64: KVM: vgic: Handle out-of-bound MMIO access
 2016-02-17 15:34 UTC 

[PATCH] arm/arm64: KVM: Feed initialized memory to MMIO accesses
 2016-02-17 15:34 UTC 

[PATCH] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR0Rn_EL2
 2016-02-17 15:35 UTC 

[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-17  9:15 UTC  (12+ messages)
` [PATCH 7/8] KVM: arm/arm64: Avoid accessing GICH registers
` [PATCH 8/8] KVM: arm64: Avoid accessing ICH registers

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

[PULL] KVM/ARM fixes for 4.5-rc4
 2016-02-11 21:47 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Fix reference to uninitialised VGIC
` [PATCH 2/2] arm64: KVM: Configure TCR_EL2.PS at runtime

[PATCH] arm64: KVM: Configure TCR_EL2.PS at runtime
 2016-02-11 14:41 UTC  (5+ messages)

[RFC v2 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-11 14:34 UTC  (16+ messages)
` [RFC v2 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
  ` [RFC v2 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
  ` [RFC v2 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
  ` [RFC v2 04/15] iommu: add alloc/free_reserved_iova_domain
  ` [RFC v2 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
  ` [RFC v2 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
  ` [RFC v2 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
  ` [RFC v2 10/15] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v2 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v2 07/15] iommu: iommu_get/put_single_reserved
` [RFC v2 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v2 12/15] msi: export msi_get_domain_info
` [RFC v2 13/15] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v2 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v2 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed

[PATCH] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
 2016-02-11 10:49 UTC  (3+ messages)

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-10 17:32 UTC  (11+ messages)
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long

[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
 2016-02-10 16:59 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