IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:50:30 to 2021-07-29 13:02:11 UTC [more...]

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-29 13:01 UTC  (18+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 02/13] x86/HV: Initialize shared memory boundary in the "
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH v2 00/24] iommu: Refactor DMA domain strictness
 2021-07-29 12:42 UTC  (31+ messages)
` [PATCH v2 01/24] iommu: Pull IOVA cookie management into the core
` [PATCH v2 02/24] iommu/amd: Drop IOVA cookie management
` [PATCH v2 03/24] iommu/arm-smmu: "
` [PATCH v2 04/24] iommu/vt-d: "
` [PATCH v2 05/24] iommu/exynos: "
` [PATCH v2 06/24] iommu/ipmmu-vmsa: "
` [PATCH v2 07/24] iommu/mtk: "
` [PATCH v2 08/24] iommu/rockchip: "
` [PATCH v2 09/24] iommu/sprd: "
` [PATCH v2 10/24] iommu/sun50i: "
` [PATCH v2 11/24] iommu/virtio: "
` [PATCH v2 12/24] iommu/dma: Unexport "
` [PATCH v2 13/24] iommu/dma: Remove redundant "!dev" checks
` [PATCH v2 14/24] iommu: Introduce explicit type for non-strict DMA domains
` [PATCH v2 15/24] iommu/amd: Prepare for multiple DMA domain types
` [PATCH v2 16/24] iommu/arm-smmu: "
` [PATCH v2 17/24] iommu/vt-d: "
` [PATCH v2 18/24] iommu: Express DMA strictness via the domain type
` [PATCH v2 19/24] iommu: Expose DMA domain strictness via sysfs
` [PATCH v2 20/24] iommu: Merge strictness and domain type configs
` [PATCH v2 21/24] iommu/dma: Factor out flush queue init
` [PATCH v2 22/24] iommu: Allow enabling non-strict mode dynamically
` [PATCH v2 23/24] iommu/arm-smmu: Allow non-strict in pgtable_quirks interface
` [PATCH v2 24/24] iommu: Only log strictness for DMA domains

[GIT PULL] dma-mapping fix for Linux 5.14
 2021-07-29 10:17 UTC  (7+ messages)

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-07-29  9:57 UTC  (20+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v10 02/17] file: Export receive_fd() to modules
` [PATCH v10 03/17] vdpa: Fix code indentation
` [PATCH v10 04/17] vdpa: Fail the vdpa_reset() if fail to set device status to zero
` [PATCH v10 05/17] vhost-vdpa: Fail the vhost_vdpa_set_status() on reset failure
` [PATCH v10 06/17] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v10 07/17] virtio: Don't set FAILED status bit on device index allocation failure
` [PATCH v10 08/17] virtio_config: Add a return value to reset function
` [PATCH v10 09/17] virtio-vdpa: Handle the failure of vdpa_reset()
` [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()
` [PATCH v10 11/17] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v10 12/17] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v10 13/17] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v10 14/17] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v10 15/17] vduse: Implement an MMU-based software IOTLB
` [PATCH v10 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v10 17/17] Documentation: Add documentation for VDUSE

[powerpc][next-20210727] Boot failure - kernel BUG at arch/powerpc/kernel/interrupt.c:98!
 2021-07-29  4:21 UTC  (3+ messages)

add support for the global coherent pool to the dma core
 2021-07-28 15:20 UTC  (4+ messages)
` [PATCH 6/7] dma-mapping: make the global coherent pool conditional

