Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-04-05 14:10:17 to 2022-04-07 16:22:15 UTC [more...]

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-04-07 15:47 UTC  (22+ messages)
` [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v6 16/21] block: add check when merging zone device pages
` [PATCH v6 17/21] lib/scatterlist: "
` [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace

[PATCH net-next] sfc: Stop using iommu_present()
 2022-04-07 16:05 UTC  (2+ messages)

[PATCH v9 00/11] ACPI/IORT: Support for IORT RMR node
 2022-04-07 15:43 UTC  (17+ messages)
` [PATCH v9 01/11] ACPI/IORT: Add temporary RMR node flag definitions
` [PATCH v9 03/11] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void
` [PATCH v9 04/11] ACPI/IORT: Provide a generic helper to retrieve reserve regions
` [PATCH v9 05/11] iommu/dma: Introduce a helper to remove reserved regions
` [PATCH v9 06/11] ACPI/IORT: Add support to retrieve IORT RMR "
` [PATCH v9 07/11] ACPI/IORT: Add a helper to retrieve RMR info directly

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-07 15:31 UTC  (38+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH 4/5] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH 5/5] iommu: Delete IOMMU_CAP_CACHE_COHERENCY

[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-07 15:23 UTC  (5+ messages)
` [PATCH v2 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH v2 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
` [PATCH v2 4/4] vfio: Require that devices support DMA cache coherence

[PATCH RESEND v5 0/5] iommu: Allow IOVA rcache range be configured
 2022-04-07 14:00 UTC  (11+ messages)
` [PATCH RESEND v5 1/5] iommu: Refactor iommu_group_store_type()
` [PATCH RESEND v5 2/5] iova: Allow rcache range upper limit to be flexible
` [PATCH RESEND v5 4/5] iommu: Allow max opt DMA len be set for a group via sysfs
` [PATCH RESEND v5 5/5] iova: Add iova_len argument to iova_domain_init_rcaches()

[PATCH v2 0/2] Fix issues with untrusted devices and AMD IOMMU
 2022-04-07 13:41 UTC  (9+ messages)
` [PATCH v2 1/2] iommu/amd: Enable swiotlb in all cases
` [PATCH v2 2/2] dma-iommu: Check that swiotlb is active before trying to use it

remve dead iommu code
 2022-04-07 13:24 UTC  (9+ messages)
` [PATCH 1/4] iommu: remove the unused dev_has_feat method
` [PATCH 2/4] iommu: remove iommu_dev_feature_enabled
` [PATCH 3/4] iommu: remove the put_resv_regions method
` [PATCH 4/4] iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable, disable}_feature

[PATCH] iommu/omap: Fix regression in probe for NULL pointer dereference
 2022-04-07  6:43 UTC  (3+ messages)

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-07 12:58 UTC  (8+ messages)
` [PATCH v7 1/7] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v7 2/7] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v7 3/7] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v7 4/7] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v7 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v7 6/7] docs: Add HiSilicon PTT device driver documentation
` [PATCH v7 7/7] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
 2022-04-07 11:06 UTC  (6+ messages)
  ` [PATCH] x86/msi: Fix msi message data shadow struct

[PATCH v3 0/2] MT8186 IOMMU SUPPORT
 2022-04-07  9:14 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: mediatek: mt8186: Add binding for MM iommu
