iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 15:22:45 to 2020-10-05 10:05:21 UTC [more...]

[PATCH 0/3] drm: panfrost: Coherency support
 2020-10-05 10:05 UTC  (7+ messages)
` [PATCH 3/3] arm64: dts: meson: Describe G12b GPU as coherent

[PATCH v4 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-05 10:04 UTC  (36+ messages)
` [PATCH v4 1/3] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH v4 2/3] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH v4 3/3] iommu/tegra-smmu: Add PCI support

[PATCH v3 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-05  9:38 UTC  (58+ messages)
` [PATCH v3 1/3] memory: tegra: Add devm_tegra_get_memory_controller()
` [PATCH v3 2/3] iommu/tegra-smmu: Rework .probe_device and .attach_dev
` [PATCH v3 3/3] iommu/tegra-smmu: Add PCI support

[PATCH v5 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-05  8:41 UTC  (13+ messages)
` [PATCH v5 1/3] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH v5 2/3] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH v5 3/3] iommu/tegra-smmu: Add PCI support

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-10-05  8:26 UTC  (11+ messages)
` [PATCH 1/8] dma-mapping: remove the {alloc,free}_noncoherent methods
` [PATCH 2/8] dma-mapping: document dma_{alloc,free}_pages
` [PATCH 3/8] dma-direct check for highmem pages in dma_direct_alloc_pages
` [PATCH 4/8] dma-direct: use __GFP_ZERO "
` [PATCH 5/8] dma-direct: factor out a dma_direct_alloc_from_pool helper
` [PATCH 6/8] dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling
` [PATCH 7/8] dma-iommu: remove __iommu_dma_mmap
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH v6 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-04 22:38 UTC  (4+ messages)
` [PATCH v6 1/3] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH v6 2/3] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH v6 3/3] iommu/tegra-smmu: Add PCI support

[PATCH v3 00/14] iommu/amd: Add Generic IO Page Table Framework Support
 2020-10-04  1:45 UTC  (15+ messages)
` [PATCH v3 01/14] iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inline
` [PATCH v3 02/14] iommu/amd: Prepare for generic IO page table framework
` [PATCH v3 03/14] iommu/amd: Move pt_root to to struct amd_io_pgtable
` [PATCH v3 04/14] iommu/amd: Convert to using amd_io_pgtable
` [PATCH v3 05/14] iommu/amd: Declare functions as extern
` [PATCH v3 06/14] iommu/amd: Move IO page table related functions
` [PATCH v3 07/14] iommu/amd: Restructure code for freeing page table
` [PATCH v3 08/14] iommu/amd: Remove amd_iommu_domain_get_pgtable
` [PATCH v3 09/14] iommu/amd: Rename variables to be consistent with struct io_pgtable_ops
` [PATCH v3 10/14] iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable
` [PATCH v3 11/14] iommu/amd: Introduce iommu_v1_iova_to_phys
` [PATCH v3 12/14] iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page
` [PATCH v3 13/14] iommu/amd: Introduce IOMMU flush callbacks
` [PATCH v3 14/14] iommu/amd: Adopt IO page table framework

[PATCH v4 0/2] iommu/tegra-smmu: Two followup changes
 2020-10-03 14:28 UTC  (7+ messages)
` [PATCH v4 1/2] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH v4 2/2] iommu/tegra-smmu: Expand mutex protection range

[PATCH v2 00/13] iommu/amd: Add Generic IO Page Table Framework Support
 2020-10-03 13:08 UTC  (15+ messages)
` [PATCH v2 01/13] iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inline
` [PATCH v2 02/13] iommu/amd: Prepare for generic IO page table framework
` [PATCH v2 03/13] iommu/amd: Move pt_root to to struct amd_io_pgtable
` [PATCH v2 04/13] iommu/amd: Convert to using amd_io_pgtable
` [PATCH v2 05/13] iommu/amd: Declare functions as extern
` [PATCH v2 06/13] iommu/amd: Move IO page table related functions
` [PATCH v2 07/13] iommu/amd: Restructure code for freeing page table
` [PATCH v2 08/13] iommu/amd: Remove amd_iommu_domain_get_pgtable
` [PATCH v2 09/13] iommu/amd: Rename variables to be consistent with struct io_pgtable_ops
` [PATCH v2 10/13] iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable
` [PATCH v2 11/13] iommu/amd: Introduce iommu_v1_iova_to_phys
` [PATCH v2 12/13] iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page
` [PATCH v2 13/13] iommu/amd: Adopt IO page table framework

xen-swiotlb vs phys_to_dma
 2020-10-02 20:21 UTC  (2+ messages)

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-10-02 18:23 UTC  (7+ messages)

[PATCH v4 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-10-02 11:59 UTC  (6+ messages)

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-02 11:55 UTC  (13+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
` [PATCH 2/4] dma-direct: Turn zone_dma_bits default value into a define
` [PATCH 3/4] arm64: Default to 32-bit ZONE_DMA
` [PATCH 4/4] mm: Update DMA zones description

[PATCH v3 00/24] MT8192 IOMMU support
 2020-10-02 11:15 UTC  (11+ messages)
` [PATCH v3 01/24] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v3 02/24] dt-bindings: memory: mediatek: Convert SMI "
` [PATCH v3 06/24] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v3 24/24] memory: mtk-smi: Add mt8192 support

[git pull] IOMMU Fixes for Linux v5.9-rc7
 2020-10-01 20:28 UTC  (2+ messages)

[PATCH 00/13] iommu: amd: Add Generic IO Page Table Framework Support
 2020-10-01 14:55 UTC  (6+ messages)

Boot crash due to "x86/msi: Consolidate MSI allocation"
 2020-10-01 13:53 UTC  (4+ messages)

[Patch V8 0/3] iommu: Add support to change default domain of an iommu group
 2020-10-01 13:51 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()
 2020-10-01 12:54 UTC  (2+ messages)

[PATCH v12 0/6] IOMMU user API enhancement
 2020-10-01 12:53 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.10
 2020-10-01 12:24 UTC  (3+ messages)

[PATCH 1/1] iommu/amd: Fix the overwritten field in IVMD header
 2020-10-01 12:12 UTC  (2+ messages)

[PATCH] cma: decrease CMA_ALIGNMENT lower limit to 2
 2020-09-30 10:28 UTC 

[RESEND PATCH 0/4] Audit Capability and Extended Capability among IOMMUs
 2020-09-30 23:53 UTC  (5+ messages)
` [RESEND PATCH 1/4] iommu/vt-d: Disable SVM in the platform when IOMMUs have inconsistencies
` [RESEND PATCH 2/4] iommu/vt-d: Report out when IOMMU features "
` [RESEND PATCH 3/4] iommu/vt-d: Audit IOMMUs for Interrupt Remapping features
` [RESEND PATCH 4/4] iommu/vt-d: Scale capability to the lowest supported between the IOMMUs

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-30 18:47 UTC  (13+ messages)
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI


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