[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
 2021-07-29  6:19 UTC  (15+ messages)
` [RFC 1/5] RISC-V: Implement arch_sync_dma* functions
` [RFC 2/5] of: Move of_dma_get_range to of_address.h
` [RFC 3/5] dma-mapping: Enable global non-coherent pool support for RISC-V
` [RFC 4/5] dma-direct: Allocate dma pages directly if global pool allocation fails
` [RFC 5/5] RISC-V: Support a new config option for non-coherent DMA

[PATCH v2 00/11] MT8195 SMI support
 2021-07-29  6:41 UTC  (5+ messages)
` [PATCH v2 11/11] memory: mtk-smi: mt8195: Add initial setting for smi-larb

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-07-29  4:38 UTC  (3+ messages)

[PATCH v2] iommu/amd: Use report_iommu_fault()
 2021-07-28 21:51 UTC  (2+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-28 16:28 UTC  (17+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

[bug report] iommu_dma_unmap_sg() is very slow then running IO from remote numa node
 2021-07-28 15:39 UTC  (17+ messages)

[PATCH] iommu: check if group is NULL before remove device
 2021-07-28 10:35 UTC  (3+ messages)

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-28  8:13 UTC 

[RFC v2] /dev/iommu uAPI proposal
 2021-07-28  4:05 UTC  (5+ messages)

[PATCH] iommu/iova: kmemleak when disable SRIOV
 2021-07-27 14:23 UTC  (6+ messages)

[PATCH -next v2] iommu/arm-smmu-v3: Add suspend and resume support
 2021-07-27 13:44 UTC  (3+ messages)

[PATCH v2 1/1] s390/pv: fix the forcing of the swiotlb
 2021-07-27 13:00 UTC  (6+ messages)

[PATCH] iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacks
 2021-07-27 10:35 UTC  (4+ messages)

[PATCH v6 0/9] ACPI/IORT: Support for IORT RMR node
 2021-07-27  8:32 UTC  (4+ messages)

[PATCH 00/23] iommu: Refactor DMA domain strictness
 2021-07-26 18:43 UTC  (19+ messages)
` [PATCH 13/23] iommu/dma: Remove redundant "!dev" checks
` [PATCH 16/23] iommu/arm-smmu: Prepare for multiple DMA domain types
` [PATCH 17/23] iommu/vt-d: "
` [PATCH 18/23] iommu: Express DMA strictness via the domain type

[PATCH,RFC] iommu/amd: Use report_iommu_fault()
 2021-07-26 16:26 UTC  (3+ messages)

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-07-26 13:19 UTC  (7+ messages)
` [PATCH v4 3/3] iommu: dart: Add DART iommu driver

[PATCH v6 0/7] iommu/amd: Enable page-selective flushes
 2021-07-26 12:31 UTC  (2+ messages)

[PATCH] iommu/dma: Fix leak in non-contiguous API
 2021-07-26 12:27 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: Dump DMAR translation structure
 2021-07-26 12:25 UTC  (2+ messages)

[PATCH] iommu/amd: Fix printing of IOMMU events when rate limiting kicks in
 2021-07-26 12:23 UTC  (2+ messages)

[PATCH 0/3] iommu/vt-d: Implement [map/unmap]_pages callbacks
 2021-07-26 11:56 UTC  (2+ messages)

[PATCH] iommu/amd: Convert from atomic_t to refcount_t on pasid_state->count
 2021-07-26 11:47 UTC  (2+ messages)

[PATCH v2] iommu: Streamline iommu_iova_to_phys()
 2021-07-26 11:38 UTC  (2+ messages)

[PATCH] iommu: Unify iova_to_phys for identity domains
 2021-07-26 11:34 UTC  (2+ messages)

[PATCH v15 0/6] iommu: Enhance IOMMU default DMA mode build options
 2021-07-26 11:28 UTC  (2+ messages)

[PATCH v7 00/15] Optimizing iommu_[map/unmap] performance
 2021-07-26 10:37 UTC  (2+ messages)

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-25  6:07 UTC  (20+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-07-24  0:29 UTC  (10+ messages)

[RFC][Patch v1 0/2] iommu/arm-smmu-v3: Add NVIDIA implementation
 2021-07-23 19:31 UTC  (3+ messages)
` [RFC][Patch v1 1/2] iommu/arm-smmu-v3: Add implementation infrastructure
` [RFC][Patch v1 2/2] iommu/arm-smmu-v3: Add support for NVIDIA CMDQ-Virtualization hw


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 read-only IMAP folder(s) and NNTP newsgroup(s).