+++ to secure your transactions use the Bitcoin Mixer Service +++

 

iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/4] Dynamic Allocation of the reserved_mem array
 2024-05-28 22:36 UTC  (5+ messages)
` [PATCH v6 1/4] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v6 2/4] of: reserved_mem: Add code to dynamically allocate reserved_mem array
` [PATCH v6 3/4] of: reserved_mem: Use unflatten_devicetree APIs to scan reserved memory nodes
` [PATCH v6 4/4] of: reserved_mem: Rename fdt_* functions to refelct the change from using fdt APIs

[PATCH 1/2] iommu: Take group lock before attaching device in iommu_deferred_attach()
 2024-05-28 20:43 UTC  (4+ messages)
` [PATCH 2/2] iommu/amd: Fix Invalid wait context issue

[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
 2024-05-28 20:33 UTC  (65+ messages)
` [PATCH RFCv1 04/14] iommufd: Add struct iommufd_viommu and iommufd_viommu_ops
` [PATCH RFCv1 05/14] iommufd: Add IOMMUFD_OBJ_VIOMMU and IOMMUFD_CMD_VIOMMU_ALLOC
` [PATCH RFCv1 07/14] iommufd: Add viommu set/unset_dev_id ops
` [PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl
` [PATCH RFCv1 12/14] iommufd: Add IOMMUFD_OBJ_VQUEUE and IOMMUFD_CMD_VQUEUE_ALLOC

[PATCH v1 1/1] iommu/dma: Make SG mapping and syncing robust against empty tables
 2024-05-28 18:31 UTC  (3+ messages)

[bug report][regression] blktests block/008 lead kerne panic at RIP: 0010:amd_iommu_enable_faulting+0x0/0x10
 2024-05-28 17:40 UTC  (4+ messages)

[PATCH 0/3] arm64: qcom: sdm450: add initial support for Lenovo Smart Tab M10
 2024-05-28 17:22 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: arm: qcom: Add Lenovo Smart Tab M10 (WiFi)
` [PATCH 2/3] dt-bindings: iommu: qcom,iommu: Add MSM8953 GPU IOMMU to SMMUv2 compatibles
` [PATCH 3/3] arm64: dts: qcom: sdm450: add Lenovo Smart Tab M10 DTS
` (subset) [PATCH 0/3] arm64: qcom: sdm450: add initial support for Lenovo Smart Tab M10

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-05-28 16:09 UTC  (10+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH 1/1] iommu: Return right value in iommu_sva_bind_device()
 2024-05-28  9:25 UTC  (2+ messages)

[PATCH v8 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-28  8:09 UTC  (7+ messages)
` [PATCH v8 1/6] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v8 2/6] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v8 3/6] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v8 4/6] iommu/arm-smmu-v3: Add CS_NONE quirk for CONFIG_TEGRA241_CMDQV
` [PATCH v8 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v8 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH v4 0/7] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-05-28  7:18 UTC  (8+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Convert to domain_alloc_sva()
` [PATCH v4 2/7] iommu/arm-smmu-v3: Factor out a common arm_smmu_domain_alloc()
` [PATCH v4 3/7] iommu/arm-smmu-v3: Add support for domain_alloc_user fn
` [PATCH v4 4/7] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH v4 5/7] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
` [PATCH v4 6/7] iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
` [PATCH v4 7/7] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-28  6:37 UTC  (6+ messages)
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()

[PATCH 00/18] BCM2835 DMA mapping cleanups and fixes
 2024-05-28  6:33 UTC  (20+ messages)
` [PATCH 01/18] dma-direct: take dma-ranges/offsets into account in resource mapping
` [PATCH 02/18] dmaengine: bcm2835: Support common dma-channel-mask
` [PATCH 03/18] ARM: dts: bcm283x: Update to use dma-channel-mask
` [PATCH 04/18] dmaengine: bcm2835: move CB info generation into separate function
` [PATCH 05/18] dmaengine: bcm2835: move CB final extra info generation into function
` [PATCH 06/18] dmaengine: bcm2835: make address increment platform independent
` [PATCH 07/18] dmaengine: bcm2385: drop info parameters
` [PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH 09/18] dmaengine: bcm2835: Add function to handle DMA mapping
` [PATCH 10/18] dmaengine: bcm2835: Add backwards compatible handling until clients updated
` [PATCH 11/18] dmaengine: bcm2835: Use dma_map_resource to map addresses
` [PATCH 12/18] dmaengine: bcm2835: Read ranges if dma-ranges aren't mapped
` [PATCH 13/18] arm: dt: Add dma-ranges to the bcm283x platforms
` [PATCH 14/18] mmc: bcm2835: Use phys addresses for slave DMA config
` [PATCH 15/18] spi: "
` [PATCH 16/18] drm/vc4: "
` [PATCH 17/18] ASoC: bcm2835-i2s: Use phys addresses for DAI DMA
` [PATCH 18/18] dmaengine: bcm2835: Revert the workaround for DMA addresses

[PATCH 1/1] iommu: Make iommu_sva_domain_alloc() static
 2024-05-28  4:54 UTC 

[PATCH] Documentation/core-api: correct reference to SWIOTLB_DYNAMIC
 2024-05-27 14:52 UTC  (3+ messages)

[PATCH v3 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-05-27  9:50 UTC  (24+ messages)
` [PATCH v3 2/4] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
` [PATCH v3 3/4] iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
` [PATCH v3 4/4] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping

[PATCH 5/5] iommufd: Flush CPU caches on DMA pages in non-coherent domains
 2024-05-27  7:15 UTC  (12+ messages)

[PATCH v6 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-05-27  4:05 UTC  (11+ messages)
` [PATCH v6 01/10] iommu: Introduce domain attachment handle
` [PATCH v6 02/10] iommu: Remove sva handle list
` [PATCH v6 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v6 04/10] iommu: Extend domain attach group with handle support
` [PATCH v6 05/10] iommufd: Add fault and response message definitions
` [PATCH v6 06/10] iommufd: Add iommufd fault object
` [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v6 08/10] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v6 09/10] iommufd/selftest: Add IOPF support for mock device
` [PATCH v6 10/10] iommufd/selftest: Add coverage for IOPF test

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-27  3:16 UTC  (20+ messages)
` [PATCH v5 4/9] iommufd: Add fault and response message definitions
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH] dt-bindings: arm-smmu: Fix Qualcomm SC8180X binding
 2024-05-26 18:24 UTC  (2+ messages)

[PATCH v6 0/7] Linux RISC-V IOMMU Support
 2024-05-24 19:34 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v6 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v6 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v6 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v6 5/7] iommu/riscv: Device directory management
` [PATCH v6 6/7] iommu/riscv: Command and fault queue support
` [PATCH v6 7/7] iommu/riscv: Paging domain support

[PATCH v5 0/7] Linux RISC-V IOMMU Support
 2024-05-24 16:32 UTC  (13+ messages)
` [PATCH v5 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v5 7/7] iommu/riscv: Paging domain support

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-24 15:46 UTC  (4+ messages)
` [PATCH v7 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS

[PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
 2024-05-24 13:50 UTC  (25+ messages)

[PATCH v10 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-05-24 13:18 UTC  (6+ messages)
` [PATCH v10 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v10 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v10 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v10 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v10 5/5] iommu/arm-smmu: add ACTLR data and support for SC7280

[RFC PATCH] iommu: Optimize IOMMU UnMap
 2024-05-24 12:39 UTC  (4+ messages)

[PATCH v1 0/9] iommufd/iova_bitmap: Bug fixes for IOMMU dirty tracking
 2024-05-24 11:22 UTC  (3+ messages)
` [PATCH v1 4/9] iommufd/iova_bitmap: Handle recording beyond the mapped pages

[bug report] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
 2024-05-24 10:14 UTC 

[PATCH 1/3] iommu/amd: Use try_cmpxchg64() in v2_alloc_pte()
 2024-05-24  1:09 UTC  (9+ messages)
` [PATCH 2/3] iommu/vt-d: Use try_cmpxchg64() in intel_pasid_get_entry()

[PATCH] iommu/arm-smmu: Pretty-print context fault related regs
 2024-05-23 21:34 UTC 

[GIT PULL] dma-mapping updates for Linux 6.10
 2024-05-23 20:47 UTC  (2+ messages)

[PATCH v4 0/2] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-05-23 17:52 UTC  (2+ messages)
` [PATCH v4 1/2] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH V3] PCI: Extend ACS configurability
 2024-05-23 15:16 UTC  (2+ messages)

[PATCH v2 0/4] dma-mapping: benchmark: fixes and error handling improvements
 2024-05-23 13:10 UTC  (2+ messages)

[PATCH v2 0/7] A702 support
 2024-05-23 12:14 UTC  (3+ messages)
` [PATCH v2 5/7] drm/msm/adreno: Add "

[PATCH v3 0/2] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-05-22 21:50 UTC  (2+ messages)
` [PATCH v3 1/2] iommu/io-pgtable-arm: Add way to debug pgtable walk


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).