iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 19:05:10 to 2020-11-24 13:33:27 UTC [more...]

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

[PATCH v10 0/4] iommu: Add support to change default domain of an iommu group
 2020-11-24 13:06 UTC  (5+ 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] [PATCH] Adding offset keeping option when mapping data via SWIOTLB
 2020-11-24 11:49 UTC  (2+ messages)

[PATCHv8 0/8] System Cache support for GPU and required SMMU support
 2020-11-24 11:10 UTC  (15+ 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] iommu: Improve the performance for direct_mapping
 2020-11-24 11:05 UTC  (4+ messages)

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

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

[PATCH v6 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-11-24  8:20 UTC  (8+ 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] PCI: Mark AMD Raven iGPU ATS as broken
 2020-11-24  7:28 UTC  (7+ messages)
        ` [EXTERNAL] "

[PATCHv9 0/8] System Cache support for GPU and required SMMU support
 2020-11-23 17:06 UTC  (9+ 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] 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  (9+ 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 RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-20 16:26 UTC  (7+ 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

[Patch V8 0/3] iommu: Add support to change default domain of an iommu group
 2020-11-20 13:09 UTC  (16+ messages)
` [Patch V8 1/3] "
` [Patch V8 3/3] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH v7 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-20 11:39 UTC  (9+ messages)
` [PATCH v7 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()
` [PATCH v7 2/7] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
` [PATCH v7 3/7] of/address: Introduce of_dma_get_max_cpu_address()
` [PATCH v7 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()
` [PATCH v7 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
` [PATCH v7 6/7] arm64: mm: Set ZONE_DMA size based on early IORT scan
` [PATCH v7 7/7] mm: Remove examples from enum zone_type comment

[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  (4+ messages)

[PATCH v6 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-19 18:18 UTC  (13+ messages)
` [PATCH v6 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-19 17:02 UTC  (19+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 04/15] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v13 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v13 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v13 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v13 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v13 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v13 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v13 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v13 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2020-11-19 12:11 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ACPICA: IORT: Update for revision E
` [RFC PATCH v2 2/8] ACPI/IORT: Add support for RMR node parsing
` [RFC PATCH v2 3/8] iommu/dma: Introduce generic helper to retrieve RMR info
` [RFC PATCH v2 4/8] ACPI/IORT: Add RMR memory regions reservation helper
` [RFC PATCH v2 5/8] iommu/arm-smmu-v3: Introduce strtab init helper
` [RFC PATCH v2 6/8] iommu/arm-smmu-v3: Add bypass flag to arm_smmu_write_strtab_ent()
` [RFC PATCH v2 7/8] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [RFC PATCH v2 8/8] iommu/arm-smmu-v3: Reserve any RMR regions associated with a dev

[RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-11-19 12:07 UTC  (5+ messages)
` [RFC PATCH 2/4] ACPI/IORT: Add support for RMR node parsing
  ` [Devel] "
    ` [Devel] "

[PATCH] iommu/amd: Enforce 4k mapping for certain IOMMU data structures
 2020-11-19 11:07 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix compile error with CONFIG_PCI_ATS not set
 2020-11-19 10:37 UTC  (2+ messages)

[PATCH v5] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-19  7:54 UTC  (3+ messages)

[PATCH v2 0/6] MediaTek IOMMU improve tlb flush performance in map/unmap
 2020-11-19  6:18 UTC  (7+ 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 5/6] iommu/mediatek: Enable granule_ignore for unmap
` [PATCH v2 6/6] iommu/mediatek: Convert tlb_flush_walk to gather_add_page

[PATCH v2] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot system
 2020-11-18 14:19 UTC  (4+ messages)

[PATCH v5 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-11-17 23:24 UTC  (2+ messages)

[PATCH] iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
 2020-11-17 23:24 UTC  (2+ messages)

[PATCH] iommu: Modify the description of iommu_sva_unbind_device
 2020-11-17 23:24 UTC  (2+ messages)

[PATCH v3 00/14] iommu/amd: Add Generic IO Page Table Framework Support
 2020-11-17 22:43 UTC  (5+ messages)

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-17 22:41 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: First batch of updates for 5.11
 2020-11-17 22:24 UTC  (2+ messages)

IOMMU Maintainership
 2020-11-17 22:22 UTC  (2+ messages)

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-17 20:31 UTC  (13+ messages)

remove dma_virt_ops v2
 2020-11-17 19:41 UTC  (7+ 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).