messages from 2024-10-11 11:32:55 to 2024-10-16 12:42:47 UTC [more...]
[PATCH V3 0/9] iommu_ioas_map_file
2024-10-16 12:42 UTC (10+ 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 v2 0/8] Initial support for SMMUv3 nested translation
2024-10-16 11:53 UTC (8+ messages)
[PATCH] iommu: Add support to change domain to blocked domain via sysfs
2024-10-16 11:46 UTC (9+ messages)
[PATCH v2 0/8] iommu: Domain allocation enhancements
2024-10-16 10:14 UTC (23+ 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 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 v10 0/7] Linux RISC-V IOMMU Support
2024-10-16 6:52 UTC (8+ 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
[PATCH v3 00/10] iommu/amd: Improve domain allocator and device attach code path
2024-10-16 5:35 UTC (11+ 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 v6 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-10-16 5:17 UTC (10+ 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 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 v3 0/4] vfio-pci support pasid attach/detach
2024-10-16 3:35 UTC (9+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
2024-10-16 1:58 UTC (5+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace
[PATCH 0/7] iommu/vt-d: Add domain_alloc_paging support
2024-10-16 1:46 UTC (24+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] iommu/vt-d: Remove unused domain_alloc callback
` [PATCH 3/7] iommu/vt-d: Enhance compatibility check for paging domain attach
` [PATCH 4/7] iommu/vt-d: Remove domain_update_iommu_cap()
` [PATCH 5/7] iommu/vt-d: Remove domain_update_iommu_superpage()
` [PATCH 6/7] iommu/vt-d: Refactor first_level_by_default()
` [PATCH 7/7] iommu/vt-d: Refine intel_iommu_domain_alloc_user()
[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 v3 0/2] Parse out event records
2024-10-15 20:03 UTC (15+ messages)
` [PATCH v3 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers
[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 v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
2024-10-15 13:31 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 (3+ messages)
` [PATCH 1/1] iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
[Report] annoyed dma debug warning "cacheline tracking EEXIST, overlapping mappings aren't supported"
2024-10-15 7:54 UTC (12+ messages)
[PATCH 1/1] iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
2024-10-14 17:10 UTC (4+ messages)
[PATCH v1 1/1] iommu/vt-d: Increase buffer size for device name
2024-10-14 10:45 UTC
[PATCH 0/4] Add support for APPS SMMU on QCS615
2024-10-14 9:53 UTC (6+ messages)
` [PATCH 2/4] dt-bindings: arm-smmu: Document Qualcomm QCS615 apps smmu
[PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
2024-10-12 4:56 UTC (4+ messages)
` [PATCH v3 14/16] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
[PATCH v4 00/10] iommufd support pasid attach/replace
2024-10-12 4:31 UTC (4+ messages)
` [PATCH v4 01/10] iommu: Introduce a replace API for device pasid
[PATCH v3 0/9] Initial support for SMMUv3 nested translation
2024-10-11 14:00 UTC (7+ messages)
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox