iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 22:37:57 to 2021-08-02 10:34:40 UTC [more...]

[PATCH v2 00/21] .map_sg() error cleanup
 2021-08-02 10:34 UTC  (3+ messages)
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR

[PATCH v7 00/12] Clean up "mediatek,larb"
 2021-08-02  9:51 UTC  (15+ messages)
` [PATCH v7 01/12] dt-binding: mediatek: Get rid of mediatek, larb for multimedia HW
` [PATCH v7 02/12] iommu/mediatek-v1: Free the existed fwspec if the master dev already has
` [PATCH v7 03/12] iommu/mediatek: Add probe_defer for smi-larb
` [PATCH v7 04/12] iommu/mediatek: Add device_link between the consumer and the larb devices
` [PATCH v7 05/12] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put
` [PATCH v7 06/12] media: mtk-mdp: "
` [PATCH v7 07/12] drm/mediatek: Add pm runtime support for ovl and rdma
` [PATCH v7 08/12] drm/mediatek: Get rid of mtk_smi_larb_get/put
` [PATCH v7 09/12] media: mtk-vcodec: "
` [PATCH v7 10/12] memory: mtk-smi: "
` [PATCH v7 11/12] arm: dts: mediatek: Get rid of mediatek, larb for MM nodes
` [PATCH v7 12/12] arm64: "
` Aw: [PATCH v7 00/12] Clean up "mediatek,larb"

[PATCH v6 0/7] iommu/amd: Enable page-selective flushes
 2021-08-02  9:26 UTC  (2+ messages)

[PATCH v6 0/9] ACPI/IORT: Support for IORT RMR node
 2021-08-02  9:22 UTC  (4+ messages)

[RFC v2] /dev/iommu uAPI proposal
 2021-08-02  2:49 UTC  (7+ messages)

[PATCH] powerpc/svm: Don't issue ultracalls if !mem_encrypt_active()
 2021-08-02  2:03 UTC  (2+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-30 22:34 UTC  (11+ 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 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-08-01  4:26 UTC  (5+ messages)
` [PATCH v2 4/4] swiotlb: Free tbl memory in swiotlb_exit()

[PATCH v2] iommu: Check if group is NULL before remove device
 2021-07-31  7:47 UTC 

[PATCH 0/2] Implement [map/unmap]_pages callbacks for ARM SMMUV3
 2021-07-31  2:17 UTC  (3+ messages)
` [PATCH 1/2] iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback
` [PATCH 2/2] iommu/arm-smmu-v3: Implement the map_pages() "

[PATCH v2] iommu/vt-d: Dump DMAR translation structure
 2021-07-30 23:51 UTC  (3+ messages)

[PATCH v7 0/4] Add IOMMU driver for rk356x
 2021-07-30 13:29 UTC  (7+ messages)
` [PATCH v7 3/4] iommu: rockchip: Add internal ops to handle variants

[PATCH] iommu: check if group is NULL before remove device
 2021-07-30 13:18 UTC  (4+ messages)

[PATCH v1 1/2] iommu/vt-d: Move intel_iommu_ops to header file
 2021-07-30 13:01 UTC  (5+ messages)
` [PATCH v1 2/2] iommu/vt-d: Drop the kernel doc annotation

[PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
 2021-07-30 12:18 UTC  (6+ messages)
` [PATCH v2 2/5] iommu: Implement of_iommu_get_resv_regions()

[PATCH v2 00/24] iommu: Refactor DMA domain strictness
 2021-07-30 10:20 UTC  (60+ 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

[powerpc][next-20210727] Boot failure - kernel BUG at arch/powerpc/kernel/interrupt.c:98!
 2021-07-30  5:17 UTC  (7+ messages)

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-30  4:10 UTC  (25+ 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] iommu/amd: Use report_iommu_fault()
 2021-07-30  2:32 UTC  (3+ messages)

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

[GIT PULL] dma-mapping fix for Linux 5.14
 2021-07-29 10:17 UTC  (5+ 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

add support for the global coherent pool to the dma core
 2021-07-28 15:20 UTC  (2+ messages)

[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
 2021-07-29  6:19 UTC  (3+ messages)

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

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

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-28  8:13 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).