iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-03 10:20:16 to 2018-12-06 14:10:22 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-12-06 14:10 UTC  (30+ messages)
` [PATCH 01/34] powerpc: use mm zones more sensibly
` [PATCH 02/34] powerpc: allow NOT_COHERENT_CACHE for amigaone
` [PATCH 03/34] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 04/34] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 05/34] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 06/34] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page,sg} routines
  ` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page, sg} routines

[PATCH 0/9] Access dev->iommu_fwspec through functions
 2018-12-06 13:53 UTC  (14+ messages)
` [PATCH 1/9] iommu: Introduce wrappers around dev->iommu_fwspec
  ` [PATCH 2/9] ACPI/IORT: Use helper functions to access dev->iommu_fwspec
  ` [PATCH 4/9] iommu/dma: "
` [PATCH 3/9] iommu/arm-smmu: "
` [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/5] Introduce device_iommu_maped() function
 2018-12-06 12:55 UTC  (9+ messages)
` [PATCH 1/5] driver core: Introduce device_iommu_mapped() function
` [PATCH 2/5] iommu/of: Use device_iommu_mapped()
  ` [PATCH 3/5] ACPI/IORT: "
` [PATCH 4/5] powerpc/iommu: "
` [PATCH 5/5] xhci: "

[PATCH v4 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-06 10:09 UTC  (25+ messages)
` [PATCH v4 1/3] mm: slab/slub: Add check_slab_flags function to check for valid flags
  ` [PATCH v4 2/3] mm: Add support for kmem caches in DMA32 zone
` [PATCH v4 3/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging

[PATCH 1/1] swiotlb: fix comment on swiotlb_bounce()
 2018-12-06  4:17 UTC 

[PATCH RFC 1/1] swiotlb: add debugfs to track swiotlb buffer usage
 2018-12-06  3:59 UTC 

[PATCH v5 00/12] iommu/vt-d: Add scalable mode support
 2018-12-06  1:19 UTC  (14+ messages)
` [PATCH v5 02/12] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH v5 04/12] iommu/vt-d: Add 256-bit invalidation descriptor support

[PATCH v2 0/8] dma-debug cleanup and dynamic allocation
 2018-12-05 19:56 UTC  (9+ messages)
` [PATCH v2 1/8] dma-debug: Use pr_fmt()
  ` [PATCH v2 2/8] dma-debug: Expose nr_total_entries in debugfs
  ` [PATCH v2 3/8] dma-debug: Refactor dma_debug_entry allocation
` [PATCH v2 4/8] dma-debug: Dynamically expand the dma_debug_entry pool
` [PATCH v2 5/8] dma-debug: Make leak-like behaviour apparent
` [PATCH v2 6/8] x86/dma/amd-gart: Stop resizing dma_debug_entry pool
` [PATCH v2 7/8] dma/debug: Remove dma_debug_resize_entries()
` [PATCH v2 8/8] dma-debug: Batch dma_debug_entry allocation

[PATCH] iommu: fix amd_iommu=force_isolation
 2018-12-05 19:30 UTC  (3+ messages)

