Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-31 08:26:24 to 2024-11-04 13:25:19 UTC [more...]

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-04 13:25 UTC  (6+ messages)
` [PATCH v5 01/12] iommu: Introduce a replace API for device pasid
` [PATCH v5 02/12] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v5 03/12] iommufd: Move the iommufd_handle helpers to device.c
` [PATCH v5 04/12] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v5 05/12] iommufd: Pass pasid through the device attach/replace path

[PATCH v3 0/7] Support attaching PASID to the blocked_domain
 2024-11-04 13:20 UTC  (8+ messages)
` [PATCH v3 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [PATCH v3 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v3 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v3 4/7] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v3 5/7] iommu/vt-d: "
` [PATCH v3 6/7] iommu/amd: "
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op

[PATCH v4 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-04 13:18 UTC  (14+ messages)
` [PATCH v4 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v4 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v4 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v4 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v4 05/13] iommu/vt-d: Prepare intel_iommu_set_dev_pasid() handle replacement
` [PATCH v4 06/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v4 07/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v4 08/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle domain replacement
` [PATCH v4 09/13] iommu/vt-d: Consolidate the dev_pasid code in intel_svm_set_dev_pasid()
` [PATCH v4 10/13] iommu/vt-d: Fail SVA domain replacement
` [PATCH v4 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v4 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v4 13/13] iommu: Make set_dev_pasid op support domain replacement

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-11-04 13:00 UTC  (6+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-04 12:53 UTC  (21+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-04 12:41 UTC  (6+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info

[PATCH] [net-next] net: hns3: add IOMMU_SUPPORT dependency
 2024-11-04 12:01 UTC  (5+ messages)

[PATCH] kmemleak: iommu/iova: Fix transient kmemleak false positive
 2024-11-04 11:35 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm: Remove split on unmap behavior
 2024-11-04 11:32 UTC  (8+ messages)

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-11-04 11:10 UTC  (9+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation

[PATCH v3 0/4] Add support for APPS SMMU on QCS615
 2024-11-04 10:54 UTC  (7+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: qcs615: add the SCM node

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-11-04 10:51 UTC  (11+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better event records

[PATCH] iommu: Switch back to struct platform_driver::remove()
 2024-11-04 10:32 UTC  (2+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-04  8:56 UTC  (11+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[PATCH v2 1/1] iommu/vt-d: Drain PRQs when domain removed from RID
 2024-11-04  8:30 UTC  (4+ messages)
  `  "

[PATCH 00/19] [PULL REQUEST] Intel IOMMU updates for v6.13
 2024-11-04  1:40 UTC  (20+ messages)
` [PATCH 01/19] iommu/vt-d: Add domain_alloc_paging support
` [PATCH 02/19] iommu/vt-d: Remove unused domain_alloc callback
` [PATCH 03/19] iommu/vt-d: Enhance compatibility check for paging domain attach
` [PATCH 04/19] iommu/vt-d: Remove domain_update_iommu_cap()
` [PATCH 05/19] iommu/vt-d: Remove domain_update_iommu_superpage()
` [PATCH 06/19] iommu/vt-d: Refactor first_level_by_default()
` [PATCH 07/19] iommu/vt-d: Refine intel_iommu_domain_alloc_user()
` [PATCH 08/19] iommu/vt-d: Use PCI_DEVID() macro
` [PATCH 09/19] iommu/vt-d: Increase buffer size for device name
` [PATCH 10/19] iommu/vt-d: Remove unused dmar_msi_read
` [PATCH 11/19] iommu/vt-d: Drop s1_pgtbl from dmar_domain
` [PATCH 12/19] iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()
` [PATCH 13/19] iommu/vt-d: Fix checks and print in pgtable_walk()
` [PATCH 14/19] iommu/vt-d: Separate page request queue from SVM
` [PATCH 15/19] iommu/vt-d: Remove the pasid present check in prq_event_thread
` [PATCH 16/19] iommu/vt-d: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH 17/19] iommufd: Enable PRI when doing the iommufd_hwpt_alloc
` [PATCH 18/19] iommu/vt-d: Drop pasid requirement for prq initialization
` [PATCH 19/19] iommu/vt-d: Drain PRQs when domain removed from RID

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-11-02  3:27 UTC  (10+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
    `  "

[PATCH v9 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-01 16:32 UTC  (12+ messages)
` [PATCH v9 01/10] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v9 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v9 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128
` [PATCH v9 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v9 05/10] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v9 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v9 07/10] iommu/amd: Introduce helper function get_dte256()
` [PATCH v9 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v9 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v9 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH v8 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-01 15:02 UTC  (13+ messages)
` [PATCH v8 01/10] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v8 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v8 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128
` [PATCH v8 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v8 05/10] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v8 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v8 07/10] iommu/amd: Introduce helper function get_dte256()
` [PATCH v8 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v8 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v8 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2024-11-01 12:45 UTC  (5+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-11-01 11:11 UTC  (14+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH] Driver:iommu:iova: Fix typo 'adderss'
 2024-11-01  7:27 UTC 

[PATCH 1/1] iommu/vt-d: Drain PRQs when domain removed from RID
 2024-11-01  4:27 UTC  (5+ messages)

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-31 22:59 UTC  (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes

[PATCH v2 00/15] Add MSM8917/PM8937/Redmi 5A
 2024-10-31 20:25 UTC  (15+ messages)
` [PATCH v2 02/15] pinctrl: qcom-pmic-gpio: add support for PM8937
` [PATCH v2 04/15] pinctrl: qcom: spmi-mpp: Add PM8937 compatible
` [PATCH v2 05/15] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v2 10/15] thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
` [PATCH v2 11/15] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v2 12/15] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v2 15/15] arm64: dts: qcom: Add Xiaomi Redmi 5A

[PATCH 0/2] iommu/arm-smmu-qcom: Add SDM670 SMMU v2
 2024-10-31 19:12 UTC  (3+ messages)

[PATCH v6 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-31 18:46 UTC  (18+ messages)
` [PATCH v6 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v6 05/10] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v6 06/10] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v6 08/10] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v6 09/10] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v6 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-31 18:33 UTC  (12+ messages)
` [PATCH v6 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file
` [PATCH v6 04/13] iommufd: Verify object in iommufd_object_finalize/abort()
` [PATCH v6 07/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v6 12/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage

[PATCH v7 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-31 16:18 UTC  (15+ messages)
` [PATCH v7 01/10] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v7 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v7 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128
` [PATCH v7 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v7 05/10] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v7 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v7 07/10] iommu/amd: Introduce helper function get_dte256()
` [PATCH v7 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v7 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v7 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH] dma-mapping: Fix swapped dir/flags arguments to trace_dma_alloc_sgt_err
 2024-10-31 15:45 UTC 

[PATCH v6 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-31 11:33 UTC  (8+ messages)
` [PATCH v6 7/9] iommu/amd: Move erratum 63 logic to write_dte_lower128()


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