iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-26 01:57:34 to 2019-08-06 12:21:02 UTC [more...]

Regression due to d98849aff879 (dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code)
 2019-08-06 12:20 UTC  (3+ messages)

[PATCH v2] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-06  7:32 UTC  (3+ messages)

[PATCH 0/3] iommu/vtd: Per device dma ops
 2019-08-06  6:43 UTC  (9+ messages)
` [PATCH 1/3] iommu/vt-d: Refactor find_domain() helper
` [PATCH 2/3] iommu/vt-d: Apply per-device dma_ops
` [PATCH 3/3] iommu/vt-d: Cleanup after using per-device dma ops

remove default fallbacks in dma_map_ops v2
 2019-08-06  6:00 UTC  (11+ messages)
` [PATCH 1/7] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 2/7] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 3/7] dma-mapping: add a dma_can_mmap helper
` [PATCH 4/7] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 5/7] m68knommu: add a pgprot_noncached stub
` [PATCH 6/7] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 7/7] dma-mapping: provide a better default ->get_required_mask

[PATCH] dma-direct: don't truncate dma_required_mask to bus addressing capabilities
 2019-08-06  5:23 UTC  (2+ messages)

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-06  4:49 UTC  (7+ messages)
` [PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
` [PATCH v4 2/6] swiotlb: Remove call to sme_active()
` [PATCH v4 3/6] dma-mapping: Remove dma_check_mask()
` [PATCH v4 4/6] x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header
` [PATCH v4 5/6] fs/core/vmcore: Move sev_active() reference to x86 arch code
` [PATCH v4 6/6] s390/mm: Remove sev_active() function

[PATCH] iommu/iova: wait 'fq_timer' handler to finish before destroying 'fq'
 2019-08-06  2:22 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Detach domain before using a private one
 2019-08-06  0:14 UTC  (2+ messages)
` [PATCH 2/2] iommu/vt-d: Fix possible use-after-free of private domain

[PATCH v4 00/15] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-08-06  0:06 UTC  (10+ messages)
` [PATCH v4 12/15] iommu/vt-d: Cleanup get_valid_domain_for_dev()

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-08-05 23:13 UTC  (8+ messages)
` [PATCH v4 11/22] iommu: Introduce guest PASID bind function
` [PATCH v4 14/22] iommu/vt-d: Add custom allocator for IOASID

[PATCH v3 0/4] Qcom smmu-500 wait-for-safe handling for sdm845
 2019-08-05 22:27 UTC  (7+ messages)
` [PATCH v3 1/4] firmware: qcom_scm-64: Add atomic version of qcom_scm_call
` [PATCH v3 4/4] arm64: dts/sdm845: Enable FW implemented safe sequence handler on MTP

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-08-05 19:23 UTC  (19+ messages)
` [PATCH 1/8] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH 2/8] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH 3/8] of/fdt: add function to get the SoC wide DMA addressable memory size
` [PATCH 4/8] arm64: re-introduce max_zone_dma_phys()
` [PATCH 5/8] arm64: use ZONE_DMA on DMA addressing limited devices
` [PATCH 6/8] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH 7/8] arm64: update arch_zone_dma_bits to fine tune dma-direct min mask
` [PATCH 8/8] mm: comment arm64's usage of 'enum zone_type'

large DMA segments vs SWIOTLB
 2019-08-05 15:56 UTC  (5+ messages)

[PATCH v3 1/8] dma: debug: Replace strncmp with str_has_prefix
 2019-08-05 12:22 UTC 

[PATCH v3 0/8] Replace strncmp with str_has_prefix
 2019-08-05 12:22 UTC 

fix default dma_mmap_* pgprot v2
 2019-08-05  9:10 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: fix page attributes for dma_mmap_*
` [PATCH 2/2] MIPS: remove support for DMA_ATTR_WRITE_COMBINE

arm swiotlb fix
 2019-08-05  7:56 UTC  (2+ messages)
