iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-10 15:35:24 to 2018-12-14 16:45:28 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-12-14 16:45 UTC  (35+ messages)

use generic DMA mapping code in powerpc V4
 2018-12-14 16:42 UTC  (6+ messages)
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure

[PATCH] iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching code
 2018-12-14 16:24 UTC  (3+ messages)

[PATCH dma-mapping tree] arm64: default to the direct mapping in get_arch_dma_ops
 2018-12-14 15:02 UTC 

[RFC] avoid indirect calls for DMA direct mappings v2
 2018-12-14 14:32 UTC  (11+ messages)
  ` [PATCH 15/15] dma-mapping: bypass indirect calls for dma-direct

ensure dma_alloc_coherent always returns zeroed memory
 2018-12-14 14:14 UTC  (11+ messages)
` [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
` [PATCH 2/2] dma-mapping: deprecate dma_zalloc_coherent

[PATCH] nios2: use dma_direct_alloc_pages
 2018-12-14 12:10 UTC 

[PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
 2018-12-14 10:08 UTC  (2+ messages)

[PATCH] kernel/dma/direct: Do not include SME mask in the DMA supported check
 2018-12-13 22:51 UTC 

[PATCH] dma-direct: Fix return value of dma_direct_supported
 2018-12-13 19:58 UTC  (5+ messages)

[PATCH v6 0/7] Add virtio-iommu driver
 2018-12-13 14:17 UTC  (15+ messages)
` [PATCH v6 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v6 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v6 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v6 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v6 5/7] iommu: Add virtio-iommu driver
` [PATCH v6 6/7] iommu/virtio: Add probe request
` [PATCH v6 7/7] iommu/virtio: Add event queue

[PATCH v5 0/7] Add virtio-iommu driver
 2018-12-13 14:13 UTC  (18+ messages)
` [PATCH v5 5/7] iommu: "
        `  "
            ` [virtio-dev] "

[GIT PULL] iommu/arm-smmu: Updates for 4.21
 2018-12-13 13:06 UTC  (3+ messages)

[PATCH v2 0/3] PCIe Host request to reserve IOVA
 2018-12-13 10:46 UTC  (5+ messages)
` [PATCH v2 1/3] PCI: Add dma-resv window list
` [PATCH v2 2/3] iommu/dma: IOVA reserve for PCI host reserve address list
` [PATCH v2 3/3] PCI: iproc: Add dma reserve resources to host

[RESEND PATCH v4 1/1] dt-bindings: arm-smmu: Add binding doc for Qcom smmu-500
 2018-12-13 10:45 UTC  (2+ messages)

[PATCH] Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems"
 2018-12-13 10:26 UTC  (2+ messages)

[RFC PATCH 0/3] PCIe Host request to reserve IOVA
 2018-12-13  9:58 UTC  (7+ messages)
` [RFC PATCH 1/3] PCI: Add dma-resv window list
` [RFC PATCH 2/3] iommu/dma: IOVA reserve for PCI host reserve address list
  ` [RFC PATCH 3/3] PCI: iproc: Add dma reserve resources to host

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-12-13  3:50 UTC  (4+ messages)

[PATCH] iommu/io-pgtable-arm-v7s: Don't check PHYS_OFFSET if RAMDOMIZE_BASE is enabled
 2018-12-13  2:24 UTC  (3+ messages)

[PATCH v7 00/24] Tegra GART driver clean up and optimization
 2018-12-12 20:39 UTC  (25+ messages)
` [PATCH v7 01/24] iommu/tegra: gart: Remove pr_fmt and clean up includes
` [PATCH v7 02/24] iommu/tegra: gart: Clean up driver probe errors handling
` [PATCH v7 03/24] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v7 04/24] iommu: Introduce iotlb_sync_map callback
` [PATCH v7 05/24] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v7 06/24] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v7 07/24] ARM: dts: tegra20: Update Memory Controller node to the new binding
` [PATCH v7 08/24] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
` [PATCH v7 09/24] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v7 10/24] memory: tegra: Read client ID on GART page fault
` [PATCH v7 11/24] memory: tegra: Use of_device_get_match_data()
` [PATCH v7 12/24] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v7 13/24] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v7 14/24] memory: tegra: Do not try to probe SMMU on Tegra20
` [PATCH v7 15/24] memory: tegra: Do not ask for IRQ sharing
` [PATCH v7 16/24] memory: tegra: Clean up error messages
` [PATCH v7 17/24] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v7 18/24] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v7 19/24] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v7 20/24] iommu/tegra: gart: Don't use managed resources
` [PATCH v7 21/24] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v7 22/24] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v7 23/24] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v7 24/24] iommu/tegra: gart: Perform code refactoring

[PATCH] dma-debug: fix soft lockup when a lot of debug are enabled
 2018-12-12 18:15 UTC  (3+ messages)

vt-d/iommu: RMRR-declared ACPI device handling in current VT-d Driver
 2018-12-12 17:14 UTC 

[PATCH v4 0/2] Enable smmu support on sdm845
 2018-12-12 14:11 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: arm-smmu: Add binding doc for Qcom smmu-500

[PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization
 2018-12-12 13:52 UTC  (27+ messages)
` [PATCH v6 06/21] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v6 07/21] ARM: dts: tegra20: Update Memory Controller node to the new binding
` [PATCH v6 08/21] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
` [PATCH v6 09/21] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v6 10/21] memory: tegra: Read client ID on GART page fault
` [PATCH v6 11/21] memory: tegra: Use of_device_get_match_data()
` [PATCH v6 12/21] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v6 13/21] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v6 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v6 21/21] iommu/tegra: gart: Perform code refactoring

