iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 15:37:25 to 2022-04-18 00:52:38 UTC [more...]

[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-04-18  0:49 UTC 

[PATCH 03/25] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-04-17 22:44 UTC  (3+ messages)

[PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
 2022-04-17 14:56 UTC  (5+ messages)

[Patch v1] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-04-17  9:04 UTC 

[GIT PULL] dma-mapping fixes for Linux 5.18
 2022-04-16 20:42 UTC  (2+ messages)

[PATCH 0/3] iommu/vt-d: Some fine tuning of SVA
 2022-04-16 12:30 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Set PGSNP bit in pasid table entry for sva binding
` [PATCH 2/3] iommu/vt-d: Drop stop marker messages
` [PATCH 3/3] iommu/vt-d: Size Page Request Queue to avoid overflow condition

[PATCH v2 0/2] iommu/vt-d: Minor cleanups
 2022-04-16 12:04 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/vt-d: Change return type of dmar_insert_one_dev_info()
` [PATCH v2 2/2] iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller

[PATCH] iommu/arm-smmu-v3: Align size in __arm_smmu_tlb_inv_range
 2022-04-16  2:03 UTC  (6+ messages)

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-04-16  1:43 UTC  (29+ messages)
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit

[PATCH 00/13] iommu: Retire bus_set_iommu()
 2022-04-16  0:04 UTC  (17+ messages)
  ` [PATCH 01/13] iommu: Always register bus notifiers
  ` [PATCH 02/13] iommu: Move bus setup to IOMMU device registration
  ` [PATCH 03/13] iommu/amd: Clean up bus_set_iommu()
  ` [PATCH 04/13] iommu/arm-smmu: "
  ` [PATCH 05/13] iommu/arm-smmu-v3: "
  ` [PATCH 06/13] iommu/dart: "
  ` [PATCH 07/13] iommu/exynos: "
  ` [PATCH 08/13] iommu/ipmmu-vmsa: "
  ` [PATCH 09/13] iommu/mtk: "
  ` [PATCH 10/13] iommu/omap: "
  ` [PATCH 11/13] iommu/tegra-smmu: "
  ` [PATCH 12/13] iommu/virtio: "
  ` [PATCH 13/13] iommu: "

[PATCH v5 1/2] PCI: ACPI: Support Microsoft's "DmaProperty"
 2022-04-15 22:15 UTC  (4+ messages)

"dma-mapping: remove CONFIG_DMA_REMAP" causes AMD SME boot fail
 2022-04-15 17:58 UTC  (3+ messages)
    ` "dma-mapping: remove CONFIG_DMA_REMAP" causes AMD SME boot fail #forregzbot

[PATCH] crypto: qat - stop using iommu_present()
 2022-04-15  8:39 UTC  (3+ messages)

[PATCH 5.4 238/475] dma-debug: fix return value of __setup handlers
 2022-04-14 13:10 UTC 

[PATCH 4.19 165/338] dma-debug: fix return value of __setup handlers
 2022-04-14 13:11 UTC 

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-14 13:20 UTC  (11+ messages)
` [PATCH v7 2/7] hwtracing: Add trace function "
` [PATCH v7 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver

[PATCH v2] habanalabs: Stop using iommu_present()
 2022-04-14 12:49 UTC  (2+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-04-14 10:56 UTC  (5+ messages)

[RESEND][PATCH] iommu: fix an incorrect NULL check on list iterator
 2022-04-14  5:08 UTC 

[PATCH RFC v3 00/12] iommu: SVA and IOPF refactoring
 2022-04-14  3:44 UTC  (32+ messages)
` [PATCH RFC v3 01/12] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH RFC v3 02/12] iommu: Add a flag to indicate immutable singleton group
` [PATCH RFC v3 03/12] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH RFC v3 04/12] iommu/sva: Basic data structures for SVA
` [PATCH RFC v3 05/12] iommu/vt-d: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH RFC v3 06/12] iommu/vt-d: Add SVA domain support
` [PATCH RFC v3 07/12] arm-smmu-v3/sva: "
` [PATCH RFC v3 08/12] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces
` [PATCH RFC v3 09/12] iommu: Remove SVA related callbacks from iommu ops
` [PATCH RFC v3 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH RFC v3 11/12] iommu: Per-domain I/O page fault handling
` [PATCH RFC v3 12/12] iommu: Rename iommu-sva-lib.{c,h}

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-04-13 22:34 UTC  (2+ messages)

[PATCH] dma-direct: avoid redundant memory sync for swiotlb
 2022-04-13 16:44 UTC  (9+ messages)

[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-13 11:37 UTC  (30+ messages)
` [PATCH v2 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH v2 4/4] vfio: Require that devices support DMA cache coherence

cleanup swiotlb initialization v8
 2022-04-13  6:20 UTC  (5+ messages)
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction

[PATCH v2 0/7] SDX65 devicetree updates
 2022-04-13  3:27 UTC  (12+ messages)
` [PATCH v2 1/7] ARM: dts: qcom: sdx65: Add reserved memory nodes
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 3/7] ARM: dts: qcom: sdx65: Add support for SDHCI controller
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH v2 5/7] ARM: dts: qcom: sdx65: Enable ARM SMMU
` [PATCH v2 6/7] ARM: dts: qcom: sdx65: Add support for TCSR Mutex
` [PATCH v2 7/7] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH] MAINTAINERS: merge DART into ARM/APPLE MACHINE
 2022-04-12 17:33 UTC  (3+ messages)

[RESEND PATCH v1 00/37] iommu/amd: Add multiple PCI segments support
 2022-04-12 14:57 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Change return type of dmar_insert_one_dev_info()
 2022-04-12  5:13 UTC  (3+ messages)

[RFC] iommu/virtio: Add map/unmap_pages() callbacks implementation
 2022-04-12  0:03 UTC 

[PATCH v2] drm: tegra: Include DMA API header where used
 2022-04-11 19:49 UTC 

[PATCH] drm/arm/malidp: Stop using iommu_present()
 2022-04-11 17:34 UTC  (3+ messages)

[PATCH v3 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-11 15:16 UTC  (5+ messages)
` [PATCH v3 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v3 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH v3 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
` [PATCH v3 4/4] vfio: Require that devices support DMA cache coherence

[PATCH] habanalabs: Stop using iommu_present()
 2022-04-11 10:43 UTC  (3+ messages)

[PATCH 0/7] SDX65 devicetree updates
 2022-04-11  7:33 UTC  (13+ messages)
` [PATCH 1/7] ARM: dts: qcom: sdx65: Add reserved memory nodes
` [PATCH 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH 3/7] ARM: dts: qcom: sdx65: Add support for SDHCI controller
` [PATCH 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH 5/7] ARM: dts: qcom: sdx65: Enable ARM SMMU
` [PATCH 6/7] ARM: dts: qcom: sdx65: Add support for TCSR Mutex
` [PATCH 7/7] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH 0/1] iommu/vt-d: Fixes for v5.18-rc3
 2022-04-10  1:35 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Calculate mask for non-aligned flushes

[PATCH v2 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
 2022-04-09 12:51 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

[PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-04-08 20:24 UTC  (11+ messages)

[PATCH] drm/tegra: Stop using iommu_present()
 2022-04-08 17:53 UTC  (5+ messages)

[PATCH] RDMA/usnic: Refactor usnic_uiom_alloc_pd()
 2022-04-08 17:23 UTC  (2+ messages)

[PATCH] RDMA/usnic: Stop using iommu_present()
 2022-04-08 17:22 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.18-rc1
 2022-04-08 16:49 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).