Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-11-27 15:28:54 to 2023-11-29 20:13:26 UTC [more...]

[PATCH 1/1] iommu/vt-d: Support enforce_cache_coherency only for empty domains
 2023-11-29 20:13 UTC  (6+ 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 00/16] IOMMU memory observability
 2023-11-29 20:03 UTC  (43+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [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 v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-11-29 19:58 UTC  (20+ messages)
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH 0/5] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2023-11-29 19:49 UTC  (11+ 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 00/10] IOMMU related FW parsing cleanup
 2023-11-29 19:26 UTC  (25+ 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 0/7] dma-mapping: Clean up arch_setup_dma_ops()
 2023-11-29 17:43 UTC  (8+ 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 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  (14+ messages)
` [PATCH v3 1/4] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v3 2/4] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v3 3/4] iommu/arm-smmu: add ACTLR data and support for SC7280

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-29  9:08 UTC  (2+ messages)

[PATCH rc v2 0/2] Do not UAF during iommufd_put_object()
 2023-11-29  1:03 UTC  (6+ messages)
` [PATCH rc v2 2/2] iommufd: "

[PATCH 0/2] iommufd/selftest: Fix and cleanup for bus ops
 2023-11-28 19:07 UTC  (11+ messages)
` [PATCH 1/2] iommufd/selftest: Use a fwnode to distinguish devices
` [PATCH 2/2] iommufd/selftest: Use normal IOMMU registration

Bug in add_dma_entry()'s debugging code
 2023-11-28 17:44 UTC  (9+ messages)

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

Fwd: Kernels v6.5 and v6.6 break resume from standby (s3) on some Intel systems if VT-d is enabled
 2023-11-28 13:09 UTC 

[PATCH v2] iommu/tegra-smmu: drop error checking for debugfs_create_dir()
 2023-11-28 11:25 UTC  (3+ messages)

[PATCH v2] dt-bindings: iommu: arm,smmu: document the SM8650 System MMU
 2023-11-28  8:41 UTC 

[PATCH RESEND] dt-bindings: iommu: arm,smmu: document the SM8650 System MMU
 2023-11-28  8:40 UTC  (2+ messages)

[PATCH] iommu: Don't reserve IOVA when address and size are zero
 2023-11-28  8:11 UTC  (3+ messages)

Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
 2023-11-28  7:16 UTC  (8+ messages)

[PATCH 0/3] vfio-pci support pasid attach/detach
 2023-11-28  4:23 UTC  (8+ messages)
` [PATCH 2/3] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH] iommu: Change kconfig around IOMMU_SVA
 2023-11-28  2:16 UTC 

[PATCH v10 0/6] Share sva domains with all devices bound to a mm
 2023-11-28  0:23 UTC  (8+ messages)
` [PATCH v10 1/6] iommu: Change kconfig around IOMMU_SVA

[PATCH] dma-mapping: Don't store redundant offsets
 2023-11-27 21:41 UTC  (2+ messages)

[PATCH 00/12] RB1/QCM2290 features
 2023-11-27 18:40 UTC  (5+ messages)
` [PATCH 03/12] dt-bindings: display: msm: qcm2290-mdss: Allow 2 interconnects
` [PATCH 04/12] dt-bindings: display: msm: sm8450-mdss: Allow 3 interconnects

[PATCH v2 01/19] iommu/arm-smmu-v3: Add a type for the STE
 2023-11-27 18:21 UTC  (5+ messages)

[PATCH v2 0/6] Add support for Translation Buffer Units
 2023-11-27 18:13 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: Add Translation Buffer Unit bindings

[PATCH V3 0/5] dt-bindings: Document gpi/pdc/scm/smmu for X1E80100
 2023-11-27 17:55 UTC  (3+ messages)
` [PATCH V3 5/5] dt-bindings: interrupt-controller: qcom,pdc: document pdc on X1E80100

[PATCH v2 00/19] Update SMMUv3 to the modern iommu API (part 1/3)
 2023-11-27 17:48 UTC  (3+ messages)

[PATCH v2 14/19] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
 2023-11-27 17:14 UTC  (2+ messages)

[PATCH v2 03/19] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
 2023-11-27 16:35 UTC  (2+ messages)

[PATCH 0/6] SM8450 / SM8550 Adreno
 2023-11-27 16:21 UTC  (8+ 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 3/6] arm64: dts: qcom: sm8550: "
` [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 v2 02/19] iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
 2023-11-27 15:41 UTC  (2+ messages)


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