kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 09:28:25 to 2021-04-11 15:29:15 UTC [more...]

[PATCH v13 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-11 15:28 UTC  (17+ messages)
` [PATCH v13 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v13 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v13 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v13 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v13 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v13 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v13 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v13 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v13 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v13 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v13 11/13] vfio: Document nested stage control
` [PATCH v13 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v13 13/13] vfio/pci: Inject page response upon response region fill

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-11 12:12 UTC  (4+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-11 11:12 UTC  (13+ messages)
` [PATCH v15 01/12] iommu: Introduce attach/detach_pasid_table API
` [PATCH v15 02/12] iommu: Introduce bind/unbind_guest_msi
` [PATCH v15 03/12] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v15 04/12] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v15 05/12] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v15 06/12] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate
` [PATCH v15 08/12] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v15 09/12] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v15 10/12] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v15 11/12] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v15 12/12] iommu/smmuv3: report additional recoverable faults

[PATCH 0/2] KVM: arm64: Hide SPE from guests
 2021-04-11  8:47 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Don't print warning when trapping SPE registers
` [PATCH 2/2] KVM: arm64: Don't advertise FEAT_SPE to guests

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-10 13:34 UTC  (20+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[RFC] KVM: arm64: Support FEAT_CCIDX
 2021-04-10  9:54 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-09 17:32 UTC 

[PATCH] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-09 17:18 UTC  (3+ messages)

[PATCH v4 0/2] KVM: arm64: Improve efficiency of stage2 page table
 2021-04-09  9:00 UTC  (6+ messages)
` [PATCH v4 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [PATCH v4 2/2] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH v10 0/6] MTE support for KVM guest
 2021-04-08 18:21 UTC  (18+ messages)
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature

[RFC PATCH v3 0/2] KVM: arm64: Improve efficiency of stage2 page table
 2021-04-08 15:59 UTC  (9+ messages)
` [RFC PATCH v3 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [RFC PATCH v3 2/2] KVM: arm64: Distinguish cases of memcache allocations completely

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-08  7:28 UTC  (4+ messages)
` [RFC PATCH v2 2/2] "

[RFC/RFT PATCH 0/3] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-08  6:27 UTC  (12+ messages)
` [RFC/RFT PATCH 1/3] memblock: update initialization of reserved pages
` [RFC/RFT PATCH 2/3] arm64: decouple check whether pfn is normal memory from pfn_valid()
` [RFC/RFT PATCH 3/3] arm64: drop pfn_valid_within() and simplify pfn_valid()

[PATCH v3 0/2] KVM: arm64: Debug fixes
 2021-04-07 15:58 UTC  (5+ messages)
` [PATCH v3 1/2] Documentation: KVM: Document KVM_GUESTDBG_USE_HW control flag for arm64
` [PATCH v3 2/2] KVM: arm64: Initialize VCPU mdcr_el2 before loading it

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-04-07 15:31 UTC  (5+ messages)
` [PATCH v19 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent

[PATCH] KVM: selftests: vgic_init kvm selftests fixup
 2021-04-07 14:52 UTC  (3+ messages)

[PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement
 2021-04-07 13:46 UTC  (2+ messages)

[PATCH v6 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-07 10:58 UTC  (15+ messages)
` [PATCH v6 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v6 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v6 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v6 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v6 5/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v6 6/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v6 7/9] kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
` [PATCH v6 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v6 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[GIT PULL v2] coresight: Add support for ETE and TRBE
 2021-04-06 22:44 UTC 

[GIT PULL] coresight: Add support for ETE and TRBE
 2021-04-06 17:58 UTC  (3+ messages)

[PATCH -next] KVM: arm64: Fix error return code in init_hyp_mode()
 2021-04-06 13:20 UTC  (2+ messages)

[PATCH] KVM: arm64: Mark the kvmarm ML as moderated for non-subscribers
 2021-04-06 13:13 UTC 

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-06 11:59 UTC  (13+ messages)
` [PATCH v2 1/9] scripts/gdb: rework lx-symbols gdb script
` [PATCH v2 2/9] KVM: introduce KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 3/9] KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 4/9] KVM: aarch64: "
` [PATCH v2 5/9] KVM: s390x: "
` [PATCH v2 6/9] KVM: x86: implement KVM_GUESTDBG_BLOCKEVENTS
` [PATCH v2 7/9] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v2 9/9] KVM: SVM: implement force_intercept_exceptions_mask

[PATCH v5 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-05 16:30 UTC  (13+ messages)
` [PATCH v5 1/8] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v5 2/8] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v5 3/8] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v5 4/8] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v5 5/8] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v5 6/8] kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
` [PATCH v5 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v5 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH AUTOSEL 4.14 2/5] KVM: arm64: Disable guest access to trace filter controls
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 4.19 2/8] KVM: arm64: Disable guest access to trace filter controls
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 5.4 03/13] KVM: arm64: Disable guest access to trace filter controls
 2021-04-05 16:04 UTC 

[PATCH AUTOSEL 5.10 04/22] KVM: arm64: Disable guest access to trace filter controls
 2021-04-05 16:04 UTC 

[PATCH AUTOSEL 5.11 04/22] KVM: arm64: Disable guest access to trace filter controls
 2021-04-05 16:03 UTC 

[PATCH 0/4] KVM statistics data fd-based binary interface
 2021-04-03 17:42 UTC  (8+ messages)
` [PATCH 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v2 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-04-03 11:29 UTC  (10+ messages)
` [PATCH v2 1/9] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH v2 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v2 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH v2 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v2 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v2 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v2 7/9] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH v2 8/9] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH v2 9/9] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-02 14:59 UTC  (17+ messages)
` [PATCH v2 01/10] KVM: Assert that notifier count is elevated in .change_pte()
` [PATCH v2 02/10] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH v2 04/10] KVM: MIPS/MMU: "
` [PATCH v2 05/10] KVM: PPC: "
` [PATCH v2 06/10] KVM: Kill off the old hva-based "
` [PATCH v2 07/10] KVM: Move MMU notifier's mmu_lock acquisition into common helper
` [PATCH v2 08/10] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH v2 10/10] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-02  9:32 UTC  (10+ messages)
` [PATCH v4 1/8] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v4 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH v2] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
 2021-04-01 15:22 UTC  (7+ messages)

[PATCH] KVM: arm64: Fix a typo in the kvm_init_stage2_mmu documentation
 2021-04-01 13:08 UTC 

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31 21:47 UTC  (11+ messages)
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary


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