iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-19 22:56:23 to 2019-08-24 03:16:37 UTC [more...]

[PATCH v11 00/23] MT8183 IOMMU SUPPORT
 2019-08-24  3:02 UTC  (13+ messages)
` [PATCH v11 01/23] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [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 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 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 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 19/23] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v11 22/23] memory: mtk-smi: Get rid of need_larbid

[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 v2 0/2] Optimize dma_*_from_contiguous calls
 2019-08-23 22:11 UTC  (4+ messages)
` [PATCH v2 2/2] dma-contiguous: Use fallback alloc_pages for single pages

cleanup the dma_pgprot handling
 2019-08-23 21:58 UTC  (2+ messages)

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

[GIT PULL] iommu/arm-smmu: Big batch of updates for 5.4
 2019-08-23 14:54 UTC 

[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] iommu/vt-d: remove global page flush support
 2019-08-23  8:23 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  (6+ messages)
` [PATCH 06/11] x86/dma: Get rid of iommu_pass_through
` [PATCH 10/11] iommu: Disable passthrough mode when SME is active

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-08-23  1:51 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  (39+ messages)
` [PATCH v10 01/23] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v10 02/23] iommu/mediatek: Use a struct as the platform data
` [PATCH v10 03/23] memory: mtk-smi: Use a general config_port interface
` [PATCH v10 04/23] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v10 05/23] iommu/mediatek: Fix iova_to_phys PA start for 4GB mode
` [PATCH v10 06/23] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v10 07/23] iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/pa
` [PATCH v10 08/23] iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT
` [PATCH v10 09/23] iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTek
` [PATCH v10 10/23] iommu/mediatek: Adjust the PA for the 4GB Mode
` [PATCH v10 11/23] iommu/mediatek: Add bclk can be supported optionally
` [PATCH v10 12/23] iommu/mediatek: Add larb-id remapped support
` [PATCH v10 13/23] iommu/mediatek: Refine protect memory definition
` [PATCH v10 14/23] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v10 15/23] iommu/mediatek: Move vld_pa_rng "
` [PATCH v10 16/23] memory: mtk-smi: Add gals support
` [PATCH v10 17/23] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v10 18/23] iommu/mediatek: Add mmu1 support
` [PATCH v10 19/23] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v10 20/23] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v10 21/23] iommu/mediatek: Fix VLD_PA_RNG register backup when suspend
` [PATCH v10 22/23] memory: mtk-smi: Get rid of need_larbid
` [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  (13+ messages)
` [PATCH v2 1/8] iommu/arm-smmu-v3: Document ordering guarantees of command insertion
` [PATCH v2 2/8] iommu/arm-smmu-v3: Disable detection of ATS and PRI
` [PATCH v2 3/8] iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flag
` [PATCH v2 4/8] iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidations
` [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 v2 8/8] Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI"

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-22  9:35 UTC  (9+ messages)
` [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 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  (7+ messages)
` [PATCH 1/4] iommu/vt-d: Modify device_def_domain_type() to use at runtime
` [PATCH 2/4] iommu: Add device_def_domain_type() call back function to iommu_ops
` [PATCH 3/4] iommu: Add support to change default domain of an iommu_group
` [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  (7+ messages)
` [PATCH 07/13] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()
` [PATCH 10/13] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()

[PATCH 0/4] iommu/io-pgtable: Cleanup and prep for split tables
 2019-08-21 12:56 UTC  (19+ messages)
` [PATCH 2/4] iommu/io-pgtable-arm: Rationalise TTBRn handling
` [PATCH 3/4] iommu/io-pgtable-arm: Rationalise TCR handling
` [PATCH 4/4] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH v2] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-21 12:14 UTC  (3+ messages)

[PATCH v3] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-21 12:09 UTC 

Build regression in Linux 5.3-rc5 with CONFIG_XEN=y
 2019-08-21  5:56 UTC  (8+ messages)

/proc/vmcore and wrong PAGE_OFFSET
 2019-08-20 21:21 UTC 

regression in ath10k dma allocation
 2019-08-20 20:24 UTC  (12+ messages)

[PATCH 0/7] iommu/arm-smmu: Split pagetable support for Adreno GPUs
 2019-08-20 19:06 UTC  (6+ messages)
` [PATCH 1/7] iommu/arm-smmu: Support split pagetables
` [PATCH 2/7] dt-bindings: arm-smmu: Add Adreno GPU variant
` [PATCH 3/7] iommu/arm-smmu: Add a SMMU variant for the Adreno GPU
` [PATCH 4/7] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH 5/7] iommu/arm-smmu: Support DOMAIN_ATTR_SPLIT_TABLES

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-20 17:27 UTC  (15+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 02/11] arm: use generic dma_zone_size
` [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function
` [PATCH v2 04/11] of/fdt: add early_init_dt_get_dma_zone_size()
` [PATCH v2 05/11] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v2 06/11] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v2 07/11] arm64: re-introduce max_zone_dma_phys()
` [PATCH v2 08/11] arm64: use both ZONE_DMA and ZONE_DMA32
` [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 0/4] Sort out SMMUv3 ATC invalidation and locking
 2019-08-20 17:07 UTC  (9+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Document ordering guarantees of command insertion
` [PATCH 2/4] iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters
` [PATCH 3/4] iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs
` [PATCH 4/4] iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS

[PATCH AUTOSEL 4.9 2/7] iommu/dma: Handle SG length overflow better
 2019-08-20 13:43 UTC 

[PATCH AUTOSEL 4.14 04/12] iommu/dma: Handle SG length overflow better
 2019-08-20 13:42 UTC 

[PATCH AUTOSEL 4.19 17/27] iommu/dma: Handle SG length overflow better
 2019-08-20 13:42 UTC 

[PATCH AUTOSEL 5.2 26/44] iommu/dma: Handle SG length overflow better
 2019-08-20 13:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 27/44] dma-direct: don't truncate dma_required_mask to bus addressing capabilities

[PATCH v2 00/17] Arm SMMU refactoring
 2019-08-20 13:00 UTC  (8+ messages)
` [PATCH v2 17/17] iommu/arm-smmu: Add context init implementation hook

[PATCH] iommu/arm-smmu: Fix build issues
 2019-08-20 11:41 UTC  (2+ messages)

[GIT PULL] iommu/core: Batched unmap support for 5.4
 2019-08-20 10:13 UTC  (2+ messages)

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-20  9:43 UTC  (9+ messages)
` [PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
` [PATCH V5 2/5] iommu: Add gfp parameter to iommu_ops::map
` [PATCH V5 3/5] iommu/dma-iommu: Handle deferred devices
` [PATCH V5 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask

regression in ath10k dma allocation
 2019-08-20  2:29 UTC 

[PATCH v5 4/7] PCI/ATS: Add PRI support for PCIe VF devices
 2019-08-19 23:19 UTC  (5+ 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).