Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-11-05 20:06:08 to 2024-11-07 17:03:10 UTC [more...]

[PATCH v3 00/14] Add MSM8917/PM8937/Redmi 5A
 2024-11-07 17:02 UTC  (12+ messages)
` [PATCH v3 01/14] dt-bindings: pinctrl: qcom,pmic-gpio: Add PM8937
` [PATCH v3 02/14] pinctrl: qcom-pmic-gpio: Add support for PM8937
` [PATCH v3 03/14] dt-bindings: pinctrl: qcom,pmic-mpp: Add PM8937
` [PATCH v3 04/14] pinctrl: qcom: spmi-mpp: Add PM8937 compatible
` [PATCH v3 05/14] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v3 06/14] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v3 07/14] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v3 08/14] dt-bindings: thermal: tsens: Add MSM8937
` [PATCH v3 09/14] thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
` [PATCH v3 10/14] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v3 11/14] dt-bindings: nvmem: Add compatible for MS8917

[PATCH 0/2] iommu/riscv: Add platform msi support
 2024-11-07 16:41 UTC  (7+ messages)
` [PATCH 1/2] iommu/riscv: Free irq vectors on pci remove
` [PATCH 2/2] iommu/riscv: Add support for platform msi

[PATCH v6 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-11-07 16:31 UTC  (4+ messages)
` [PATCH v6 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl

[PATCH RESEND] iommu/of: Fix pci_request_acs() before enumerating PCI devices
 2024-11-07 16:19 UTC  (4+ messages)

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-07 15:51 UTC  (14+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v4 09/12] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-11-07 15:01 UTC  (3+ messages)

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-11-07 14:57 UTC  (10+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-07 14:50 UTC  (13+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API

[PATCH V7 0/9] iommu_ioas_map_file
 2024-11-07 14:08 UTC  (8+ messages)
` [PATCH V7 6/9] iommufd: pfn reader for file mappings

[PATCH v9 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-07 13:47 UTC  (10+ messages)
` [PATCH v9 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128

[PATCH v6 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-07 12:22 UTC  (14+ messages)
` [PATCH v6 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v6 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v6 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v6 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v6 05/13] iommu/vt-d: Consolidate the struct dev_pasid_info add/remove
` [PATCH v6 06/13] iommu/vt-d: Add iommu_domain_did() to get did
` [PATCH v6 07/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v6 08/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v6 09/13] iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacement
` [PATCH v6 10/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle "
` [PATCH v6 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v6 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v6 13/13] iommu: Make set_dev_pasid op support domain replacement

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

[PATCH v3 0/7] Support attaching PASID to the blocked_domain
 2024-11-07 10:04 UTC  (18+ 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 6/7] iommu/amd: Make the blocked domain support PASID
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op

[PATCH v5 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-07  8:41 UTC  (25+ messages)
` [PATCH v5 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v5 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v5 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v5 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v5 05/13] iommu/vt-d: Consolidate the struct dev_pasid_info add/remove
` [PATCH v5 06/13] iommu/vt-d: Add iommu_domain_did() to get did
` [PATCH v5 07/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v5 08/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v5 09/13] iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacement
` [PATCH v5 10/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle "
` [PATCH v5 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v5 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v5 13/13] iommu: Make set_dev_pasid op support domain replacement

[PATCH] iommufd: modify iommufd_fault_iopf_enable limitation
 2024-11-07  4:40 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-07  4:04 UTC  (6+ messages)
` [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v6 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-07  2:03 UTC  (4+ messages)
` [PATCH v6 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl

[PATCH] [net-next] net: hns3: add IOMMU_SUPPORT dependency
 2024-11-06 19:39 UTC  (6+ messages)

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

[PATCH] iommu/dma: Reserve iova ranges for reserved regions of all devices
 2024-11-06 19:13 UTC  (2+ messages)

[PATCH V3 0/4] iommufd live update
 2024-11-06 18:55 UTC  (4+ messages)
` [PATCH V3 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS

[PATCH v3 0/3] Remove split on unmap behavior
 2024-11-06 16:22 UTC  (4+ messages)

[PATCH v2 1/3] iommu/io-pgtable-arm: Remove split on unmap behavior
 2024-11-06 15:12 UTC  (2+ messages)

[PATCH v7 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-11-06 12:23 UTC  (4+ messages)
` [PATCH v7 09/10] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v7 10/10] Documentation: userspace-api: iommufd: Update vDEVICE

[PATCH v2 00/17] Provide a new two step DMA mapping API
 2024-11-06 13:49 UTC  (18+ messages)
` [PATCH v2 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v2 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v2 03/17] iommu: generalize the batched sync after map interface
` [PATCH v2 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v2 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v2 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v2 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v2 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v2 09/17] docs: core-api: document the IOVA-based API
` [PATCH v2 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v2 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v2 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v2 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v2 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v2 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v2 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v2 17/17] vfio/mlx5: Enable the DMA link API

[PATCH v4 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-06 11:08 UTC  (50+ 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 v5 00/12] iommufd support pasid attach/replace
 2024-11-06  8:52 UTC  (8+ messages)
` [PATCH v5 01/12] iommu: Introduce a replace API for device pasid

[PATCH v3 2/3] iommu/io-pgtable-arm-v7s: Remove split on unmap behavior
 2024-11-06  8:43 UTC  (2+ messages)

[PATCH v2 00/15] Add MSM8917/PM8937/Redmi 5A
 2024-11-06  8:17 UTC  (3+ messages)
` [PATCH v2 08/15] dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8917
  ` (subset) "

[PATCH v2 0/8] Introduce debugfs support in IOMMU
 2024-11-06  7:46 UTC  (9+ messages)
` [PATCH v2 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v2 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v2 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v2 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v2 5/8] iommu/amd: Add support for device id user input
` [PATCH v2 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v2 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v2 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support

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


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