Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-08-06 12:34:55 to 2024-08-10 08:01:45 UTC [more...]

[PATCH v4 0/7] iommu/vt-d: Convert to use static identity domain
 2024-08-10  8:01 UTC  (16+ messages)
` [PATCH v4 1/7] iommu/vt-d: Require DMA domain if hardware not support passthrough
` [PATCH v4 2/7] iommu/vt-d: Remove identity mappings from si_domain
` [PATCH v4 3/7] iommu/vt-d: Always reserve a domain ID for identity setup
` [PATCH v4 4/7] iommu/vt-d: Remove has_iotlb_device flag
` [PATCH v4 5/7] iommu/vt-d: Factor out helpers from domain_context_mapping_one()
` [PATCH v4 6/7] iommu/vt-d: Add support for static identity domain
` [PATCH v4 7/7] iommu/vt-d: Cleanup si_domain

[GIT PULL] dma-mapping fix for Linux 6.11
 2024-08-10  6:29 UTC 

[PATCH] dma-mapping: use bit masking to check VM_DMA_COHERENT
 2024-08-10  0:59 UTC 

[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
 2024-08-09 23:38 UTC  (15+ messages)
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains

[PATCH v3] iommufd/device: Enforce reserved IOVA also when attached to hwpt_nested
 2024-08-09 20:23 UTC  (3+ messages)

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-09 20:14 UTC  (21+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH 3/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH 4/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH 5/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH 8/8] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user

[PATCH] iommu/arm-smmu: Un-demote unhandled-fault msg
 2024-08-09 20:10 UTC  (2+ messages)

[PATCH v7 0/2] Dynamic Allocation of the reserved_mem array
 2024-08-09 20:09 UTC  (4+ messages)
` [PATCH v7 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v7 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array

[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
 2024-08-09 19:10 UTC  (4+ messages)

[PATCH 0/4] Revert use of Unflatten_devicetree APIs from reserved_mem
 2024-08-09 18:56 UTC  (3+ messages)

[PATCH v2 3/3] iommufd/selftest: Add coverage for reserved IOVAs
 2024-08-09 15:52 UTC  (2+ messages)

[PATCH RFCv2] iommu: Add domain type and flag to domain_alloc_paging()
 2024-08-09 13:44 UTC  (18+ messages)

[PATCH -next] iommu: Remove unused declaration iommu_sva_unbind_gpasid()
 2024-08-09 13:41 UTC  (3+ messages)

[PATCH v2 0/5] Batch IOTLB/dev-IOTLB invalidation
 2024-08-09  9:24 UTC  (13+ messages)
` [PATCH v2 1/5] iommu/vt-d: Refactor IOTLB/Dev-IOTLB invalidation command logic
` [PATCH v2 2/5] iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush logic
` [PATCH v2 3/5] iommu/vt-d: Introduce interfaces for QI batching operations
` [PATCH v2 4/5] vt-d/iommu: Refactor quirk_extra_dev_tlb_flush()
` [PATCH v2 5/5] vt-d/iommu: Enable batching of IOTLB/Dev-IOTLB invalidations

[RFC V1 0/4] iommufd live update
 2024-08-08 19:52 UTC  (10+ messages)
` [RFC V1 4/4] iommufd: update VA

[PATCH] iommu/s390: Implement blocking domain
 2024-08-08 19:41 UTC  (6+ messages)

[PATCH v2] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-08 17:02 UTC 

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

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

[PATCH v5 0/3] dma: support DMA zone starting above 4GB
 2024-08-08 13:46 UTC  (15+ messages)
` [PATCH v5 1/3] dma: improve DMA zone selection
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit

[PATCH] PCI: Detect and trust built-in TBT chips
 2024-08-08  5:01 UTC  (3+ messages)

[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-08-07 20:10 UTC  (17+ messages)
` [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v1 02/16] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v1 03/16] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v1 04/16] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v1 06/16] iommufd/selftest: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID test coverage
` [PATCH v1 07/16] iommufd/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v1 08/16] iommufd/viommu: Add IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 09/16] iommufd/viommu: Make iommufd_viommu_find_device a public API
` [PATCH v1 10/16] iommufd/selftest: Add mock_viommu_invalidate_user op
` [PATCH v1 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v1 12/16] iommufd/selftest: Add coverage for IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 13/16] iommufd/viommu: Add iommufd_viommu_to_parent_domain helper
` [PATCH v1 14/16] iommu/arm-smmu-v3: Extract an __arm_smmu_cache_invalidate_user helper
` [PATCH v1 15/16] iommu/arm-smmu-v3: Add viommu cache invalidation support
` [PATCH v1 16/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH v3 0/4] iommu: Support IOMMU_RESV_SW_MSI with nesting
 2024-08-07 19:00 UTC  (5+ messages)
` [PATCH v3 1/4] iommufd: Reorder include files
` [PATCH v3 2/4] iommu/dma: Support MSIs through nested domains
` [PATCH v3 3/4] iommufd/selftest: Add coverage for IOMMU_RESV_SW_MSI
` [PATCH v3 4/4] iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain

[PATCH v3 0/7] iommu/vt-d: Convert to use static identity domain
 2024-08-07 13:44 UTC  (22+ messages)
` [PATCH v3 1/7] iommu/vt-d: Require DMA domain if hardware not support passthrough
` [PATCH v3 2/7] iommu/vt-d: Remove identity mappings from si_domain
` [PATCH v3 3/7] iommu/vt-d: Always reserve a domain ID for identity setup
` [PATCH v3 4/7] iommu/vt-d: Prepare for global static identity domain
` [PATCH v3 5/7] iommu/vt-d: Factor out helpers from domain_context_mapping_one()
` [PATCH v3 6/7] iommu/vt-d: Add support for static identity domain
` [PATCH v3 7/7] iommu/vt-d: Cleanup si_domain

[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-07  2:11 UTC  (10+ messages)
` [PATCH v11 1/9] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v11 2/9] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [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 5/9] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [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 v11 9/9] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH v3 0/9] Tidy some minor things in the stream table/cd table area
 2024-08-06 23:31 UTC  (10+ messages)
` [PATCH v3 1/9] iommu/arm-smmu-v3: Use the new rb tree helpers
` [PATCH v3 2/9] iommu/arm-smmu-v3: Add arm_smmu_strtab_l1/2_idx()
` [PATCH v3 3/9] iommu/arm-smmu-v3: Add types for each level of the 2 level stream table
` [PATCH v3 4/9] iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
` [PATCH v3 5/9] iommu/arm-smmu-v3: Remove strtab_base/cfg
` [PATCH v3 6/9] iommu/arm-smmu-v3: Do not use devm for the cd table allocations
` [PATCH v3 7/9] iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
` [PATCH v3 8/9] iommu/arm-smmu-v3: Add types for each level of the CD table
` [PATCH v3 9/9] iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg

[PATCH v2] iommufd/device: Enforce reserved IOVA also when attached to hwpt_nested
 2024-08-06 19:36 UTC  (5+ messages)

Feasibility of having per-device permanently-mapped DMA buffers for networking
 2024-08-06 15:57 UTC 

[PATCH] dma,debug: avoid deadlock between dma debug vs printk and netcons
 2024-08-06 15:56 UTC  (3+ messages)
  ` [PATCH v2] "

does dtb not support pci acs enable?
 2024-08-06 15:56 UTC  (2+ messages)

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-08-06 14:30 UTC  (19+ messages)

[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
 2024-08-06 14:23 UTC  (8+ messages)


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