kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-28 13:12:22 to 2019-06-12 08:50:01 UTC [more...]

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-12  8:49 UTC  (12+ messages)
` [PATCH v2 1/9] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH v2 2/9] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH v2 3/9] KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation
` [PATCH v2 4/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH v2 5/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH v2 6/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
` [PATCH v2 7/9] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH v2 8/9] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH v2 9/9] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-11 13:14 UTC  (35+ messages)
` [PATCH v8 04/29] iommu: Add recoverable fault reporting
` [PATCH v8 05/29] iommu: Add a timeout parameter for PRQ response
` [PATCH v8 22/29] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v8 24/29] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v8 25/29] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler
` [PATCH v8 28/29] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX

Reference count on pages held in secondary MMUs
 2019-06-11 11:51 UTC  (6+ messages)

[PATCH RFC 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-06-11  1:56 UTC  (5+ messages)
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file

[PATCH v2 0/6] KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291)
 2019-06-10 17:01 UTC  (8+ messages)
` [PATCH v2 1/6] arm64: assember: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
` [PATCH v2 2/6] KVM: arm64: Abstract the size of the HYP vectors pre-amble
` [PATCH v2 3/6] KVM: arm64: Make indirect vectors preamble behaviour symmetric
` [PATCH v2 4/6] KVM: arm64: Consume pending SError as early as possible
` [PATCH v2 5/6] KVM: arm64: Defer guest entry when an asynchronous exception is pending
` [PATCH v2 6/6] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291

[PATCH v2] KVM: arm64: Skip more of the SError vaxorcism
 2019-06-10 16:58 UTC  (3+ messages)

[PATCH v8 0/6] KVM: arm/arm64: add support for chained counters
 2019-06-10 16:05 UTC  (10+ messages)
` [PATCH v8 4/6] arm64: perf: extract chain helper into header
` [PATCH v8 5/6] KVM: arm/arm64: remove pmc->bitmask
` [PATCH v8 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH V3] KVM: arm64: Implement vq_present() as a macro
 2019-06-10 10:00 UTC 

[PATCH V2] KVM: arm64: Implement vq_present() as a macro
 2019-06-10  9:56 UTC  (4+ messages)

[PATCH 0/8] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-07 15:04 UTC  (25+ messages)
` [PATCH 1/8] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH 2/8] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH 3/8] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH 4/8] KVM: arm/arm64: vgic-its: Add kvm parameter to vgic_its_free_collection
` [PATCH 5/8] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH 6/8] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH 7/8] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH 8/8] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

[PATCH] KVM: arm64: Drop 'const' from argument of vq_present()
 2019-06-07 14:42 UTC  (12+ messages)

[PATCH kvmtool v4 0/8] arm64: Pointer Authentication and SVE support
 2019-06-07 11:26 UTC  (9+ messages)
` [PATCH kvmtool v4 1/8] update_headers.sh: Add missing shell quoting
` [PATCH kvmtool v4 2/8] update_headers.sh: Cleanly report failure on error
` [PATCH kvmtool v4 3/8] update_headers.sh: arm64: Copy sve_context.h if available
` [PATCH kvmtool v4 4/8] update_headers: Sync kvm UAPI headers with linux v5.2-rc1
` [PATCH kvmtool v4 5/8] KVM: arm/arm64: Add a vcpu feature for pointer authentication
` [PATCH kvmtool v4 6/8] KVM: arm/arm64: Back out ptrauth command-line arguments
` [PATCH kvmtool v4 7/8] arm/arm64: Factor out ptrauth vcpu feature setup
` [PATCH kvmtool v4 8/8] arm64: Add SVE support

[PATCH 0/2] KVM: arm/arm64: vgic: A couple of memory leak fixes
 2019-06-06 12:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
` [PATCH 2/2] KVM: arm/arm64: vgic: Fix irq refcount leak in kvm_vgic_set_owner()

[PATCH v1 0/6] KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291)
 2019-06-05 11:03 UTC  (10+ messages)
` [PATCH v1 1/6] KVM: arm64: Abstract the size of the HYP vectors pre-amble
` [PATCH v1 2/6] KVM: arm64: Consume pending SError as early as possible
` [PATCH v1 3/6] KVM: arm64: Defer guest entry when an asynchronous exception is pending
` [PATCH v1 4/6] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291
` [PATCH v1 5/6] KVM: arm64: nop out dsb in __guest_enter() unless we have v8.2 RAS
` [PATCH v1 6/6] KVM: arm64: Skip more of the SError vaxorcism

[PATCH] KVM: Remove obsolete address of the FSF
 2019-06-04 17:17 UTC  (2+ messages)

KVM Arm Device passthrough and linux-rt
 2019-06-04 15:04 UTC  (6+ messages)

[PATCH v3 0/4] KVM: Unify mmu_memory_cache functionality across architectures
 2019-06-04 13:33 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v3 2/4] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v3 3/4] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v3 4/4] KVM: mips: "

[PATCH v5 0/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-06-04 11:52 UTC  (8+ messages)
` [PATCH v5 2/3] arch/arm64: fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it
` [PATCH v5 3/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state

[PATCH] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
 2019-06-04  9:36 UTC  (3+ messages)

[PATCH kvmtool v3 0/9] arm64: Pointer Authentication and SVE support
 2019-06-03 14:18 UTC  (31+ messages)
` [PATCH kvmtool v3 1/9] update_headers.sh: Add missing shell quoting
` [PATCH kvmtool v3 2/9] update_headers.sh: Cleanly report failure on error
` [PATCH kvmtool v3 3/9] update_headers.sh: arm64: Copy sve_context.h if available
` [PATCH kvmtool v3 4/9] update_headers: Sync kvm UAPI headers with linux v5.1-rc1
` [PATCH kvmtool v3 5/9] KVM: arm/arm64: Add a vcpu feature for pointer authentication
` [PATCH kvmtool v3 6/9] arm/arm64: Factor out ptrauth vcpu feature setup
` [PATCH kvmtool v3 7/9] arm64: Make ptrauth enable/disable diagnostics more user-friendly
` [PATCH kvmtool v3 8/9] arm64: Add SVE support
` [PATCH kvmtool v3 9/9] arm64: Select SVE vector lengths via the command line

[PATCH] KVM: arm/arm64: fix emulated ptimer irq injection
 2019-06-03 12:14 UTC  (11+ messages)

[PATCH v8 0/7] Add virtio-iommu driver
 2019-05-31 11:13 UTC  (10+ messages)
` [PATCH v8 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v8 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
    ` [virtio-dev] "
` [PATCH v8 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v8 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v8 5/7] iommu: Add virtio-iommu driver
` [PATCH v8 6/7] iommu/virtio: Add probe request
` [PATCH v8 7/7] iommu/virtio: Add event queue

[PATCH 00/15] arm64: KVM: add SPE profiling support for guest
 2019-05-29  8:26 UTC  (3+ messages)
` [PATCH v2 09/15] arm64: KVM: add support to save/restore SPE profiling buffer controls

[PATCH v10 0/5] Add ARMv8.3 pointer authentication for kvm guest
 2019-05-28 13:38 UTC  (8+ messages)
` [kvmtool PATCH v10 5/5] KVM: arm/arm64: Add a vcpu feature for pointer authentication


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).