iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 07:21:20 to 2019-08-21 13:56:57 UTC [more...]

[PATCH v10 00/23] MT8183 IOMMU SUPPORT
 2019-08-21 13:53 UTC  (18+ 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 0/4] iommu/io-pgtable: Cleanup and prep for split tables
 2019-08-21 12:56 UTC  (20+ messages)
` [PATCH 1/4] iommu/io-pgtable-arm: Rationalise MAIR handling
` [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 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-21 12:33 UTC  (8+ messages)
` [PATCH 10/13] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()

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

[PATCH v3] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems
 2019-08-21  5:10 UTC 

[PATCH 0/4] iommu: Add support to change default domain of a group
 2019-08-21  2:42 UTC  (5+ 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

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

[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
 2019-08-20 21:18 UTC  (14+ messages)
` [PATCH 01/11] iommu: Remember when default domain type was set on kernel command line
` [PATCH 02/11] iommu: Add helpers to set/get default domain type
` [PATCH 03/11] iommu: Use Functions to set default domain type in iommu_set_def_domain_type()
` [PATCH 04/11] iommu/amd: Request passthrough mode from IOMMU core
` [PATCH 05/11] iommu/vt-d: "
` [PATCH 06/11] x86/dma: Get rid of iommu_pass_through
` [PATCH 07/11] ia64: "
` [PATCH 08/11] iommu: Print default domain type on boot
` [PATCH 09/11] iommu: Set default domain type at runtime
` [PATCH 10/11] iommu: Disable passthrough mode when SME is active
` [PATCH 11/11] Documentation: Update Documentation for iommu.passthrough

[PATCH] iommu/vt-d: remove global page flush support
 2019-08-20 21:21 UTC 

regression in ath10k dma allocation
 2019-08-20 20:24 UTC  (13+ 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] iommu/vt-d: Fix wrong analysis whether devices share the same bus
 2019-08-20  8:53 UTC 

[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 v2 0/4] Add system mmu support for Armada-806
 2019-08-20 12:08 UTC  (3+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq

[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  (14+ 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 v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-20  1:50 UTC  (10+ 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 v5 4/7] PCI/ATS: Add PRI support for PCIe VF devices
 2019-08-19 23:19 UTC  (5+ messages)

remove default fallbacks in dma_map_ops v3
 2019-08-19 14:25 UTC  (5+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

swiotlb-xen cleanups
 2019-08-19 13:53 UTC  (22+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
  ` [Xen-devel] "
` [PATCH 02/11] xen/arm: use dev_is_dma_coherent
  ` [Xen-devel] "
` [PATCH 03/11] xen/arm: pass one less argument to dma_cache_maint
` [PATCH 04/11] xen/arm: remove xen_dma_ops
  ` [Xen-devel] "
` [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: provide a single page-coherent.h header
  ` [Xen-devel] "
` [PATCH 08/11] swiotlb-xen: use the same foreign page check everywhere
  ` [Xen-devel] "
` [PATCH 09/11] swiotlb-xen: simplify cache maintainance
` [PATCH 10/11] swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
` [PATCH 11/11] arm64: use asm-generic/dma-mapping.h

[PATCH] iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGN
 2019-08-19 13:07 UTC  (2+ messages)

[PATCH v9 00/21] MT8183 IOMMU SUPPORT
 2019-08-19 11:24 UTC  (9+ messages)
` [PATCH v9 08/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode

[PATCH] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems
 2019-08-19  6:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 0/8] iommu: Bounce page for untrusted devices
 2019-08-18  3:07 UTC  (8+ messages)
` [PATCH v6 5/8] iommu: Add bounce page APIs

[PATCH v3 0/2] iommu/arm-smmu: Split pagetable support
 2019-08-16 22:20 UTC  (6+ messages)
` [Freedreno] "

DMA-API: cacheline tracking ENOMEM, dma-debug disabled due to nouveau ?
 2019-08-16 18:45 UTC  (4+ messages)

cleanup the dma_pgprot handling
 2019-08-16 18:05 UTC  (9+ messages)
` [PATCH 4/6] dma-mapping: remove arch_dma_mmap_pgprot
` [PATCH 5/6] dma-mapping: make dma_atomic_pool_init self-contained
` [PATCH 6/6] arm64: document the choice of page attributes for pgprot_dmacoherent

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

[PATCH v2 0/2] add nr_ats_masters for quickly check
 2019-08-16 10:12 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: "

next take at setting up a dma mask by default for platform devices v2
 2019-08-16  7:39 UTC  (3+ messages)
` [PATCH 6/6] driver core: initialize a default DMA mask for platform device


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