kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-15 16:38:44 to 2019-06-04 09:59:24 UTC [more...]

[PATCH] KVM: arm64: Drop 'const' from argument of vq_present()
 2019-06-04  9:59 UTC  (10+ messages)

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

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-03 22:32 UTC  (37+ messages)
` [PATCH v8 01/29] driver core: Add per device iommu param
` [PATCH v8 02/29] iommu: Introduce device fault data
` [PATCH v8 03/29] iommu: Introduce device fault report API
` [PATCH v8 04/29] iommu: Add recoverable fault reporting
` [PATCH v8 05/29] iommu: Add a timeout parameter for PRQ response
` [PATCH v8 06/29] trace/iommu: Add sva trace events
` [PATCH v8 07/29] iommu: Use device fault trace event
` [PATCH v8 08/29] iommu: Introduce attach/detach_pasid_table API
` [PATCH v8 09/29] iommu: Introduce cache_invalidate API
` [PATCH v8 10/29] iommu: Introduce bind/unbind_guest_msi
` [PATCH v8 11/29] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v8 12/29] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v8 13/29] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v8 14/29] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v8 15/29] iommu/smmuv3: Introduce __arm_smmu_tlb_inv_asid/s1_range_nosync
` [PATCH v8 16/29] iommu/smmuv3: Implement cache_invalidate
` [PATCH v8 17/29] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v8 18/29] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v8 19/29] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v8 20/29] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v8 21/29] iommu/smmuv3: Report non recoverable faults
` [PATCH v8 22/29] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v8 23/29] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [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 27/29] vfio_pci: Allow to mmap the fault queue
` [PATCH v8 28/29] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
` [PATCH v8 29/29] vfio: Document nested stage control

[PATCH v5 0/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-06-03 21:21 UTC  (6+ messages)
` [PATCH v5 1/3] arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()
` [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 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  (23+ messages)
` [PATCH v2 01/15] KVM: arm64: add {read, write}_sysreg_elx_s versions for new registers
` [PATCH v2 02/15] dt-bindings: ARM SPE: highlight the need for PPI partitions on heterogeneous systems
` [PATCH v2 03/15] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 04/15] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 05/15] arm64: KVM: add access handler for SPE system registers
` [PATCH v2 06/15] arm64: KVM/VHE: enable the use PMSCR_EL12 on VHE systems
` [PATCH v2 07/15] arm64: KVM: split debug save restore across vm/traps activation
` [PATCH v2 08/15] arm64: KVM/debug: drop pmscr_el1 and use sys_regs[PMSCR_EL1] in kvm_cpu_context
` [PATCH v2 09/15] arm64: KVM: add support to save/restore SPE profiling buffer controls
` [PATCH v2 10/15] arm64: KVM: enable conditional save/restore full "
` [PATCH v2 11/15] arm64: KVM/debug: trap all accesses to SPE controls at EL1
` [PATCH v2 12/15] KVM: arm64: add a new vcpu device control group for SPEv1
` [PATCH v2 13/15] KVM: arm64: enable SPE support
` [PATCH v2 14/15][KVMTOOL] update_headers: Sync kvm UAPI headers with linux v5.2-rc1
` [PATCH v2 15/15][KVMTOOL] kvm: add a vcpu feature for SPEv1 support

[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

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-28  9:18 UTC  (5+ messages)

[PATCH] KVM: Remove obsolete address of the FSF
 2019-05-28  8:31 UTC  (2+ messages)

mm/compaction: BUG: NULL pointer dereference
 2019-05-27  5:38 UTC  (9+ messages)
  ` [PATCH] mm, compaction: Make sure we isolate a valid PFN

[GIT PULL] KVM/arm updates for 5.2-rc2
 2019-05-24 19:22 UTC  (5+ messages)
` [PATCH 1/3] MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer
` [PATCH 2/3] KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
` [PATCH 3/3] KVM: arm/arm64: Move cc/it checks "

[PATCH] MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer
 2019-05-24 13:52 UTC  (2+ messages)

[PATCH v2 0/2] Move __hyp_text code under no-asan Makefiles
 2019-05-22 17:47 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
` [PATCH v2 2/2] KVM: arm/arm64: Move cc/it checks "

[PATCH v8 0/6] KVM: arm/arm64: add support for chained counters
 2019-05-22 16:26 UTC  (9+ messages)
` [PATCH v8 1/6] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v8 2/6] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v8 3/6] KVM: arm/arm64: re-create event when setting counter value
` [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 v7 0/5] KVM: arm/arm64: add support for chained counters
 2019-05-22 13:48 UTC  (13+ messages)
` [PATCH v7 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v7 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v7 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v7 4/5] arm64: perf: extract chain helper into header
` [PATCH v7 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH 0/2] Move __hyp_text code under no-asan Makefiles
 2019-05-21 17:36 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
` [PATCH 2/2] KVM: arm/arm64: Move cc/it checks "

[PATCH] KVM: ARM64: Update perf event when setting PMU count value
 2019-05-21 16:44 UTC  (2+ messages)

[PATCH v6 0/5] KVM: arm/arm64: add support for chained counters
 2019-05-21 15:47 UTC  (4+ messages)
` [PATCH v6 5/5] KVM: arm/arm64: support chained PMU counters

[RFC PATCH] KVM: arm/arm64: Enable direct irqfd MSI injection
 2019-05-20 18:00 UTC  (7+ messages)

[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
 2019-05-20 13:43 UTC  (2+ messages)

ARM64 kvm cache coherency problem
 2019-05-20  7:31 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 5/8] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.9 6/9] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.14 10/16] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.19 16/25] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:40 UTC 

[PATCH AUTOSEL 5.0 20/34] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:39 UTC 

[GIT PULL] KVM/arm updates for 5.2
 2019-05-15 21:42 UTC  (2+ messages)


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