Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-11-30 09:16:12 to 2018-12-05 05:51:16 UTC [more...]

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

[PATCH v4 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-05  5:48 UTC  (4+ 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 V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-12-05  5:00 UTC  (4+ messages)
` [LKP] [mm] 19717e78a0: stderr.if(target_node==NUMA_NO_NODE){

[PATCH] iommu: fix amd_iommu=force_isolation
 2018-12-04 22:37 UTC 

remove the ->mapping_error method from dma_map_ops V3
 2018-12-04 22:33 UTC  (30+ messages)
` [PATCH 04/23] powerpc/iommu: remove the mapping_error dma_map_ops method
  ` [PATCH 01/23] dma-mapping: provide a generic DMA_MAPPING_ERROR
  ` [PATCH 02/23] dma-direct: remove the mapping_error dma_map_ops method
  ` [PATCH 03/23] arm: "
  ` [PATCH 05/23] mips/jazz: "
  ` [PATCH 10/23] arm64: remove the dummy_dma_ops mapping_error method
  ` [PATCH 13/23] ia64/sba_iommu: remove the mapping_error dma_map_ops method
` [PATCH 06/23] s390: "
` [PATCH 07/23] sparc: "
` [PATCH 08/23] parisc/ccio: "
` [PATCH 09/23] parisc/sba_iommu: "
` [PATCH 11/23] alpha: "
` [PATCH 12/23] ia64/sba_iommu: improve internal map_page users
` [PATCH 14/23] ia64/sn: remove the mapping_error dma_map_ops method
` [PATCH 15/23] x86/amd_gart: "
` [PATCH 16/23] x86/calgary: "
` [PATCH 17/23] iommu: "
` [PATCH 18/23] iommu/intel: small map_page cleanup
` [PATCH 19/23] iommu/vt-d: remove the mapping_error dma_map_ops method
` [PATCH 20/23] iommu/dma-iommu: "
` [PATCH 21/23] xen-swiotlb: "
` [PATCH 22/23] dma-mapping: "
` [PATCH 23/23] dma-mapping: return an error code from 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] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync
 2018-12-04 18:27 UTC 

[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 0/5] Introduce device_iommu_maped() function
 2018-12-04 17:25 UTC  (6+ 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 v3, RFC] iommu/io-pgtable-arm-v7s: Use page_frag to request DMA32 memory
 2018-12-04 16:41 UTC  (3+ messages)

[PATCH 0/9] Access dev->iommu_fwspec through functions
 2018-12-04 16:30 UTC  (10+ 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: "

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)

use generic DMA mapping code in powerpc V4
 2018-12-04 14:24 UTC  (13+ messages)

move the arm arch_dma_alloc implementation to common code
 2018-12-04 14:23 UTC  (22+ messages)
` [PATCH 1/9] dma-direct: provide page based alloc/free helpers
` [PATCH 2/9] dma-direct: reject highmem pages from dma_alloc_from_contiguous
` [PATCH 3/9] dma-mapping: move the remap helpers to a separate file
` [PATCH 4/9] dma-mapping: move the arm64 ncoherent alloc/free support to common code
` [PATCH 5/9] dma-mapping: support highmem in the generic remap allocator
` [PATCH 6/9] dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING

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

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

[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 4/5] dt-bindings: arm-smmu: Add bindings for qcom,smmu-v2
  ` [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 v5 00/12] iommu/vt-d: Add scalable mode support
 2018-12-04  6:13 UTC  (9+ 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 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  (11+ messages)
` [PATCH 2/9] iommu/rockchip: Make it explicitly non-modular
  ` [PATCH 1/9] iommu: audit and remove any unnecessary uses of module.h
  ` [PATCH 3/9] iommu/msm: Make it explicitly non-modular
  ` [PATCH 4/9] iommu/mediatek: "
  ` [PATCH 5/9] iommu/ipmmu-vmsa: "
` [PATCH 6/9] iommu/qcom: "
` [PATCH 7/9] iommu/tegra: "
` [PATCH 8/9] iommu/arm-smmu: Make arm-smmu "
` [PATCH 9/9] iommu/arm-smmu: Make arm-smmu-v3 "

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

[PATCH v3 00/15] MT8183 IOMMU SUPPORT
 2018-12-03  8:40 UTC  (7+ messages)
` [PATCH v3 06/15] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v3 13/15] memory: mtk-smi: Get rid of need_larbid

[PATCH v2 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2018-12-02  6:25 UTC 

[PATCH v2 0/9] Use vm_insert_range
 2018-12-02  6:17 UTC 

[PATCH] dma-debug: hns_enet_drv could use more DMA entries
 2018-11-30 12:04 UTC  (4+ messages)

[PATCH v4] iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()
 2018-11-30 11:14 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox