iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 05:30:06 to 2020-11-26 00:37:45 UTC [more...]

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-11-26  0:37 UTC  (5+ messages)
` [PATCH v10 12/13] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2020-11-25 22:19 UTC 

[PATCH v2 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2020-11-25 21:30 UTC  (2+ messages)

[PATCH] iommu/io-pgtable: Remove tlb_flush_leaf
 2020-11-25 21:10 UTC  (3+ messages)

Question about domain_init (v5.3-v5.7)
 2020-11-25 20:27 UTC 

[PATCH] dma-mapping: Fix sizeof() mismatch on tsk allocation
 2020-11-25 18:49 UTC  (4+ messages)

[PATCH] dma-mapping: fix an uninitialized pointer read due to typo in argp assignment
 2020-11-25 18:29 UTC  (3+ messages)

[PATCH] iommu: arm-smmu-impl: add NXP hook to preserve bootmappings
 2020-11-25 18:10 UTC  (2+ messages)

[PATCH] PCI: Mark AMD Raven iGPU ATS as broken
 2020-11-25 16:07 UTC  (12+ messages)
        ` [EXTERNAL] "

[PATCH v2 0/6] MediaTek IOMMU improve tlb flush performance in map/unmap
 2020-11-25 16:38 UTC  (12+ messages)
` [PATCH v2 1/6] iommu: Move iotlb_sync_map out from __iommu_map
` [PATCH v2 2/6] iommu: Add iova and size as parameters in iommu_iotlb_map
` [PATCH v2 3/6] iommu/mediatek: Add iotlb_sync_map to sync whole the iova range
` [PATCH v2 4/6] iommu: Add granule_ignore when tlb gather
` [PATCH v2 6/6] iommu/mediatek: Convert tlb_flush_walk to gather_add_page

[PATCH 1/1] x86/tboot: Don't disable swiotlb when iommu is forced on
 2020-11-25 16:25 UTC  (5+ messages)

[PATCHv10 0/9] System Cache support for GPU and required SMMU support
 2020-11-25 14:05 UTC  (12+ messages)
` [PATCHv10 1/9] iommu/io-pgtable: Add a domain attribute for pagetable configuration
` [PATCHv10 2/9] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv10 3/9] iommu/arm-smmu: Add support for pagetable config domain attribute
` [PATCHv10 4/9] iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attr
` [PATCHv10 5/9] drm/msm: rearrange the gpu_rmw() function
` [PATCHv10 6/9] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv10 7/9] drm/msm/a6xx: Add support for using system cache on MMU500 based targets
` [PATCHv10 8/9] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv10 9/9] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH RESEND v2 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-25 14:05 UTC  (8+ messages)
` [PATCH RESEND v2 1/5] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH RESEND v2 2/5] iommu/tegra-smmu: Expand mutex protection range
` [PATCH RESEND v2 3/5] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH RESEND v2 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH RESEND v2 5/5] iommu/tegra-smmu: Add PCI support

[PATCH v6 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-11-25 14:05 UTC  (9+ messages)
` [PATCH v6 1/7] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH v6 2/7] iommu: Add iommu_dma_free_cpu_cached_iovas()
` [PATCH v6 3/7] iommu: Allow the dma-iommu api to use bounce buffers
` [PATCH v6 4/7] iommu: Add quirk for Intel graphic devices in map_sg
` [PATCH v6 5/7] iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
` [PATCH v6 6/7] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH v6 7/7] iommu/vt-d: Cleanup after converting to dma-iommu ops

[PATCH v10 0/4] iommu: Add support to change default domain of an iommu group
 2020-11-25 14:05 UTC  (6+ messages)
` [PATCH v10 1/4] iommu: Move def_domain type check for untrusted device into core
` [PATCH v10 2/4] iommu: Add support to change default domain of an iommu group
` [PATCH v10 3/4] iommu: Take lock before reading iommu group default domain type
` [PATCH v10 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH v4 00/24] MT8192 IOMMU support
 2020-11-25 12:23 UTC  (2+ messages)

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-25 11:35 UTC  (6+ messages)

[PATCH] iommu: Improve the performance for direct_mapping
 2020-11-25 11:13 UTC  (6+ messages)

[PATCH RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-25 10:08 UTC  (12+ messages)
` [PATCH RESEND 3/5] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH RESEND 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH RESEND 5/5] iommu/tegra-smmu: Add PCI support

[PATCHv9 0/8] System Cache support for GPU and required SMMU support
 2020-11-25  6:58 UTC  (13+ messages)
` [PATCHv9 1/8] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv9 2/8] iommu/arm-smmu: Add domain attribute for pagetable configuration
` [PATCHv9 3/8] iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attr
` [PATCHv9 4/8] drm/msm: rearrange the gpu_rmw() function
` [PATCHv9 5/8] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv9 6/8] drm/msm/a6xx: Add support for using system cache on MMU500 based targets
` [PATCHv9 7/8] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv9 8/8] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH v6] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-24 23:46 UTC  (12+ messages)