` [PATCH] arm: initialize the dma-remap atomic pool for LPAE configs

[PATCH 4.19 17/32] iommu/vt-d: Dont queue_iova() if there is no flush queue
 2019-08-03 21:34 UTC  (2+ messages)

remove default fallbacks in dma_map_ops
 2019-08-03 11:22 UTC  (9+ messages)
` [PATCH 4/5] dma-mapping: provide a better default ->get_required_mask
` [PATCH 5/5] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP

fix default dma_mmap_* pgprot
 2019-08-03  6:48 UTC  (8+ messages)
` [PATCH] dma-mapping: fix page attributes for dma_mmap_*

[PATCH v1] dma-mapping: normal memory for mmap() on coherent architectures
 2019-08-03  6:39 UTC  (4+ messages)

[GIT PULL] arm highmem block I/O regression fix for 5.3
 2019-08-02 16:05 UTC  (2+ messages)

[GIT PULL] dma-mapping regression fixes for 5.3
 2019-08-02 16:05 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 40/76] iommu/vt-d: Check if domain->pgd was allocated
 2019-08-02 13:19 UTC 

[PATCH 4.14 17/25] iommu/vt-d: Dont queue_iova() if there is no flush queue
 2019-08-02  9:39 UTC 

DMA_ATTR_WRITE_COMBINE on mips
 2019-08-02  6:37 UTC 

[PATCH v2 01/10] dma: debug: Replace strncmp with str_has_prefix
 2019-08-02  1:46 UTC 

[PATCH v2 00/10] Replace strncmp with str_has_prefix
 2019-08-02  1:46 UTC 

[PATCH] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-01 14:24 UTC  (3+ messages)

[PATCH 1/2] iommu/iova: introduce iova_magazine_compact_pfns()
 2019-08-01 12:21 UTC  (2+ messages)
` [PATCH 2/2] iommu/iova: enhance the rcache optimization

[PATCH] iommu/arm-smmu-v3: add nr_ats_masters to avoid unnecessary operations
 2019-08-01 12:20 UTC 

[PATCH 1/1] iommu/vt-d: Detach domain when move device out of group
 2019-08-01  3:14 UTC 

Failure to recreate virtual functions
 2019-08-01  1:49 UTC  (8+ messages)

[PATCH-4.19-stable 0/2] iommu/vt-d: queue_iova() boot crash backport
 2019-07-31 17:05 UTC  (3+ messages)
` [PATCH-4.19-stable 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue

Patch "iommu/vt-d: Don't queue_iova() if there is no flush queue" has been added to the 4.19-stable tree
 2019-07-31 17:05 UTC 

Patch "iommu/vt-d: Don't queue_iova() if there is no flush queue" has been added to the 4.14-stable tree
 2019-07-31 17:05 UTC 

[PATCH-4.14-stable 0/2] iommu/vt-d: queue_iova() boot crash backport
 2019-07-31 16:23 UTC  (2+ messages)
` [PATCH-4.14-stable 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue

[RFC PATCH 0/2] Support for TI Page-based Address Translator
 2019-07-31 15:28 UTC  (4+ messages)
` [RFC PATCH 2/2] soc: ti: Add Support for the TI Page-based Address Translator (PAT)

[PATCH v6 22/57] iommu: Remove dev_err() usage after platform_get_irq()
 2019-07-30 18:15 UTC 

[PATCH v2] iommu: arm-smmu-v3: Mark expected switch fall-through
 2019-07-30 15:26 UTC  (2+ messages)

[PATCH] iommu/dma: Handle MSI mappings separately
 2019-07-30 15:06 UTC  (7+ messages)

[PATCH] dma-mapping: remove dma_{alloc,free,mmap}_writecombine
 2019-07-30 13:50 UTC  (5+ messages)

[PATCH v6 0/8] iommu: Bounce page for untrusted devices
 2019-07-30  4:52 UTC  (9+ messages)
` [PATCH v6 1/8] iommu/vt-d: Don't switch off swiotlb if use direct dma
` [PATCH v6 2/8] PCI: Add dev_is_untrusted helper
` [PATCH v6 3/8] swiotlb: Split size parameter to map/unmap APIs
` [PATCH v6 4/8] swiotlb: Zero out bounce buffer for untrusted device
` [PATCH v6 5/8] iommu: Add bounce page APIs
` [PATCH v6 6/8] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v6 7/8] iommu/vt-d: Add trace events for device dma map/unmap
` [PATCH v6 8/8] iommu/vt-d: Use bounce buffer for untrusted devices

[PATCH 5.2 202/215] iommu/vt-d: Dont queue_iova() if there is no flush queue
 2019-07-29 19:23 UTC 

[PATCH 03/12] dma-debug: Replace strncmp with str_has_prefix
 2019-07-29 15:14 UTC 

[PATCH 00/12] Replace strncmp with str_has_prefix
 2019-07-29 15:13 UTC 

[PATCH] iommu/dma: Handle SG length overflow better
 2019-07-29 16:46 UTC 

Patch "iommu/vt-d: Don't queue_iova() if there is no flush queue" has been added to the 5.2-stable tree
 2019-07-29 16:45 UTC  (3+ messages)

implement generic dma_map_ops for IOMMUs v5
 2019-07-29 13:13 UTC  (4+ messages)
` [PATCH 07/24] iommu/dma: Move domain lookup into __iommu_dma_{map, unmap}

