Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-08-11 06:32:50 to 2024-08-15 19:08:54 UTC [more...]

[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-08-15 19:08 UTC  (10+ messages)
` [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl

[PATCH v3] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-15 19:07 UTC 

[PATCH v2] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-15 19:05 UTC  (4+ messages)

[PATCH rc v3] iommu: Handle iommu faults for a bad iopf setup
 2024-08-15 18:24 UTC 

[PATCH v2] iommu: Handle iommu faults for a bad iopf setup
 2024-08-15 18:14 UTC  (4+ messages)

[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
 2024-08-15 18:12 UTC  (4+ messages)
` [PATCH v2 1/3] iommufd: Reorder include files

[PATCH 0/6] Make set_dev_pasid op supportting domain replacement
 2024-08-15 17:49 UTC  (2+ messages)

[PATCH v3] iommufd/device: Enforce reserved IOVA also when attached to hwpt_nested
 2024-08-15 17:37 UTC  (6+ messages)

[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
 2024-08-15 17:19 UTC  (14+ messages)
` [PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless

[PATCH v4 0/2] DMA IOMMU static calls
 2024-08-15 17:06 UTC  (9+ messages)
` [PATCH v4 1/2] dma: call unconditionally to unmap_page and unmap_sg callbacks
` [PATCH v4 2/2] dma: add IOMMU static calls with clear default ops

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-15 16:18 UTC  (6+ messages)
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH 1/1] iommu/vt-d: Fix incorrect domain ID in context flush helper
 2024-08-15 16:05 UTC  (4+ messages)

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-15 15:11 UTC  (17+ messages)
` [PATCH 01/16] genpt: Generic Page Table base API
` [PATCH 02/16] genpt: Add a specialized allocator for page table levels
` [PATCH 03/16] iommupt: Add the basic structure of the iommu implementation
` [PATCH 04/16] iommupt: Add iova_to_phys op
` [PATCH 05/16] iommupt: Add unmap_pages op
` [PATCH 06/16] iommupt: Add map_pages op
` [PATCH 07/16] iommupt: Add cut_mapping op
` [PATCH 08/16] iommupt: Add read_and_clear_dirty op
` [PATCH 09/16] iommupt: Add a kunit test for Generic Page Table and the IOMMU implementation
` [PATCH 10/16] iommupt: Add a kunit test to compare against iopt
` [PATCH 11/16] iommupt: Add the 64 bit ARMv8 page table format
` [PATCH 12/16] iommupt: Add the AMD IOMMU v1 "
` [PATCH 13/16] iommupt: Add the x86 PAE "
` [PATCH 14/16] iommupt: Add the DART v1/v2 "
` [PATCH 15/16] iommupt: Add the 32 bit ARMv7s "
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage "

[PATCH v2] iommu/arm-smmu-v3: Match Stall behaviour for S2
 2024-08-15 13:59 UTC  (9+ messages)

[PATCH RFCv2] iommu: Add domain type and flag to domain_alloc_paging()
 2024-08-15 13:47 UTC  (29+ messages)

[PATCH] iommu/arm-smmu-v3: Fix a NULL vs IS_ERR() check
 2024-08-15 13:03 UTC  (3+ messages)

[PATCH 0/2] Work around reserved SMMU context bank on msm8998
 2024-08-15 13:01 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: Add qcom,last-ctx-bank-reserved
` [PATCH 2/2] iommu/arm-smmu-qcom: hide last context bank from linux

[PATCH] iommu: Handle iommu faults for a bad iopf setup
 2024-08-15 13:00 UTC  (5+ messages)

[PATCH 0/7] [PULL REQUEST] Intel IOMMU updates for v6.11
 2024-08-15 12:41 UTC  (6+ messages)
` [PATCH 6/7] iommu/vt-d: Add helper to flush caches for context change

[PATCH] iommu/arm-smmu-v3: Remove the unused empty definition
 2024-08-15 12:07 UTC  (2+ messages)

[PATCH v3 0/4] Batch IOTLB/dev-IOTLB invalidation
 2024-08-15  6:52 UTC  (5+ messages)
` [PATCH v3 1/4] iommu/vt-d: Factor out invalidation descriptor composition
` [PATCH v3 2/4] iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batching
` [PATCH v3 3/4] iommu/vt-d: Add qi_batch for dmar_domain
` [PATCH v3 4/4] iommu/vt-d: Introduce batched cache invalidation

[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-15  5:27 UTC  (13+ messages)
` [PATCH v11 3/9] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
` [PATCH v11 4/9] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
` [PATCH v11 6/9] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_SECONDARY_CMDQ_CS_NONE_ONLY
` [PATCH v11 7/9] iommu/arm-smmu-v3: Add struct arm_smmu_impl
` [PATCH v11 8/9] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-08-15  2:12 UTC  (17+ messages)

[PATCH v3 0/7] iommu/vt-d: Convert to use static identity domain
 2024-08-14 16:31 UTC  (7+ messages)
` [PATCH v3 1/7] iommu/vt-d: Require DMA domain if hardware not support passthrough
` [PATCH v3 3/7] iommu/vt-d: Always reserve a domain ID for identity setup
` [PATCH v3 5/7] iommu/vt-d: Factor out helpers from domain_context_mapping_one()

[PATCH 0/2] Fix handling of S2 stalls
 2024-08-14  9:58 UTC  (10+ messages)
` [PATCH 1/2] iommu/arm-smmu-v3: Match Stall behaviour for S2
` [PATCH 2/2] iommu/arm-smmu-v3: Report stalled S2 events

[bug report] iommu/arm-smmu-v3: Event cannot be printed in some scenarios
 2024-08-14  9:02 UTC  (12+ messages)

[PATCH 1/1] iommu/arm-smmu-qcom: remove runtime pm enabling for TBU driver
 2024-08-14  6:54 UTC  (8+ messages)

[PATCH AUTOSEL 5.10 2/3] dma-debug: avoid deadlock between dma debug vs printk and netconsole
 2024-08-14  2:15 UTC 

[PATCH AUTOSEL 5.15 2/3] dma-debug: avoid deadlock between dma debug vs printk and netconsole
 2024-08-14  2:15 UTC 

[PATCH AUTOSEL 6.1 2/4] dma-debug: avoid deadlock between dma debug vs printk and netconsole
 2024-08-14  2:15 UTC 

[PATCH AUTOSEL 6.6 4/7] dma-debug: avoid deadlock between dma debug vs printk and netconsole
 2024-08-14  2:15 UTC 

[PATCH AUTOSEL 6.10 10/13] dma-debug: avoid deadlock between dma debug vs printk and netconsole
 2024-08-14  2:14 UTC 

[PATCH v2] iommu/s390: Implement blocking domain
 2024-08-14  0:00 UTC  (2+ messages)

[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
 2024-08-13 23:21 UTC  (12+ messages)

[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
 2024-08-13 18:49 UTC  (3+ messages)

mapping files for iommufd
 2024-08-13 15:13 UTC  (7+ messages)

[PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
 2024-08-13 14:35 UTC  (5+ messages)

[PATCH -next] iommu: Remove unused declaration iommu_sva_unbind_gpasid()
 2024-08-13  8:54 UTC  (2+ messages)

[PATCH] iommu/amd: Add blocked domain support
 2024-08-13  8:44 UTC  (2+ messages)

[PATCH] dma: Trace dma_map/unmap_page
 2024-08-12 20:43 UTC 

[RFC V1 0/4] iommufd live update
 2024-08-12 17:41 UTC  (7+ messages)

[PATCH] dma-mapping: use bit masking to check VM_DMA_COHERENT
 2024-08-12 16:45 UTC  (3+ messages)

[PATCH v8 0/7] Linux RISC-V IOMMU Support
 2024-08-12 13:12 UTC  (6+ messages)
` [PATCH v8 7/7] iommu/riscv: Paging domain support

[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
 2024-08-12 11:22 UTC  (6+ messages)
` [PATCH v6 RESED 1/2] dma: replace zone_dma_bits by zone_dma_limit
` [PATCH v6 RESED 2/2] arm64: support DMA zone above 4GB

[PATCH 1/3] drm/nouveau/tegra: Use iommu_paging_domain_alloc()
 2024-08-12  7:52 UTC  (4+ messages)
` [PATCH 2/3] drm/rockchip: "
  `  "
` [PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()

[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
 2024-08-12  7:28 UTC 

[PATCH 1/1] soc/fsl/qbman: Use iommu_paging_domain_alloc()
 2024-08-12  7:25 UTC 

[PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()
 2024-08-12  7:21 UTC  (2+ messages)
` [PATCH 2/2] media: venus: firmware: "

[PATCH 1/1] gpu: host1x: Use iommu_paging_domain_alloc()
 2024-08-12  7:16 UTC 

[PATCH 1/2] ARM: dma-mapping: Pass device to arm_iommu_create_mapping()
 2024-08-12  7:02 UTC  (2+ messages)
` [PATCH 2/2] ARM: dma-mapping: Use iommu_paging_domain_alloc()

[PATCH V4] iommu/io-pgtable-arm: Optimise non-coherent unmap
 2024-08-12  4:23 UTC  (2+ messages)

[PATCH v4 0/7] iommu/vt-d: Convert to use static identity domain
 2024-08-12  0:19 UTC  (5+ messages)
` [PATCH v4 6/7] iommu/vt-d: Add support for "

[PATCH v6 0/2] dma: support DMA zone starting above 4GB
 2024-08-11  6:25 UTC 


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