[PATCHv8 0/8] System Cache support for GPU and required SMMU support
 2020-11-24 22:08 UTC  (18+ messages)
` [PATCHv8 1/8] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv8 2/8] iommu/arm-smmu: Add domain attribute for pagetable configuration
` [PATCHv8 3/8] iommu/arm-smmu: Move non-strict mode to use domain_attr_io_pgtbl_cfg

[PATCH] [PATCH] Adding offset keeping option when mapping data via SWIOTLB
 2020-11-24 21:46 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-11-24 21:31 UTC  (6+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 08/13] vfio/pci: Add framework for custom interrupt indices

[PATCH v2 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2020-11-24 19:16 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [PATCH v2 2/3] drm/msm: Add an adreno-smmu-priv callback to get pagefault info
` [PATCH v2 3/3] drm/msm: Improve the a6xx page fault handler

[PATCH 1/6] dma-mapping: remove the {alloc,free}_noncoherent methods
 2020-11-24 17:25 UTC  (8+ messages)
` [PATCH 2/6] dma-direct: use __GFP_ZERO in dma_direct_alloc_pages
` [PATCH 3/6] dma-iommu: remove __iommu_dma_mmap
` [PATCH 4/6] WIP: add a dma_alloc_contiguous API
` [PATCH 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
` [PATCH 6/6] TEST-ONLY: media: uvcvideo: Add statistics for measuring performance

[PATCH v3 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-11-24 17:07 UTC 

[PATCH v4 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-24 13:45 UTC  (2+ messages)

[PATCH 8/8] WIP: add a dma_alloc_contiguous API
 2020-11-24 13:33 UTC  (5+ messages)
` [PATCH] WIP! media: uvcvideo: Use dma_alloc_noncontiguos API

[PATCH] iommu: Check return of __iommu_attach_device()
 2020-11-23 15:47 UTC  (5+ messages)

[RESEND][PATCH 1/2] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
 2020-11-23 15:46 UTC  (2+ messages)
` [PATCH "

[PATCH RESEND v10 0/4] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-11-23 15:46 UTC  (2+ messages)

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-23 15:31 UTC  (2+ messages)

[PATCH v2] iommu/amd: Enforce 4k mapping for certain IOMMU data structures
 2020-11-23 14:56 UTC  (4+ messages)

Regression due to commit 1161db6776bd1c35257e1e362e91bcb1b3fe4347 (media: usb: pwc: Don't use coherent DMA buffers for ISO transfer)
 2020-11-23 13:33 UTC  (2+ messages)

[PATCH v9 0/4] iommu: Add support to change default domain of
 2020-11-23 14:03 UTC  (10+ messages)
` [PATCH v9 1/4] iommu: Move def_domain type check for untrusted device into core
` [PATCH v9 2/4] iommu: Add support to change default domain of an iommu group
` [PATCH v9 3/4] iommu: Take lock before reading iommu group default domain type
` [PATCH v9 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH v6 1/3] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-11-23 13:06 UTC  (6+ messages)
` [PATCH v6 3/3] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v5 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-11-23 11:56 UTC  (14+ messages)
` [PATCH v5 1/7] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH v5 2/7] iommu: Add iommu_dma_free_cpu_cached_iovas()
` [PATCH v5 3/7] iommu: Allow the dma-iommu api to use bounce buffers
` [PATCH v5 4/7] iommu: Add quirk for Intel graphic devices in map_sg
` [PATCH v5 5/7] iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
` [PATCH v5 6/7] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH v5 7/7] iommu/vt-d: Cleanup after converting to dma-iommu ops

[EXTERNAL] Re: amdgpu error whenever IOMMU is enabled
 2020-11-23  6:41 UTC  (13+ messages)

[GIT PULL] IOMMU fixes for -rc5
 2020-11-20 18:40 UTC  (2+ messages)

[Patch V8 0/3] iommu: Add support to change default domain of an iommu group
 2020-11-20 13:09 UTC  (9+ messages)
` [Patch V8 1/3] "

[PATCH v7 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-20 11:39 UTC  (2+ messages)

[PATCH v4 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-11-20 10:20 UTC  (11+ messages)

[PATCH] Revert "firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module"
 2020-11-20  5:29 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).