[PATCH 0/4] Consolitate iommu_ops->add/remove_device() calls
 2018-12-05 18:49 UTC  (9+ 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: "

[RFC v2] iommu/vt-d: Allow iommu_domain_alloc to allocate IOMMU_DOMAIN_DMA
 2018-12-05 17:19 UTC 

[PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync
 2018-12-05 16:04 UTC  (2+ messages)

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-05 14:41 UTC  (7+ messages)

move the arm arch_dma_alloc implementation to common code
 2018-12-05 13:49 UTC  (11+ messages)
` [PATCH 4/9] dma-mapping: move the arm64 ncoherent alloc/free support "
` [PATCH 5/9] dma-mapping: support highmem in the generic remap allocator
              ` [PATCH] dma-mapping: fix lack of DMA address assignment in "

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-12-05 11:47 UTC  (7+ messages)
` [LKP] [mm] 19717e78a0: stderr.if(target_node==NUMA_NO_NODE){

[PATCH] media: s5p-mfc: Fix memdev DMA configuration
 2018-12-05  9:31 UTC  (3+ messages)

[PATCH v3 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-12-05  9:11 UTC  (5+ messages)
` [PATCH v3 1/4] PCI / ACPI: Identify untrusted PCI devices

remove the ->mapping_error method from dma_map_ops V3
 2018-12-04 22:33 UTC  (5+ messages)
` [PATCH 01/23] dma-mapping: provide a generic DMA_MAPPING_ERROR

[PATCH] of/device: add blacklist for iommu dma_ops
 2018-12-04 22:29 UTC  (8+ messages)

[PATCH v4 9/9] dmapool: debug: prevent endless loop in case of corruption
 2018-12-04 22:05 UTC  (10+ messages)

[PATCH 0/4] dma-debug: implement dynamic entry allocation
 2018-12-04 17:38 UTC  (20+ messages)
` [PATCH 1/4] dma-debug: Use pr_fmt()
` [PATCH 2/4] dma-debug: Refactor dma_debug_entry allocation
` [PATCH 3/4] dma-debug: Dynamically expand the dma_debug_entry pool
` [RFC 4/4] dma-debug: Make leak-like behaviour apparent

[PATCH v3, RFC] iommu/io-pgtable-arm-v7s: Use page_frag to request DMA32 memory
 2018-12-04 16:41 UTC  (3+ messages)

merge swiotlb support into dma_direct_ops
 2018-12-04 16:16 UTC  (6+ messages)
` [PATCH 1/5] swiotlb: remove SWIOTLB_MAP_ERROR
` [PATCH 2/5] swiotlb: remove dma_mark_clean
` [PATCH 3/5] dma-direct: improve addressability error reporting
` [PATCH 4/5] dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
` [PATCH 5/5] dma-direct: merge swiotlb_dma_ops into the dma_direct code

[PATCH] dma-mapping: remove a pointless memset in dma_atomic_pool_init
 2018-12-04 16:06 UTC 

[PATCH] dma-mapping: simplify the dma_sync_single_range_for_{cpu, device} implementation
 2018-12-04 15:45 UTC 

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-12-04 15:21 UTC  (2+ messages)

[PATCH v2] dma-debug: Kconfig for PREALLOC_DMA_DEBUG_ENTRIES
 2018-12-04 13:36 UTC  (2+ messages)

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-12-04  6:50 UTC  (13+ messages)
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device

[PATCH v2 1/9] mm: Introduce new vm_insert_range API
 2018-12-04  6:46 UTC  (5+ messages)

[PATCH v19 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-12-04  6:22 UTC  (6+ messages)
  ` [PATCH v19 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v19 2/5] iommu/arm-smmu: Invoke pm_runtime across the driver
  ` [PATCH v19 3/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v19 5/5] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
` [PATCH v19 4/5] dt-bindings: arm-smmu: Add bindings for qcom,smmu-v2

[PATCH v3 0/5] Add Tegra194 Dual ARM SMMU driver
 2018-12-04  1:36 UTC  (7+ messages)
` [PATCH v3 1/6] iommu/arm-smmu: create library for ARM SMMU
` [PATCH v3 2/6] iommu/arm-smmu: Add support to program multiple ARM SMMU's identically
` [PATCH v3 3/6] iommu/arm-smmu: update arm-smmu.c to use ARM SMMU library
` [PATCH v3 4/6] iommu/tegra194_smmu: Add Tegra194 SMMU driver
` [PATCH v3 5/6] arm64: defconfig: Enable ARM_SMMU_TEGRA
` [PATCH v3 6/6] arm64: tegra: Add SMMU nodes to Tegra194 device tree

[PATCH v18 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-12-03 23:44 UTC  (8+ messages)
` [PATCH v18 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops

[PATCH] dma-debug: Kconfig for PREALLOC_DMA_DEBUG_ENTRIES
 2018-12-03 17:33 UTC  (5+ messages)

[PATCH v2 0/9] iommu: clean up/remove modular stuff from non-modules
 2018-12-03 13:32 UTC  (2+ messages)

[PATCH v5 0/7] Add virtio-iommu driver
 2018-12-03 13:27 UTC  (5+ messages)

[PATCH] irq_remapping: Remove unused header files
 2018-12-03 13:26 UTC  (2+ messages)

[PATCH 0/2] iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist()
 2018-12-03 13:24 UTC  (2+ messages)

PCI passthrough with multiple devices in same iommu group
 2018-12-03 11:18 UTC  (5+ messages)

[PATCH v2] kernel/dma: Fix panic caused by passing swiotlb to command line
 2018-12-03 10:22 UTC 

[PATCH] kernel/dma: Fix panic caused by passing swiotlb to command line
 2018-12-03 10:20 UTC  (7+ 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).