[PATCH v2 0/2] dma-contiguous: two bug fixes for dma_{alloc, free}_contiguous()
 2019-07-29  6:50 UTC  (4+ messages)
` [PATCH v2 1/2] dma-contiguous: do not overwrite align in dma_alloc_contiguous()
` [PATCH v2 2/2] dma-contiguous: page-align the size in dma_free_contiguous()
` [PATCH v2 0/2] dma-contiguous: two bug fixes for dma_{alloc,free}_contiguous()

[PATCH v2 00/12] Clean up "mediatek,larb" after adding device_link
 2019-07-27  7:51 UTC  (3+ messages)

[PATCH 0/2] dma-contiguous: two bug fixes for dma_{alloc, free}_contiguous()
 2019-07-26 19:22 UTC  (6+ messages)
` [PATCH 1/2] dma-contiguous: do not overwrite align in dma_alloc_contiguous()
` [PATCH 2/2] dma-contiguous: page-align the size in dma_free_contiguous()

[git pull] IOMMU Fixes for Linux v5.3-rc1
 2019-07-26 18:25 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs
 2019-07-26 17:17 UTC  (4+ messages)

[PATCH v8 0/6] vfio/type1: Add support for valid iova list management
 2019-07-26 17:09 UTC  (7+ messages)
` [PATCH v8 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v8 2/6] vfio/type1: Check reserved region conflict and update iova list
` [PATCH v8 3/6] vfio/type1: Update iova list on detach

[RFC, v3 9/9] media: platform: Add Mediatek ISP P1 shared memory device
 2019-07-26 14:04 UTC  (3+ messages)

[PATCH AUTOSEL 5.2 18/85] swiotlb: fix phys_addr_t overflow warning
 2019-07-26 13:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 84/85] dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/device

[PATCH] iommu: arm-smmu-v3: Mark expected switch fall-through
 2019-07-26 12:01 UTC  (2+ messages)

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-07-26  8:31 UTC  (6+ messages)
` [PATCH v9 1/5] dma: Introduce dma_get_merge_boundary()
` [PATCH v9 2/5] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v9 3/5] block: sort headers on blk-setting.c
` [PATCH v9 4/5] block: add a helper function to merge the segments
` [PATCH v9 5/5] mmc: queue: Use bigger segments if DMA MAP layer can "

[PATCH v8 0/5] treewide: improve R-Car SDHI performance
 2019-07-26  7:50 UTC  (4+ messages)
` [PATCH v8 2/5] iommu/dma: Add a new dma_map_ops of get_merge_boundary()

[PATCH RFC 0/4] iommu: Add support to change default domain of a group
 2019-07-26  6:47 UTC  (6+ messages)
` [PATCH RFC 1/4] iommu/vt-d: Modify device_def_domain_type() to use at runtime

[PATCH v5 00/10] iommu: Bounce page for untrusted devices
 2019-07-26  2:24 UTC  (12+ messages)
` [PATCH v5 02/10] iommu/vt-d: Use per-device dma_ops
` [PATCH v5 06/10] swiotlb: Zero out bounce buffer for untrusted device
` [PATCH v5 09/10] iommu/vt-d: Add trace events for device dma map/unmap


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