` [PATCH v3 2/2] iommu/mediatek: Add mt8186 iommu support

[PATCH v6 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-07  8:42 UTC  (10+ messages)
` [PATCH v6 1/7] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v6 2/7] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v6 3/7] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v6 4/7] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v6 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v6 6/7] docs: Add HiSilicon PTT device driver documentation
` [PATCH v6 7/7] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[PATCH v6 00/34] MT8195 IOMMU SUPPORT
 2022-04-07  7:57 UTC  (35+ messages)
` [PATCH v6 01/34] dt-bindings: mediatek: mt8195: Add binding for MM IOMMU
` [PATCH v6 02/34] dt-bindings: mediatek: mt8195: Add binding for infra IOMMU
` [PATCH v6 03/34] iommu/mediatek: Fix 2 HW sharing pgtable issue
` [PATCH v6 04/34] iommu/mediatek: Add list_del in mtk_iommu_remove
` [PATCH v6 05/34] iommu/mediatek: Remove clk_disable "
` [PATCH v6 06/34] iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
` [PATCH v6 07/34] iommu/mediatek: Add mutex for data in the mtk_iommu_domain
` [PATCH v6 08/34] iommu/mediatek: Adapt sharing and non-sharing pgtable case
` [PATCH v6 09/34] iommu/mediatek: Add 12G~16G support for multi domains
` [PATCH v6 10/34] iommu/mediatek: Add a flag DCM_DISABLE
` [PATCH v6 11/34] iommu/mediatek: Add a flag NON_STD_AXI
` [PATCH v6 12/34] iommu/mediatek: Remove the granule in the tlb flush
` [PATCH v6 13/34] iommu/mediatek: Always enable output PA over 32bits in isr
` [PATCH v6 14/34] iommu/mediatek: Add SUB_COMMON_3BITS flag
` [PATCH v6 15/34] iommu/mediatek: Add IOMMU_TYPE flag
` [PATCH v6 16/34] iommu/mediatek: Contain MM IOMMU flow with the MM TYPE
` [PATCH v6 17/34] iommu/mediatek: Adjust device link when it is sub-common
` [PATCH v6 18/34] iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIO
` [PATCH v6 19/34] iommu/mediatek: Add a PM_CLK_AO flag for infra iommu
` [PATCH v6 20/34] iommu/mediatek: Add infra iommu support
` [PATCH v6 21/34] iommu/mediatek: Add PCIe support
` [PATCH v6 22/34] iommu/mediatek: Add mt8195 support
` [PATCH v6 23/34] iommu/mediatek: Only adjust code about register base
` [PATCH v6 24/34] iommu/mediatek: Just move code position in hw_init
` [PATCH v6 25/34] iommu/mediatek: Separate mtk_iommu_data for v1 and v2
` [PATCH v6 26/34] iommu/mediatek: Remove mtk_iommu.h
` [PATCH v6 27/34] iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1
` [PATCH v6 28/34] iommu/mediatek: Add mtk_iommu_bank_data structure
` [PATCH v6 29/34] iommu/mediatek: Initialise bank HW for each a bank
` [PATCH v6 30/34] iommu/mediatek: Change the domid to iova_region_id
` [PATCH v6 31/34] iommu/mediatek: Get the proper bankid for multi banks
` [PATCH v6 32/34] iommu/mediatek: Initialise/Remove for multi bank dev
` [PATCH v6 33/34] iommu/mediatek: Backup/restore regsiters for multi banks
` [PATCH v6 34/34] iommu/mediatek: mt8195: Enable multi banks for infra iommu

cleanup swiotlb initialization v8
 2022-04-07  0:31 UTC  (7+ messages)
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction

[PATCH RFC v2 00/11] iommu: SVA and IOPF refactoring
 2022-04-07  0:11 UTC  (30+ messages)
` [PATCH RFC v2 02/11] iommu: Add iommu_group_singleton_lockdown()
` [PATCH RFC v2 03/11] iommu/sva: Add iommu_domain type for SVA

[PATCH] RDMA/usnic: Refactor usnic_uiom_alloc_pd()
 2022-04-06 21:53 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
 2022-04-06 20:58 UTC 

[PATCH] drm/tegra: Stop using iommu_present()
 2022-04-06 18:06 UTC  (3+ messages)

[PATCH] drm/msm: Stop using iommu_present()
 2022-04-06 16:07 UTC  (2+ messages)

[PATCH v3 0/4] thunderbolt: Make iommu_dma_protection more accurate
 2022-04-06 10:32 UTC  (8+ messages)
` [PATCH v3 1/4] iommu: Introduce device_iommu_capable()
` [PATCH v3 2/4] iommu: Add capability for pre-boot DMA protection
` [PATCH v3 4/4] iommu/amd: Indicate whether DMA remap support is enabled

[PATCH] drm/arm/malidp: Stop using iommu_present()
 2022-04-06  9:27 UTC  (2+ messages)

[PATCH] vfio: Stop using iommu_present()
 2022-04-05 19:04 UTC  (2+ messages)

[PATCH v2] ALSA: emu10k1: Stop using iommu_present()
 2022-04-05 16:17 UTC  (2+ messages)

[PATCH] drm/rockchip: Refactor IOMMU initialisation
 2022-04-05 14:32 UTC 

[PATCH] drm/nouveau/tegra: Stop using iommu_present()
 2022-04-05 14:21 UTC 

[PATCH] drm/mediatek: Stop using iommu_present()
 2022-04-05 14:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox