iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 18:09:49 to 2020-11-10 19:33:21 UTC [more...]

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-11-10 19:33 UTC  (16+ messages)

[PATCH v6 1/3] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-11-10 18:51 UTC  (7+ 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 v6 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-10 18:17 UTC  (5+ messages)
` [PATCH v6 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()

[PATCH v2] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot system
 2020-11-10 15:53 UTC  (2+ messages)

[PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
 2020-11-10 16:26 UTC  (5+ messages)
  ` [PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers

[GIT PULL] iommu/arm-smmu: First batch of updates for 5.11
 2020-11-10 13:56 UTC 

[PATCH v19 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings
 2020-11-10 13:46 UTC  (6+ messages)
` [PATCH v19 1/4] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v19 2/4] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v19 3/4] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v19 4/4] arm: dts: qcom: sm845: Set the compatible string for the "

[PATCHv7 0/7] System Cache support for GPU and required SMMU support
 2020-11-10 12:18 UTC  (10+ messages)
` [PATCHv7 1/7] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv7 2/7] iommu/arm-smmu: Add domain attribute for "
` [PATCHv7 6/7] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv7 7/7] iommu: arm-smmu-impl: Add a space before open parenthesis

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-11-10  9:57 UTC  (9+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

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

[PATCH v3 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-10  8:38 UTC  (4+ messages)
` [PATCH v3 1/2] dma-mapping: add benchmark support for streaming DMA APIs

[PATCH AUTOSEL 4.4 08/10] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.9 10/12] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.14 11/14] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.19 14/21] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:55 UTC 

[PATCH AUTOSEL 5.4 29/42] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:54 UTC 

[PATCH AUTOSEL 5.9 37/55] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:53 UTC 

[RFC PATCH v1 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2020-11-09 23:15 UTC  (6+ messages)
` [RFC PATCH v1 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [RFC PATCH v1 2/3] drm/msm: Add an adreno-smmu-priv callback to get pagefault info
` [RFC PATCH v1 3/3] drm/msm: Improve the a6xx page fault handler

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-09 16:50 UTC  (36+ 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

[RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-11-09 12:29 UTC  (15+ messages)
` [RFC PATCH 2/4] ACPI/IORT: Add support for RMR node parsing
  ` [Devel] "
    ` [Devel] "
` [RFC PATCH 3/4] ACPI/IORT: Add RMR memory regions reservation helper

[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] "

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

[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 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  (5+ messages)
` [PATCH v18 2/4] iommu/arm-smmu: Add a way for implementations to influence SCTLR

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

remove dma_virt_ops
 2020-11-04 18:10 UTC  (9+ messages)
` [PATCH 2/5] RDMA/core: remove use of dma_virt_ops
    `  "


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