iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 17:34:44 to 2022-04-21 05:24:40 UTC [more...]

[PATCH v4 00/12] iommu: SVA and IOPF refactoring
 2022-04-21  5:21 UTC  (9+ messages)
` [PATCH v4 01/12] dmaengine: idxd: Separate user and kernel pasid enabling
` [PATCH v4 02/12] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH v4 03/12] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH v4 04/12] iommu/sva: Basic data structures for SVA
` [PATCH v4 05/12] iommu/vt-d: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v4 06/12] iommu/vt-d: Add SVA domain support
` [PATCH v4 07/12] arm-smmu-v3/sva: "
` [PATCH v4 08/12] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces

[PATCH v10 0/9] ACPI/IORT: Support for IORT RMR node
 2022-04-20 16:48 UTC  (10+ messages)
` [PATCH v10 1/9] iommu: Introduce a union to struct iommu_resv_region
` [PATCH v10 2/9] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void
` [PATCH v10 3/9] ACPI/IORT: Provide a generic helper to retrieve reserve regions
` [PATCH v10 4/9] ACPI/IORT: Add support to retrieve IORT RMR reserved regions
` [PATCH v10 5/9] ACPI/IORT: Add a helper to retrieve RMR info directly
` [PATCH v10 6/9] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v10 7/9] iommu/arm-smmu-v3: Refactor arm_smmu_init_bypass_stes() to force bypass
` [PATCH v10 8/9] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [PATCH v10 9/9] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-04-20 16:45 UTC  (33+ 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-20 16:05 UTC  (24+ 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] iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()
 2022-04-20 12:31 UTC  (6+ messages)

[PATCH] iommu/amd: Set translation valid bit only when IO page tables are in used
 2022-04-20 11:29 UTC 

[PATCH 03/25] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-04-20  8:55 UTC  (7+ messages)

[Patch v1] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-04-20  5:32 UTC  (4+ messages)

[PATCH] iommu/omap: using pm_runtime_resume_and_get to simplify the code
 2022-04-20  3:07 UTC 

[PATCH] iommu/arm-smmu-v3: Align size in __arm_smmu_tlb_inv_range
 2022-04-19 20:15 UTC  (9+ messages)

[PATCH v9 00/11] ACPI/IORT: Support for IORT RMR node
 2022-04-19 14:50 UTC  (8+ messages)
` [PATCH v9 06/11] ACPI/IORT: Add support to retrieve IORT RMR reserved regions

[PATCH v6 00/34] MT8195 IOMMU SUPPORT
 2022-04-19  9:00 UTC  (2+ messages)

[PATCH v2 0/2] iommu/vt-d: Minor cleanups
 2022-04-19  5:44 UTC  (5+ 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] iommufd: unlock ictx->vfio_compat before return
 2022-04-17  2:48 UTC 

[PATCH 0/3] iommu/vt-d: Some fine tuning of SVA
 2022-04-18 11:44 UTC  (10+ 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 RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
 2022-04-18 10:47 UTC  (6+ messages)

[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-04-18  0:50 UTC  (12+ messages)
` [RESEND PATCH v8 01/11] iommu: Add DMA ownership management interfaces
` [RESEND PATCH v8 02/11] driver core: Add dma_cleanup callback in bus_type
` [RESEND PATCH v8 03/11] amba: Stop sharing platform_dma_configure()
` [RESEND PATCH v8 04/11] bus: platform, amba, fsl-mc, PCI: Add device DMA ownership management
` [RESEND PATCH v8 05/11] PCI: pci_stub: Set driver_managed_dma
` [RESEND PATCH v8 06/11] PCI: portdrv: "
` [RESEND PATCH v8 07/11] vfio: Set DMA ownership for VFIO devices
` [RESEND PATCH v8 08/11] vfio: Remove use of vfio_group_viable()
` [RESEND PATCH v8 09/11] vfio: Delete the unbound_list
` [RESEND PATCH v8 10/11] vfio: Remove iommu group notifier
` [RESEND PATCH v8 11/11] iommu: Remove iommu group changes notifier

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

[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  (2+ 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  (23+ messages)
` [PATCH RFC v3 02/12] iommu: Add a flag to indicate immutable singleton group
` [PATCH RFC v3 04/12] iommu/sva: Basic data structures for SVA
` [PATCH RFC v3 08/12] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces

[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  (22+ messages)
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE

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  (8+ messages)
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [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)


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