Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-04-15 19:07:18 to 2022-04-23 10:27:21 UTC [more...]

fully convert arm to use dma-direct
 2022-04-23 10:27 UTC  (20+ messages)
` [PATCH 1/7] ARM: sa1100/assabet: move dmabounce hack to ohci driver
` [PATCH 2/7] ARM: remove dmabounce
` [PATCH 3/7] ARM: mark various dma-mapping routines static in dma-mapping.c
` [PATCH 4/7] ARM: remove the unused virt_to_dma helper
` [PATCH 5/7] ARM: use dma_to_phys/phys_to_dma in the dma-mapping code
` [PATCH 6/7] ARM: use the common dma_to_phys/phys_to_dma implementation where possible
` [PATCH 7/7] ARM: use dma-direct unconditionally

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

[PATCH 00/13] iommu: Retire bus_set_iommu()
 2022-04-23  9:41 UTC  (23+ messages)
` [PATCH 02/13] iommu: Move bus setup to IOMMU device registration
` [PATCH 04/13] iommu/arm-smmu: Clean up bus_set_iommu()
` [PATCH 05/13] iommu/arm-smmu-v3: "
` [PATCH 12/13] iommu/virtio: "

[PATCH 0/1] iommu/vt-d: Fixes for v5.18-rc4
 2022-04-23  8:23 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Drop stop marker messages

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

[PATCH] iommu/mediatek: fix NULL pointer dereference when printing dev_name
 2022-04-23  6:49 UTC  (2+ messages)

[PATCH] Documentation: x86: rework IOMMU documentation
 2022-04-22 21:26 UTC  (2+ messages)

[PATCH v4] Documentation: x86: rework IOMMU documentation
 2022-04-22 20:05 UTC  (4+ messages)

[PATCH v5] Documentation: x86: rework IOMMU documentation
 2022-04-22 19:26 UTC 

[PATCH] dt-bindings: iommu: Drop client node in examples
 2022-04-22 19:21 UTC 

[PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
 2022-04-22 15:50 UTC  (27+ messages)
                          `  "

[PATCH 0/2] dma-mapping, remoteproc: Fix dma_mem leak after rproc_shutdown
 2022-04-22  6:24 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: Add dma_release_coherent_memory to DMA API
` [PATCH 2/2] remoteproc: Fix dma_mem leak after rproc_shutdown

[PATCH] iommu: Use dev_iommu_ops() for probe_finalize
 2022-04-22 12:57 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Fixes for 5.18
 2022-04-22 11:22 UTC 

[Patch v2] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-04-22 10:55 UTC  (4+ messages)

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

[PATCH v10 0/9] ACPI/IORT: Support for IORT RMR node
 2022-04-21 15:45 UTC  (18+ 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 v2 0/2] Fix issues with untrusted devices and AMD IOMMU
 2022-04-21 14:44 UTC  (6+ messages)
` [PATCH v2 1/2] iommu/amd: Enable swiotlb in all cases

[PATCH 0/3] More ARM DMA ops cleanup
 2022-04-21 14:35 UTC  (6+ messages)
` [PATCH 1/3] ARM/dma-mapping: Drop .dma_supported for IOMMU ops
` [PATCH 2/3] ARM/dma-mapping: Consolidate IOMMU ops callbacks
` [PATCH 3/3] ARM/dma-mapping: Merge IOMMU ops

[PATCH v4 00/12] iommu: SVA and IOPF refactoring
 2022-04-21  5:21 UTC  (13+ 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 v4 09/12] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v4 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH v4 11/12] iommu: Per-domain I/O page fault handling
` [PATCH v4 12/12] iommu: Rename iommu-sva-lib.{c,h}

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox