Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-08-09 13:49:46 to 2023-08-14 06:34:41 UTC [more...]

[PATCH v6 18/25] iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:34 UTC  (2+ messages)

[PATCH v6 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:32 UTC  (2+ messages)

[PATCH v6 14/25] iommu/msm: Implement an IDENTITY domain
 2023-08-14  5:53 UTC  (2+ messages)

[PATCH v6 13/25] iommu/omap: Implement an IDENTITY domain
 2023-08-14  5:10 UTC  (2+ messages)

[PATCH v6 12/25] iommu/tegra-smmu: Support DMA domains in tegra
 2023-08-14  5:08 UTC  (2+ messages)

[PATCH v6 11/25] iommu/tegra-smmu: Implement an IDENTITY domain
 2023-08-14  5:01 UTC  (2+ messages)

[PATCH v6 10/25] iommu/exynos: Implement an IDENTITY domain
 2023-08-14  4:52 UTC  (2+ messages)

[PATCH v6 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
 2023-08-14  4:32 UTC  (2+ messages)

[PATCH v3 0/6] MMCC MSM8998 fixes
 2023-08-14  3:27 UTC  (12+ messages)
` [PATCH v3 1/6] arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
` [PATCH v3 2/6] arm64: dts: qcom: msm8998: Add missing power domain to "
` [PATCH v3 3/6] clk: qcom: gcc-msm8998: Don't check halt bit on some branch clks
` [PATCH v3 4/6] clk: qcom: mmcc-msm8998: "
` [PATCH v3 5/6] clk: qcom: mmcc-msm8998: Fix the SMMU GDSC
` [PATCH v3 6/6] dt-bindings: arm-smmu: Fix MSM8998 clocks description
` (subset) [PATCH v3 0/6] MMCC MSM8998 fixes

[PATCH v6 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
 2023-08-14  3:06 UTC  (2+ messages)

[PATCH v6 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
 2023-08-14  2:35 UTC  (2+ messages)

[PATCH v6 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
 2023-08-14  2:20 UTC  (2+ messages)

[PATCH v6 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
 2023-08-14  2:13 UTC  (2+ messages)

[PATCH v2 0/3] iommu: Make pasid array per device
 2023-08-14  1:17 UTC  (4+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check
` [PATCH v2 3/3] iommu: Move pasid array from group to device

Regression: v4l/bttv vbi vs iommu
 2023-08-13 13:44 UTC  (6+ messages)

[PATCH v6 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-08-13 12:11 UTC  (5+ messages)

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-08-13 11:19 UTC  (53+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c
` [PATCH v2 10/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v2 11/12] iommu: Separate SVA and IOPF in Makefile and Kconfig
` [PATCH v2 12/12] iommu: Add helper to set iopf handler for domain

[RESEND PATCH 0/2] iommu/iova: optimize the iova rcache
 2023-08-12  7:18 UTC  (8+ messages)
` [RESEND PATCH 1/2] iommu/iova: Add check for cpu_rcache in free_iova_rcaches
` [RESEND PATCH 2/2] iommu/iova: allocate iova_rcache->depot dynamicly

[PATCH v6 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
 2023-08-12  5:01 UTC  (3+ messages)

[PATCH v6 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-08-12  2:15 UTC  (2+ messages)

[PATCH v6 06/25] iommu/tegra-gart: Remove tegra-gart
 2023-08-12  1:51 UTC  (2+ messages)

[PATCH 00/11] iommu/amd: SVA support (part 2) - refactor support for GCR3 table
 2023-08-11 23:50 UTC  (26+ messages)
` [PATCH 01/11] iommu/amd: Rename helper function rlookup_amd_iommu()
` [PATCH 02/11] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH 03/11] iommu/amd: Introduce per-device GCR3 table
` [PATCH 04/11] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH 06/11] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH 09/11] iommu/amd: Introduce helper functions for AMD IOMMU v2 driver

[PATCH v3 00/16] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
 2023-08-11 17:02 UTC  (8+ messages)
` [PATCH v3 10/16] iommu/amd: Modify logic for checking GT and PPR features

[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
 2023-08-11 16:45 UTC  (23+ messages)

[PATCH v6 0/4] iommufd: Add iommu hardware info reporting
 2023-08-11 12:01 UTC  (11+ messages)
` [PATCH v6 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v6 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH 0/4] arm-smmu: pick up lost qcom impl compatibles
 2023-08-11 11:44 UTC  (6+ messages)
` [PATCH 1/4] iommu/arm-smmu-qcom: Sort the compatible list alphabetically
` [PATCH 2/4] iommu/arm-smmu-qcom: Add SM6375 DPU compatible
` [PATCH 3/4] iommu/arm-smmu-qcom: Add SM6350 "
` [PATCH 4/4] iommu/arm-smmu-qcom: Add SM6375 SMMUv2

[PATCH v5 0/6] Add support for Qualcomm's legacy IOMMU v2
 2023-08-11 11:44 UTC  (2+ messages)

[PATCH v7 0/4] iommufd: Add iommu hardware info reporting
 2023-08-11  7:15 UTC  (5+ messages)
` [PATCH v7 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v7 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v7 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v7 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH v2 0/2] iommu/arm-smmu-v3: Add support for ECMDQ register mode
 2023-08-11  6:23 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH v12 0/7] MT8188 IOMMU SUPPORT
 2023-08-11  3:30 UTC  (5+ messages)
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support

[PATCH 0/5] Share sva domains with all devices bound to a mm
 2023-08-11  3:18 UTC  (29+ messages)
` [PATCH 2/5] iommu: Call helper function to get assigned pasid value
` [PATCH 4/5] iommu: Support mm PASID 1:n with sva domains

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-08-11  1:09 UTC  (11+ messages)
` [PATCH RFCv2 04/24] iommu: Add iommu_domain ops for dirty tracking

[PATCH v5 0/9] Refactor the SMMU's CD table ownership
 2023-08-10 17:32 UTC  (30+ messages)
` [PATCH v5 2/9] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v5 6/9] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v5 8/9] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active

[PATCH v2 0/4] Fix device_lock deadlock on two probe() paths
 2023-08-10 16:15 UTC  (10+ messages)
` [PATCH v2 1/4] iommu: Provide iommu_probe_device_locked()
` [PATCH v2 2/4] iommu: Pass in the iommu_device to probe for in bus_iommu_probe()
` [PATCH v2 3/4] iommu: Do not attempt to re-lock the iommu device when probing
` [PATCH v2 4/4] iommu: dev->iommu->iommu_dev must be set before ops->device_group()

[PATCH v2] dma-contiguous: define proper name for global cma region
 2023-08-10  0:57 UTC  (9+ messages)

[PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
 2023-08-09 21:20 UTC  (3+ messages)
` [PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it

[PATCH v2 0/6] MMCC MSM8998 fixes
 2023-08-09 18:25 UTC  (5+ messages)
` [PATCH v2 1/6] arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
` [PATCH v2 2/6] arm64: dts: qcom: msm8998: Add missing power domain to "

[PATCH 00/13] [PULL REQUEST] Intel IOMMU updates for Linux v6.6
 2023-08-09 15:47 UTC  (2+ messages)

[PATCH 0/2] iommu: Allow passing custom allocators to pgtable drivers
 2023-08-09 15:10 UTC  (4+ messages)
` [PATCH 2/2] iommu: Extend LPAE page table format to support custom allocators

[PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
 2023-08-09 14:57 UTC  (11+ messages)

[PATCH 0/3] Fix device_lock deadlock on two probe() paths
 2023-08-09 14:33 UTC  (6+ messages)
` [PATCH 3/3] iommu: Do not attempt to re-lock the iommu device when probing

[PATCH v2 06/10] iommu/rockchip: Convert to generic_single_device_group()
 2023-08-09 14:02 UTC  (4+ messages)


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