kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 19:29:59 to 2019-04-10 13:02:23 UTC [more...]

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-04-10 13:02 UTC  (11+ messages)
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI

[PATCH] vfio-pci: Fix MSI IRQ forwarding for without per-vector masking
 2019-04-10 12:42 UTC  (6+ messages)

[PATCH v7 00/27] KVM: arm64: SVE guest support
 2019-04-10 12:42 UTC  (57+ messages)
` [PATCH v7 06/27] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH v7 07/27] arm64/sve: Check SVE virtualisability
` [PATCH v7 09/27] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH v7 10/27] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v7 14/27] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH v7 19/27] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH v7 20/27] arm64/sve: In-kernel vector length availability query interface
` [PATCH v7 21/27] KVM: arm/arm64: Add hook for arch-specific KVM initialisation
` [PATCH v7 23/27] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH v7 24/27] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH v7 25/27] KVM: arm64: Add a capability to advertise SVE support
` [PATCH v7 27/27] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
 2019-04-10  8:39 UTC  (16+ messages)

[PATCH v8 0/9] Add ARMv8.3 pointer authentication for kvm guest
 2019-04-10  6:45 UTC  (39+ messages)
` [PATCH v8 3/9] KVM: arm64: Move hyp_symbol_addr to fix dependency
` [PATCH v8 4/9] KVM: arm/arm64: preserve host HCR_EL2 value
` [PATCH v8 5/9] KVM: arm/arm64: preserve host MDCR_EL2 value
` [PATCH v8 6/9] KVM: arm64: Add vcpu feature flags to control ptrauth accessibility
` [PATCH v8 7/9] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v8 8/9] KVM: arm64: Add capability to advertise ptrauth for guest
` [kvmtool PATCH v8 9/9] KVM: arm/arm64: Add a vcpu feature for pointer authentication

[PATCH v13 0/8] arm64: Support perf event modifiers :G and :H
 2019-04-09 19:22 UTC  (18+ messages)
` [PATCH v13 1/8] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v13 2/8] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v13 3/8] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v13 4/8] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH v13 5/8] arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
` [PATCH v13 6/8] arm64: KVM: Enable VHE "
` [PATCH v13 7/8] arm64: KVM: avoid isb's by using direct pmxevtyper sysreg
` [PATCH v13 8/8] arm64: docs: document perf event attributes

[PATCH v12 0/8] arm64: Support perf event modifiers :G and :H
 2019-04-09 19:13 UTC  (22+ messages)
` [PATCH v12 2/8] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v12 4/8] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH v12 6/8] arm64: KVM: Enable VHE support for :G/:H perf event modifiers
` [PATCH v12 8/8] arm64: docs: document perf event attributes

[kvm-unit-tests PATCH] lib: arm: Use correct halt() prototype from smp.h
 2019-04-09 10:11 UTC  (10+ messages)

[PATCH V2] KVM: ARM: Remove pgtable page standard functions from stage-2 page tables
 2019-04-08 17:18 UTC  (9+ messages)

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-04-08 12:19 UTC  (48+ messages)
` [PATCH v7 01/23] driver core: add per device iommu param
` [PATCH v7 02/23] iommu: introduce device fault data
` [PATCH v7 03/23] iommu: introduce device fault report API
` [PATCH v7 04/23] iommu: Introduce attach/detach_pasid_table API
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 07/23] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v7 08/23] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v7 10/23] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH v7 05/23] iommu: Introduce cache_invalidate API
  ` [PATCH v7 09/23] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
  ` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
  ` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table
  ` [PATCH v7 16/23] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
  ` [PATCH v7 21/23] vfio_pci: Allow to mmap the fault queue
  ` [PATCH v7 22/23] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
  ` [PATCH v7 23/23] vfio: Document nested stage control
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 15/23] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v7 17/23] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults
` [PATCH v7 19/23] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v7 20/23] vfio-pci: Register an iommu fault handler

[PATCH v4 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-08  1:27 UTC  (8+ messages)
` [PATCH v4 1/3] vfio-pci: Release INTx's unmask eventfd properly
` [PATCH v4 2/3] vfio-pci: Add new function for INTx one-time initialisation
` [PATCH v4 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

Welcome to the "kvmarm" mailing list
 2019-04-07  7:46 UTC 

[PATCH kvmtool 00/16] Support PCI BAR configuration
 2019-04-05 15:31 UTC  (3+ messages)
` [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

[PATCH] KVM: arm/arm64: ensure vcpu target is unset on reset failure
 2019-04-05  7:27 UTC  (3+ messages)

[PATCH kvmtool v3 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-05  3:46 UTC  (4+ messages)
` [PATCH kvmtool v3 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

confirm 91da23f25b659018846f7bb68764472d792d93a0
 2019-04-04 22:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).