[PATCH 0/9 v2] Access dev->iommu_fwspec through functions
 2018-12-12 13:40 UTC  (12+ messages)
` [PATCH 1/9] iommu: Introduce wrappers around dev->iommu_fwspec
` [PATCH 3/9] iommu/arm-smmu: Use helper functions to access dev->iommu_fwspec
  ` [PATCH 2/9] ACPI/IORT: "
  ` [PATCH 4/9] iommu/dma: "
` [PATCH 5/9] iommu/ipmmu-vmsa: "
` [PATCH 6/9] iommu/mediatek: "
` [PATCH 7/9] iommu/of: "
` [PATCH 8/9] iommu/qcom: "
` [PATCH 9/9] iommu/tegra: "

[PATCH 0/6 v2] Introduce device_iommu_mapped() function
 2018-12-12 11:07 UTC  (11+ messages)
  ` [PATCH 1/6] driver core: "
  ` [PATCH 3/6] ACPI/IORT: Use device_iommu_mapped()
  ` [PATCH 4/6] powerpc/iommu: "
` [PATCH 2/6] iommu/of: "
` [PATCH 5/6] xhci: "
` [PATCH 6/6] dmaengine: sh: rcar-dmac: "

[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
 2018-12-12 10:03 UTC  (19+ messages)

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-12-12  8:21 UTC  (4+ messages)
` [RFC v2 14/20] iommu: introduce device fault data

[PATCH 0/4 v2] Consolidate iommu_ops->add/remove_device() calls
 2018-12-11 15:05 UTC  (5+ messages)
` [PATCH 1/4] iommu/sysfs: Rename iommu_release_device()
` [PATCH 2/4] iommu: Consolitate ->add/remove_device() calls
` [PATCH 3/4] iommu/of: Don't call iommu_ops->add_device directly
  ` [PATCH 4/4] ACPI/IORT: "

make the non-consistent DMA allocator more userful (resend)
 2018-12-11 13:46 UTC  (8+ messages)
` [PATCH 6/6] sparc: merge 32-bit and 64-bit version of pci.h

[PATCH v3 0/7] dma-debug cleanup and dynamic allocation
 2018-12-11 13:43 UTC  (5+ messages)
` [PATCH v3 5/7] x86/dma/amd-gart: Stop resizing dma_debug_entry pool

[PATCH 0/2] Refactor dummy DMA ops
 2018-12-11 10:15 UTC  (3+ messages)
` [PATCH 2/2] ACPI / scan: Refactor _CCA enforcement

[PATCH v4 00/18] MT8183 IOMMU SUPPORT
 2018-12-11  9:52 UTC  (2+ messages)

[PATCH v6 00/12] iommu/vt-d: Add scalable mode support
 2018-12-11  9:46 UTC  (2+ messages)

[PATCH v4] iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()
 2018-12-11  9:30 UTC  (2+ messages)

[PATCH v2 1/2] swiotlb: add debugfs to track swiotlb buffer usage
 2018-12-10 21:05 UTC  (6+ messages)
` [PATCH v2 2/2] swiotlb: checking whether swiotlb buffer is full with io_tlb_used

[PATCH] dma-mapping: remove a pointless memset in dma_atomic_pool_init
 2018-12-10 19:28 UTC  (2+ messages)

make the non-consistent DMA allocator more userful
 2018-12-10 19:25 UTC  (7+ messages)
` [PATCH 02/10] arm64/iommu: don't remap contiguous allocations for coherent devices
` [PATCH 04/10] arm: implement DMA_ATTR_NON_CONSISTENT

dma_declare_coherent_memory on main memory
 2018-12-10 19:02 UTC  (3+ messages)

[PATCH v3 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2018-12-10 16:31 UTC  (4+ messages)

[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-10 15:35 UTC  (3+ messages)
` [PATCH v6 2/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging


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