Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-11-28 20:49:48 to 2023-11-30 12:21:42 UTC [more...]

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-30 12:21 UTC  (27+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH 1/1] iommu/vt-d: Support enforce_cache_coherency only for empty domains
 2023-11-30 12:15 UTC  (10+ messages)
` [PATCH 1/1] iommu/vt-d: Omit devTLB invalidation requests when TES=0
` [PATCH 1/1] iommu/vt-d: Disable PCI ATS in legacy passthrough mode

[PATCH v2 14/19] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
 2023-11-30 12:03 UTC  (3+ messages)

[PATCH 0/6] SM8450 / SM8550 Adreno
 2023-11-30  9:54 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: arm-smmu: Document SM8[45]50 GPU SMMU
` [PATCH 2/6] arm64: dts: qcom: sm8450: Add GPU nodes
` [PATCH 4/6] arm64: dts: qcom: sm8550-qrd: Enable the A740 GPU
` [PATCH 5/6] arm64: dts: qcom: sm8550-mtp: "
` [PATCH 6/6] arm64: dts: qcom: sm8450-hdk: Enable the A730 GPU

[PATCH 0/5] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2023-11-30  9:17 UTC  (15+ messages)
` [PATCH 1/5] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH 2/5] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH 3/5] iommu/arm-smmu-v3: Add read_and_clear_dirty() support
` [PATCH 4/5] iommu/arm-smmu-v3: Add set_dirty_tracking() support
` [PATCH 5/5] iommu/arm-smmu-v3: Enforce dirty tracking in domain attach/alloc

[PATCH 0/5] iommu/vt-d: Convert to use static identity domain
 2023-11-30  6:09 UTC  (5+ messages)
` [PATCH 4/5] iommu/vt-d: Add support for "

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-30  3:44 UTC  (3+ messages)

[PATCH v2 00/30] Make a new API for drivers to use to get their FW
 2023-11-30  1:14 UTC  (31+ messages)
` [PATCH v2 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH v2 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH v2 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH v2 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH v2 05/30] iommu: Add iommu_probe_info
` [PATCH v2 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH v2 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH v2 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH v2 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH v2 10/30] iommu/sprd: "
` [PATCH v2 11/30] iommu/sun50i: "
` [PATCH v2 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH v2 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH v2 14/30] iommu/exynos: "
` [PATCH v2 15/30] iommu/msm: "
` [PATCH v2 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH v2 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH v2 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 19/30] iommu/mtk: "
` [PATCH v2 20/30] iommu/ipmmu-vmsa: "
` [PATCH v2 21/30] iommu/mtk_v1: "
` [PATCH v2 22/30] iommu/qcom: "
` [PATCH v2 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH v2 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH v2 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH v2 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH v2 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH v2 30/30] iommu: Remove fwspec and related

[PATCH 00/30] Make a new API for drivers to use to get their FW
 2023-11-30  1:10 UTC  (31+ messages)
` [PATCH 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 05/30] iommu: Add iommu_probe_info
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH 10/30] iommu/sprd: "
` [PATCH 11/30] iommu/sun50i: "
` [PATCH 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 14/30] iommu/exynos: "
` [PATCH 15/30] iommu/msm: "
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 19/30] iommu/mtk: "
` [PATCH 20/30] iommu/ipmmu-vmsa: "
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH 30/30] iommu: Remove fwspec and related

[PATCH 0/7] Convert SMMU to domain_alloc_paging()
 2023-11-30  0:49 UTC  (2+ messages)

[PATCH 0/7] dma-mapping: Clean up arch_setup_dma_ops()
 2023-11-30  0:46 UTC  (14+ messages)
` [PATCH 1/7] OF: Retire dma-ranges mask workaround
` [PATCH 2/7] OF: Simplify DMA range calculations
` [PATCH 3/7] ACPI/IORT: Handle memory address size limits as limits
` [PATCH 4/7] dma-mapping: Add helpers for dma_range_map bounds
` [PATCH 5/7] iommu/dma: Make limit checks self-contained
` [PATCH 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH 7/7] dma-mapping: Simplify arch_setup_dma_ops()

[PATCH rc v2 0/2] Do not UAF during iommufd_put_object()
 2023-11-30  0:37 UTC  (7+ messages)
` [PATCH rc v2 2/2] iommufd: "

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-11-30  0:08 UTC  (18+ messages)

[PATCH 00/16] IOMMU memory observability
 2023-11-30  0:02 UTC  (45+ messages)
` [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH v3 00/12] RB1/QCM2290 features
 2023-11-29 14:44 UTC  (13+ messages)
` [PATCH v3 01/12] dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI compat
` [PATCH v3 02/12] dt-bindings: display: msm: Add reg bus and rotator interconnects
` [PATCH v3 03/12] dt-bindings: interconnect: qcom,msm8998-bwmon: Add QCM2290 bwmon instance
` [PATCH v3 04/12] dt-bindings: firmware: qcom,scm: Allow interconnect for everyone
` [PATCH v3 05/12] iommu/arm-smmu-qcom: Add QCM2290 MDSS compatible
` [PATCH v3 06/12] arm64: dts: qcom: sc7180: Add the missing MDSS icc path
` [PATCH v3 07/12] arm64: dts: qcom: sc7280: "
` [PATCH v3 08/12] arm64: dts: qcom: qcm2290: Add display nodes
` [PATCH v3 09/12] arm64: dts: qcom: qcm2290: Hook up interconnects
` [PATCH v3 10/12] arm64: dts: qcom: qrb2210-rb1: Set up HDMI
` [PATCH v3 11/12] arm64: dts: qcom: qrb2210-rb1: Enable CAN bus controller
` [PATCH v3 12/12] arm64: dts: qcom: qrb2210-rb1: add wifi variant property

[PATCH v3 0/4] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2023-11-29 12:04 UTC  (12+ messages)
` [PATCH v3 1/4] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v3 3/4] iommu/arm-smmu: add ACTLR data and support for SC7280


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