iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 17:32:10 to 2020-11-09 14:02:30 UTC [more...]

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-09 14:02 UTC  (33+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

[PATCH] dma-pool: no need to check return value of debugfs_create functions
 2020-11-09 11:43 UTC  (2+ messages)

[PATCH v5 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-11-09 11:12 UTC  (6+ messages)
` [PATCH v5 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[PATCH] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot
 2020-11-09  9:12 UTC  (3+ messages)

amdgpu error whenever IOMMU is enabled
 2020-11-09  5:33 UTC  (16+ messages)
  ` [EXTERNAL] "

[PATCHv7 0/7] System Cache support for GPU and required SMMU support
 2020-11-09  5:15 UTC  (2+ messages)

Intel VT-d IOMMU group regression in v5.9
 2020-11-07 22:01 UTC  (2+ messages)

[PATCH v7 0/3] iommu/tegra-smmu: Add PCI support
 2020-11-07  8:38 UTC  (2+ messages)

[PATCH v4 0/2] iommu/tegra-smmu: Two followup changes
 2020-11-07  8:35 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.10-rc2
 2020-11-06 21:13 UTC  (2+ messages)

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

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-06 18:24 UTC  (11+ messages)

remove dma_virt_ops v2
 2020-11-06 18:19 UTC  (11+ messages)
` [PATCH 01/10] RMDA/sw: don't allow drivers using dma_virt_ops on highmem configs
` [PATCH 02/10] RDMA/umem: use ib_dma_max_seg_size instead of dma_get_max_seg_size
` [PATCH 03/10] RDMA: lift ibdev_to_node from rds to common code
` [PATCH 04/10] nvme-rdma: use ibdev_to_node instead of dereferencing ->dma_device
` [PATCH 05/10] rds: stop using dmapool
` [PATCH 06/10] RDMA/core: remove ib_dma_{alloc,free}_coherent
` [PATCH 07/10] RDMA/core: remove use of dma_virt_ops
` [PATCH 08/10] PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
` [PATCH 09/10] PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
` [PATCH 10/10] dma-mapping: remove dma_virt_ops

[RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-11-06 17:09 UTC  (12+ messages)
` [RFC PATCH 3/4] ACPI/IORT: Add RMR memory regions reservation helper

[PATCH v2 0/5] drm/msm: support for host-cached BOs
 2020-11-06 16:34 UTC  (2+ messages)
` [PATCH v2 2/5] dma-direct: add dma_direct_bypass() to force direct ops

[PATCH RESEND v10 0/4] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-11-06 15:50 UTC  (5+ messages)
` [PATCH RESEND v10 1/4] iommu/ioasid: Add ioasid references
` [PATCH RESEND v10 2/4] iommu/sva: Add PASID helpers
` [PATCH RESEND v10 3/4] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH RESEND v10 4/4] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-11-06 15:25 UTC  (15+ messages)

[PATCH v2 0/4] iommu/iova: Solve longterm IOVA issue
 2020-11-06 14:53 UTC  (7+ messages)
` [PATCH v2 3/4] iommu/iova: Flush CPU rcache for when a depot fills

remove dma_virt_ops v2
 2020-11-06 14:18 UTC  (26+ messages)
` [PATCH 1/6] RMDA/sw: don't allow drivers using dma_virt_ops on highmem configs
` [PATCH 2/6] RDMA/core: remove ib_dma_{alloc,free}_coherent
` [PATCH 3/6] RDMA/core: remove use of dma_virt_ops
` [PATCH 4/6] PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
` [PATCH 5/6] PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
` [PATCH 6/6] dma-mapping: remove dma_virt_ops

Question regarding VIOT proposal
 2020-11-06 13:57 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] iommu/arm-smmu: Use new devm_krealloc()
 2020-11-06 13:04 UTC  (2+ messages)

[PATCH v18 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings
 2020-11-06 12:34 UTC  (6+ messages)
` [PATCH v18 2/4] iommu/arm-smmu: Add a way for implementations to influence SCTLR

[PATCH v6 1/3] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-11-06  4:27 UTC  (3+ messages)
` [PATCH v6 2/3] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
` [PATCH v6 3/3] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v5 1/2] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
 2020-11-06  2:57 UTC  (6+ messages)
` [PATCH v5 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v5 0/3] MT8192 SMI support
 2020-11-05 19:04 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: memory: mediatek: Convert SMI to DT schema
` [PATCH v5 2/3] dt-bindings: memory: mediatek: Add mt8192 support
` [PATCH v5 3/3] memory: mtk-smi: "

[PATCH v2 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-11-05 16:58 UTC 

[PATCH v2] iommu/amd: Enforce 4k mapping for certain IOMMU data structures
 2020-11-05 14:58 UTC 

[PATCH 1/1] arm64: dts: marvell: keep SMMU disabled by default for Armada 7040 and 8040
 2020-11-05 11:26 UTC 

[PATCH] iommu/vt-d: remove redundant variable no_platform_optin
 2020-11-05  2:19 UTC  (3+ messages)

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-11-04 20:56 UTC  (11+ messages)

(proposal) RE: [PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-11-04 19:29 UTC  (13+ messages)

remove dma_virt_ops
 2020-11-04 18:10 UTC  (16+ messages)
` [PATCH 1/5] RDMA/core: remove ib_dma_{alloc,free}_coherent
` [PATCH 2/5] RDMA/core: remove use of dma_virt_ops
    `  "
` [PATCH 3/5] PCI/p2p: remove the DMA_VIRT_OPS hacks
` [PATCH 4/5] PCI/p2p: cleanup up __pci_p2pdma_map_sg a bit
` [PATCH 5/5] dma-mapping: remove dma_virt_ops

[PATCH for-5.10] swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
 2020-11-04 14:04 UTC  (3+ messages)

use of dma_direct_set_offset in (allwinner) drivers
 2020-11-04 12:43 UTC  (5+ messages)

Some questions about arm_lpae_install_table
 2020-11-04 11:15 UTC  (5+ messages)

[PATCH 1/1] iommu: Fix deferred domain attachment in iommu_probe_device()
 2020-11-04  1:01 UTC  (3+ messages)

[PATCH v5 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-03 18:51 UTC  (4+ messages)

can we switch bmips to the generic dma ranges code
 2020-11-03 18:28 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).