iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 09:07:03 to 2021-03-17 18:18:38 UTC [more...]

swiotlb cleanups v2
 2021-03-17 18:18 UTC  (12+ messages)
` [PATCH 02/14] swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
` [PATCH 03/14] swiotlb: move orig addr and size validation into swiotlb_bounce
` [PATCH 12/14] swiotlb: move global variables into a new io_tlb_mem structure

A problem of Intel IOMMU hardware ?
 2021-03-17 18:12 UTC  (7+ messages)

[PATCH 0/3] iommu/amd: Fix booting with amd_iommu=off
 2021-03-17 14:24 UTC  (9+ messages)
` [PATCH 1/3] iommu/amd: Move Stoney Ridge check to detect_ivrs()
` [PATCH 2/3] iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabled
` [PATCH 3/3] iommu/amd: Keep track of amd_iommu_irq_remap state

[PATCH v2 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-03-17 12:59 UTC  (13+ messages)
` [PATCH v2 01/11] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v2 02/11] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH v2 04/11] iommu/arm-smmu-v3: Split block descriptor when start dirty log
` [PATCH v2 05/11] iommu/arm-smmu-v3: Merge a span of page when stop "
` [PATCH v2 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware "
` [PATCH v2 08/11] iommu/arm-smmu-v3: Add HWDBM device feature reporting
` [PATCH v2 11/11] vfio/iommu_type1: Add support for manual dirty log clear

[PATCH] iommu/amd: Fix iommu remap panic while amd_iommu is set to disable
 2021-03-17 10:46 UTC  (5+ messages)

[PATCH 1/1] iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()
 2021-03-17  0:58 UTC 

[PATCH v5] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-03-16 23:50 UTC  (5+ messages)

[PATCH 0/3] Add support for ACPI VIOT
 2021-03-16 19:16 UTC  (4+ messages)
` [PATCH 1/3] ACPICA: iASL: Add definitions for the VIOT table
` [PATCH 2/3] ACPI: Add driver "
` [PATCH 3/3] iommu/virtio: Enable x86 support

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-16 18:10 UTC  (4+ messages)

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-03-16 17:16 UTC  (12+ messages)
` [PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (19+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-16 16:02 UTC  (45+ messages)
` [RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [RFC PATCH v2 03/11] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 05/11] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
` [RFC PATCH v2 10/11] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-16 13:03 UTC  (20+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
    ` [Freedreno] "

[PATCH v4] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-03-15 19:59 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-15 18:04 UTC  (2+ messages)

[PATCH] iommu/amd: Don't initialise remapping irqdomain if IOMMU is disabled
 2021-03-15 11:15 UTC 

[PATCH v4 6/6] media: uvcvideo: Use dma_alloc_noncontiguous API
 2021-03-15 10:04 UTC  (5+ messages)

[PATCH] include: fix inconsistent indenting in dma_alloc_coherent()
 2021-03-15 10:03 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: Add compatible for SC7280 SoC
 2021-03-15  6:02 UTC 

[PATCH] vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()
 2021-03-15  3:17 UTC 

[PATCH v3] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-03-15  3:15 UTC  (4+ messages)

[PATCH] iommu/vt-d: Disable SVM when ATS/PRI/PASID are not enabled in the device
 2021-03-15  0:30 UTC  (2+ messages)

[PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier
 2021-03-14 19:01 UTC  (4+ messages)

[PATCH v1] iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles
 2021-03-13 22:52 UTC  (2+ messages)

[PATCH v3 6/6] media: uvcvideo: Use dma_alloc_noncontiguous API
 2021-03-12 22:49 UTC  (2+ messages)

[PATCH v2 6/6] media: uvcvideo: Use dma_alloc_noncontiguous API
 2021-03-12 22:35 UTC  (4+ messages)

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-03-12 14:54 UTC  (5+ messages)
` [RFC PATCH 18/18] ioasid: Add /dev/ioasid for userspace

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-03-12 13:29 UTC  (25+ messages)
` [PATCH RFC v1 02/15] iommu: Add a simple PASID table library
` [PATCH RFC v1 04/15] iommu/arm-smmu-v3: Update CD base address info for user-space
` [PATCH RFC v1 05/15] iommu/arm-smmu-v3: Set sync op from consumer driver of cd-lib
` [PATCH RFC v1 06/15] iommu/virtio: Add headers for table format probing
` [PATCH RFC v1 08/15] iommu: Add asid_bits to arm smmu-v3 stage1 table info
` [PATCH RFC v1 09/15] iommu/virtio: Update table format probing header
` [PATCH RFC v1 13/15] iommu/virtio: Attach Arm PASID tables when available
` [PATCH RFC v1 15/15] iommu/virtio: Update fault type and reason info for viommu fault

[RFC PATCH 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2021-03-12  9:04 UTC  (8+ messages)
` [RFC PATCH 1/7] iommu/amd: Refactor amd_iommu_domain_enable_v2
` [RFC PATCH 2/7] iommu/amd: Update sanity check when enable PRI/ATS
` [RFC PATCH 3/7] iommu/amd: Decouple the logic to enable PPR and GT
` [RFC PATCH 4/7] iommu/amd: Initial support for AMD IOMMU v2 page table
` [RFC PATCH 5/7] iommu/amd: Add support for Guest IO protection
` [RFC PATCH 6/7] iommu/amd: Introduce amd_iommu_pgtable command-line option
` [RFC PATCH 7/7] iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-API

add a new dma_alloc_noncontiguous API v3
 2021-03-12  1:43 UTC  (6+ messages)
` [PATCH 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API

[PATCH v2] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-03-12  1:09 UTC  (5+ messages)

[PATCH] iommu/tegra-smmu: Fix mc errors on tegra124-nyan
 2021-03-12  1:09 UTC  (6+ messages)

[PATCH v2 1/2] init/initramfs.c: allow asynchronous unpacking
 2021-03-11 17:55 UTC 

[PATCH] iommu/dma: Resurrect the "forcedac" option
 2021-03-11 15:25 UTC  (2+ messages)

[PATCH 1/1] drm/amdkfd: fix build error with AMD_IOMMU_V2=m
 2021-03-11 10:02 UTC  (6+ messages)

[PATCH v4 00/14] Restricted DMA
 2021-03-11  5:04 UTC  (5+ messages)
` [PATCH v4 13/14] dt-bindings: of: Add restricted DMA pool

[PATCH 1/1] Revert "iommu/iova: Retry from last rb tree node if iova search fails"
 2021-03-10 17:50 UTC  (9+ 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).