iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-21 15:34:34 to 2019-08-29 12:41:22 UTC [more...]

[PATCH] media: staging: tegra-vde: Disable building with COMPILE_TEST
 2019-08-29 12:40 UTC  (5+ messages)

[PATCH v2 0/2] Optimize dma_*_from_contiguous calls
 2019-08-29 11:45 UTC  (15+ messages)
` [PATCH v2 2/2] dma-contiguous: Use fallback alloc_pages for single pages

[PATCH 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-08-29 11:17 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] iommu: arm: Use iommu_put_resv_regions_simple()
` [PATCH 3/5] iommu: amd: "
` [PATCH 4/5] iommu: intel: "
` [PATCH 5/5] iommu: virt: "

[PATCH 0/2] iommu: Support reserved-memory regions
 2019-08-29 11:14 UTC  (3+ messages)
` [PATCH 1/2] iommu: Implement of_iommu_get_resv_regions()
` [PATCH 2/2] iommu: dma: Use of_iommu_get_resv_regions()

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-08-29  9:08 UTC  (10+ messages)

/proc/vmcore and wrong PAGE_OFFSET
 2019-08-28 22:32 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: Big batch of updates for 5.4
 2019-08-28 21:42 UTC  (2+ messages)

[PATCH] iommu/amd: silence warnings under memory pressure
 2019-08-28 21:39 UTC 

[PATCH v5 4/7] PCI/ATS: Add PRI support for PCIe VF devices
 2019-08-28 18:57 UTC  (7+ messages)

stop overriding dma_ops in vmd v2
 2019-08-28 16:41 UTC  (8+ messages)
` [PATCH 1/5] x86/pci: Remove an ifdef __KERNEL__ from pci.h
` [PATCH 2/5] x86/pci: Add a to_pci_sysdata helper
` [PATCH 3/5] x86/pci: Replace the vmd_domain field with a vmd_dev pointer
` [PATCH 4/5] PCI/vmd: Stop overriding dma_map_ops
` [PATCH 5/5] x86/pci: Remove X86_DEV_DMA_OPS

[PATCH] iommu/iova: avoid false sharing on fq_timer_on
 2019-08-28 13:13 UTC 

[PATCH v10 0/4] treewide: improve R-Car SDHI performance
 2019-08-28 12:35 UTC  (5+ messages)
` [PATCH v10 1/4] dma: Introduce dma_get_merge_boundary()
` [PATCH v10 2/4] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v10 3/4] block: add a helper function to merge the segments
` [PATCH v10 4/4] mmc: queue: Use bigger segments if DMA MAP layer can "

[PATCH v6 0/6] Allwinner H6 Mali GPU support
 2019-08-28 11:51 UTC  (8+ messages)

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-28  9:44 UTC  (14+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH v2 10/11] arm64: edit zone_dma_bits to fine tune dma-direct min mask
` [PATCH v2 11/11] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[PATCH] vmd: Stop overriding dma_map_ops
 2019-08-27 21:56 UTC  (3+ messages)

[PATCH 0/7] iommu/arm-smmu: Split pagetable support for Adreno GPUs
 2019-08-27 17:13 UTC  (3+ messages)
` [PATCH 2/7] dt-bindings: arm-smmu: Add Adreno GPU variant

[PATCH 0/2] OMAP IOMMU fixes to go with 5.4 OMAP IOMMU changes
 2019-08-27 14:06 UTC  (5+ messages)
` [PATCH 1/2] ARM: OMAP2+: Plug in device_enable/idle ops for IOMMUs
` [PATCH 2/2] ARM: OMAP2+: Add pdata for OMAP3 ISP IOMMU

cleanup the dma_pgprot handling v2
 2019-08-27 10:03 UTC  (9+ messages)
` [PATCH 1/6] unicore32: remove the unused pgprot_dmacoherent define
` [PATCH 2/6] arm-nommu: "
` [PATCH 3/6] dma-mapping: remove arch_dma_mmap_pgprot
` [PATCH 4/6] dma-mapping: make dma_atomic_pool_init self-contained
` [PATCH 5/6] arm64: document the choice of page attributes for pgprot_dmacoherent
` [PATCH 6/6] MIPS: document mixing "slightly different CCAs"

swiotlb-xen cleanups v2
 2019-08-27  6:37 UTC  (13+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
` [PATCH 02/11] xen/arm: use dev_is_dma_coherent
` [PATCH 03/11] xen/arm: simplify dma_cache_maint
` [PATCH 04/11] xen/arm: remove xen_dma_ops
` [PATCH 05/11] xen: remove the exports for xen_{create, destroy}_contiguous_region
` [PATCH 06/11] swiotlb-xen: always use dma-direct helpers to alloc coherent pages
` [PATCH 07/11] swiotlb-xen: use the same foreign page check everywhere
` [PATCH 08/11] swiotlb-xen: simplify cache maintainance
` [PATCH 09/11] swiotlb-xen: remove page-coherent.h
` [PATCH 10/11] swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
` [PATCH 11/11] arm64: use asm-generic/dma-mapping.h

swiotlb-xen cleanups
 2019-08-27  6:21 UTC  (6+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
  ` [Xen-devel] "

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-08-26 17:48 UTC  (9+ messages)

[PATCH v5 00/19] Shared virtual address IOMMU and VT-d support
 2019-08-26 17:12 UTC  (2+ messages)

[PATCH v1] iommu/vt-d: remove global page flush support
 2019-08-26 15:53 UTC 

[PATCH] iommu/vt-d: remove global page flush support
 2019-08-26 13:03 UTC  (3+ messages)

[PATCH 1/1] Revert "iommu/vt-d: Avoid duplicated pci dma alias consideration"
 2019-08-26  8:50 UTC 

convert microblaze to the generic dma remap allocator
 2019-08-26  7:13 UTC  (3+ messages)

[PATCH v3] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-26  6:38 UTC  (2+ messages)

[PATCH] Remove wrong default domain comments
 2019-08-26  4:48 UTC 

[GIT PULL] dma-mapping fixes for 5.3-rc
 2019-08-25  3:15 UTC  (2+ messages)

[BISECTED REGRESSION 5.3-rc2] Marvell 88SE9128 SATA controller unusable with intel_iommu=on
 2019-08-25  2:06 UTC  (2+ messages)

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-24 22:41 UTC  (5+ messages)
` [PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver

cleanup the dma_pgprot handling
 2019-08-24 22:34 UTC  (3+ messages)

[PATCH v1 1/2] iommu: pass cell_count = -1 to of_for_each_phandle with cells_name
 2019-08-24 13:28 UTC  (2+ messages)
` [PATCH v1 2/2] of: Let of_for_each_phandle fallback to non-negative cell_count

[PATCH v11 00/23] MT8183 IOMMU SUPPORT
 2019-08-24 11:57 UTC  (25+ messages)
` [PATCH v11 01/23] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v11 02/23] iommu/mediatek: Use a struct as the platform data
` [PATCH v11 03/23] memory: mtk-smi: Use a general config_port interface
` [PATCH v11 04/23] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v11 05/23] iommu/mediatek: Fix iova_to_phys PA start for 4GB mode
` [PATCH v11 06/23] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v11 07/23] iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/pa
` [PATCH v11 08/23] iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT
` [PATCH v11 09/23] iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTek
` [PATCH v11 10/23] iommu/mediatek: Adjust the PA for the 4GB Mode
` [PATCH v11 11/23] iommu/mediatek: Add bclk can be supported optionally
` [PATCH v11 12/23] iommu/mediatek: Add larb-id remapped support
` [PATCH v11 13/23] iommu/mediatek: Refine protect memory definition
` [PATCH v11 14/23] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v11 15/23] iommu/mediatek: Move vld_pa_rng "
` [PATCH v11 16/23] memory: mtk-smi: Add gals support
` [PATCH v11 17/23] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v11 18/23] iommu/mediatek: Add mmu1 support
` [PATCH v11 19/23] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v11 20/23] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v11 21/23] iommu/mediatek: Fix VLD_PA_RNG register backup when suspend
` [PATCH v11 22/23] memory: mtk-smi: Get rid of need_larbid
` [PATCH v11 23/23] iommu/mediatek: Clean up struct mtk_smi_iommu

[PATCH] iommu/dma: fix for dereferencing before null checking
 2019-08-24  1:47 UTC 

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

[PATCH] iommu/vt-d: Fix wrong analysis whether devices share the same bus
 2019-08-23 23:06 UTC  (2+ messages)

[PATCH v8 0/6] vfio/type1: Add support for valid iova list management
 2019-08-23 20:51 UTC  (3+ messages)

[PATCH v3 0/2] improve the concurrency of arm_smmu_atc_inv_domain()
 2019-08-23  9:05 UTC  (7+ messages)
` [PATCH v3 1/2] iommu/arm-smmu-v3: don't add a master into smmu_domain before it's ready
` [PATCH v3 2/2] iommu/arm-smmu-v3: change the lock type of arm_smmu_domain.devices_lock

[PATCH v3] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems
 2019-08-23  8:27 UTC  (2+ messages)

[PATCH v2 0/2] iommu/iova: enhance the rcache optimization
 2019-08-23  8:15 UTC  (2+ messages)

[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
 2019-08-23  8:12 UTC  (2+ messages)

[PATCH v4 0/3] Qcom smmu-500 wait-for-safe handling for sdm845
 2019-08-23  6:32 UTC  (4+ messages)
` [PATCH v4 1/3] firmware: qcom_scm-64: Add atomic version of qcom_scm_call
` [PATCH v4 2/3] firmware/qcom_scm: Add scm call to handle smmu errata
` [PATCH v4 3/3] iommu: arm-smmu-impl: Add sdm845 implementation hook

[PATCH v10 00/23] MT8183 IOMMU SUPPORT
 2019-08-22 17:14 UTC  (16+ messages)
` [PATCH v10 09/23] iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTek
` [PATCH v10 23/23] iommu/mediatek: Clean up struct mtk_smi_iommu

next take at setting up a dma mask by default for platform devices v2
 2019-08-22 17:11 UTC  (2+ messages)

[PATCH v2 0/4] Add system mmu support for Armada-806
 2019-08-22 14:30 UTC  (6+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq
` [PATCH v2 3/4] dt-bindings: iommu/arm, smmu: add compatible string for Marvell

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2019-08-22 12:36 UTC  (9+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Disable detection of ATS and PRI
` [PATCH v2 5/8] iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters
` [PATCH v2 6/8] iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs
` [PATCH v2 7/8] iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-22  9:35 UTC  (5+ messages)
` [PATCH v9 3/5] block: sort headers on blk-setting.c

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-21 19:53 UTC  (2+ messages)

[PATCH 0/4] iommu: Add support to change default domain of a group
 2019-08-21 17:08 UTC  (4+ messages)
` [PATCH 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-21 16:01 UTC  (3+ messages)
` [PATCH 07/13] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()


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