Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-14 19:24:38 to 2024-10-17 14:04:05 UTC [more...]

[PATCH v3 00/12] iommu: Domain allocation enhancements
 2024-10-17 14:01 UTC  (8+ messages)
` [PATCH v3 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v3 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v3 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v3 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v3 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v3 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v3 07/12] iommu/amd: Separate page table setup from domain allocation

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-17 13:54 UTC  (3+ messages)

[PATCH v3 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-17 13:39 UTC  (21+ messages)
` [PATCH v3 01/10] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v3 02/10] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v3 03/10] iommu/amd: xarray to track protection_domain->iommu list
` [PATCH v3 04/10] iommu/amd: Remove unused amd_iommus variable
` [PATCH v3 05/10] iommu/amd: Do not detach devices in domain free path
` [PATCH v3 06/10] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v3 07/10] iommu/amd: Rearrange attach device code
` [PATCH v3 08/10] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v3 09/10] iommu/amd: Reorder attach device code
` [PATCH v3 10/10] iommu/amd: Improve amd_iommu_release_device()

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-10-17 13:08 UTC  (11+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-10-17 11:57 UTC  (10+ messages)

[PATCH] iommu/mediatek: Add PGTABLE_PA_35_EN to mt8186 platform data
 2024-10-17 11:20 UTC 

[PATCH v2 0/8] iommu: Domain allocation enhancements
 2024-10-17 11:03 UTC  (26+ messages)
` [PATCH v2 1/8] iommu: Refactor __iommu_domain_alloc()
` [PATCH v2 2/8] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v2 3/8] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v2 6/8] iommu/amd: Enhance domain_alloc_user() to allocate "

[PATCH v3 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers
 2024-10-17  8:06 UTC  (13+ messages)

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

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-16 22:20 UTC  (3+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-16 16:11 UTC  (10+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH v6 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-16 14:22 UTC  (17+ messages)
` [PATCH v6 1/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v6 2/9] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128
` [PATCH v6 3/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v6 4/9] iommu/amd: Introduce per-device DTE cache to store persistent bits
` [PATCH v6 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v6 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v6 7/9] iommu/amd: Move erratum 63 logic to write_dte_lower128()
` [PATCH v6 8/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v6 9/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()

[PATCH V3 0/9] iommu_ioas_map_file
 2024-10-16 13:21 UTC  (14+ messages)
` [PATCH V3 1/9] mm/gup: folio_add_pins
` [PATCH V3 4/9] iommufd: pfn reader for file mappings
` [PATCH V3 5/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V3 7/9] iommufd: pfn reader local variables
` [PATCH V3 8/9] iommufd: optimize file mapping

[PATCH] iommu: Add support to change domain to blocked domain via sysfs
 2024-10-16 11:46 UTC  (9+ messages)

[PATCH v2 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-16 10:13 UTC  (27+ messages)
` [PATCH v2 01/10] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v2 02/10] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v2 03/10] iommu/amd: xarray to track protection_domain->iommu list
` [PATCH v2 04/10] iommu/amd: Remove unused amd_iommus variable
` [PATCH v2 05/10] iommu/amd: Do not detach devices in domain free path
` [PATCH v2 06/10] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v2 07/10] iommu/amd: Rearrange attach device code
` [PATCH v2 08/10] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v2 09/10] iommu/amd: Reorder attach device code
` [PATCH v2 10/10] iommu/amd: Improve amd_iommu_release_device()

[PATCH v9 0/7] Linux RISC-V IOMMU Support
 2024-10-16  9:35 UTC  (13+ messages)
` [PATCH v9 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v9 6/7] iommu/riscv: Command and fault queue support
` [PATCH v9 7/7] iommu/riscv: Paging domain support

[PATCH RFC 0/2] iommu/arm-smmu-v3: bypass streamid zero on i.MX95
 2024-10-16  9:12 UTC  (21+ messages)
` [PATCH RFC 1/2] dt-bindings: iommu: arm,smmu-v3: introduce nxp,imx95-bypass-sid-zero
` [PATCH RFC 2/2] iommu/arm-smmu-v3: Bypass SID0 for NXP i.MX95

[PATCH] iommu/amd: Do not try copy old DTE resume path
 2024-10-16  8:49 UTC 

[syzbot] [iommu?] kernel BUG in dma_alloc_attrs
 2024-10-16  8:02 UTC  (2+ messages)

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-16  7:08 UTC  (15+ messages)
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl

[PATCH v5 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-16  5:15 UTC  (6+ messages)
` [PATCH v5 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers

[PATCH 0/7] iommu/vt-d: Add domain_alloc_paging support
 2024-10-16  1:46 UTC  (8+ messages)
` [PATCH 3/7] iommu/vt-d: Enhance compatibility check for paging domain attach

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-15 21:08 UTC  (6+ messages)
` [PATCH v4 1/5] iommu/vt-d: Separate page request queue from SVM
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
` [PATCH v4 3/5] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH v4 4/5] iommufd: Enable PRI when doing the iommufd_hwpt_alloc
` [PATCH v4 5/5] iommu/vt-d: drop pasid requirement for prq initialization

[PATCH v3 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-15 21:02 UTC  (3+ messages)

[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
 2024-10-15 16:27 UTC  (5+ messages)
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2024-10-15 15:34 UTC  (2+ messages)

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-15 10:52 UTC  (4+ messages)

[PATCH v2 0/4] Add support for APPS SMMU on QCS615
 2024-10-15  9:53 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: firmware: qcom,scm: document QCS615 SCM
` [PATCH v2 2/4] dt-bindings: arm-smmu: document QCS615 APPS SMMU
` [PATCH v2 3/4] arm64: dts: qcom: qcs615: add the SCM node
` [PATCH v2 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[GIT PULL] iommu/arm-smmu: Fixes for 6.12-rc
 2024-10-15  8:16 UTC  (2+ messages)

[PATCH v2 1/1] iommu: Remove iommu_present()
 2024-10-15  8:24 UTC  (2+ messages)

[PATCH] iommu/amd: Use atomic64_inc_return() in iommu.c
 2024-10-15  8:22 UTC  (2+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-15  8:21 UTC  (3+ messages)
` [PATCH 19/35] iommu: "

[PATCH v4] iommu/s390: Implement blocking domain
 2024-10-15  8:19 UTC  (2+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.12-rc
 2024-10-15  8:18 UTC  (2+ messages)

[Report] annoyed dma debug warning "cacheline tracking EEXIST, overlapping mappings aren't supported"
 2024-10-15  7:54 UTC  (11+ messages)


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