IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 07:19:57 to 2021-05-03 15:57:59 UTC [more...]

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-03 15:57 UTC  (48+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma

[PATCH v5 00/16] Restricted DMA
 2021-05-03 14:26 UTC  (28+ messages)
` [PATCH v5 01/16] swiotlb: Fix the type of index
` [PATCH v5 02/16] swiotlb: Refactor swiotlb init functions
` [PATCH v5 03/16] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v5 04/16] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v5 05/16] swiotlb: Add restricted DMA pool initialization
` [PATCH v5 06/16] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v5 07/16] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v5 08/16] swiotlb: Update is_swiotlb_active "
` [PATCH v5 09/16] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v5 10/16] swiotlb: Move alloc_size to find_slots
` [PATCH v5 11/16] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v5 12/16] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v5 13/16] swiotlb: Add restricted DMA alloc/free support
` [PATCH v5 14/16] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v5 15/16] dt-bindings: of: Add restricted DMA pool
` [PATCH v5 16/16] of: Add plumbing for "

[PATCH 0/4] iommu/amd: Enable page-selective flushes
 2021-05-02  7:00 UTC  (7+ messages)
` [PATCH 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations
` [PATCH 2/4] iommu/amd: Do not sync on page size changes
` [PATCH 2/4] iommu/amd: Selective flush on unmap
` [PATCH 3/4] iommu/amd: Do not sync on page size changes
` [PATCH 3/4] iommu/amd: Selective flush on unmap
` [PATCH 4/4] iommu/amd: Do not use flush-queue when NpCache is on

[git pull] IOMMU Updates for Linux v5.13
 2021-05-01 17:20 UTC  (2+ messages)

[PATCH v2 0/4] Add driver for rk356x
 2021-05-01  1:34 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v2 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v2 3/4] ARM: dts: rockchip: rk322x: Fix iommu-cells properties name
` [PATCH v2 4/4] iommu: rockchip: Add support iommu v2

[PATCH v2] iommu/vt-d: Force to flush iotlb before creating superpage
 2021-04-30 22:50 UTC  (3+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-29 20:04 UTC  (54+ messages)

[PATCH] swiotlb: don't override user specified size in swiotlb_adjust_size
 2021-04-29 18:55 UTC  (3+ messages)

[PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
 2021-04-29 12:43 UTC  (15+ messages)
` [PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
` [PATCH v2 2/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/5] iommu: dma: Use of_iommu_get_resv_regions()
` [PATCH v2 4/5] iommu/tegra-smmu: Add support for reserved regions
` [PATCH v2 5/5] iommu/tegra-smmu: Support managed domains

DMA mapping fill dma_address to 0
 2021-04-28 10:25 UTC  (3+ messages)

dma-api debugfs directory is not created since debugfs is not initialized
 2021-04-27 15:36 UTC  (5+ messages)

[PATCH v2 00/10] arm64: tegra: Prevent early SMMU faults
 2021-04-26 14:10 UTC  (5+ messages)
` [PATCH v2 01/10] memory: tegra: Implement SID override programming

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-26  7:39 UTC  (10+ messages)
` [PATCH v1 2/2] iommu/tegra-smmu: Revert workaround that was needed for Nyan Big Chromebook

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-04-26  1:41 UTC  (2+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-24 11:29 UTC  (8+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-23 18:21 UTC  (2+ messages)

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-04-23 11:38 UTC  (7+ messages)
` [PATCH v2 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v2 2/6] ACPI: Move IOMMU setup code "
` [PATCH v2 3/6] ACPI: Add driver for the VIOT table
` [PATCH v2 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v2 5/6] iommu/dma: Simplify calls "
` [PATCH v2 6/6] iommu/virtio: Enable x86 support

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-04-23  9:51 UTC  (12+ messages)
` [PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
` [PATCH RFC v1 02/11] iommu/virtio: Maintain a list of endpoints served by viommu_dev
` [PATCH RFC v1 03/11] iommu/virtio: Handle incoming page faults
` [PATCH RFC v1 04/11] iommu/virtio: Add a io page fault queue
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 06/11] iommu/pasid-table: Add pasid table ops for shared context management
` [PATCH RFC v1 07/11] iommu/arm-smmu-v3: Move shared context descriptor code to cd-lib
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response
` [PATCH RFC v1 11/11] iommu/virtio: Add support "

cleanup and fix swiotlb sizing
 2021-04-23  5:23 UTC  (9+ messages)
` [PATCH 1/7] swiotlb: pass bytes instead of nslabs to swiotlb_init_with_tbl
` [PATCH 2/7] swiotlb: use swiotlb_size_or_default in swiotlb_init
` [PATCH 3/7] swiotlb: use swiotlb_adjust_size in setup_io_tlb_npages
` [PATCH 4/7] powerpc/pseries: simplify svm_swiotlb_init
` [PATCH 5/7] MIPS/octeon: simplify swiotlb initialization
` [PATCH 6/7] swiotlb: replace default_nslabs with a byte value
` [PATCH 7/7] swiotlb: don't override the command line in swiotlb_adjust_size

[PATCH] iommu/amd: Add amd_iommu=force_enable option
 2021-04-22 19:05 UTC  (2+ messages)

[PATCH 0/3] IOMMU: Add driver for rk356x
 2021-04-22 13:13 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH 2/3] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH 3/3] iommu: rockchip: Add support iommu v2

[PATCH] iommu/amd: Clear DMA ops when switching domain
 2021-04-22  9:42 UTC 

[PATCH v4 00/14] Restricted DMA
 2021-04-22  8:20 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 read-only IMAP folder(s) and NNTP newsgroup(s).