messages from 2024-10-09 13:34:46 to 2024-10-15 12:47:25 UTC [more...]
[PATCH RFC 0/2] iommu/arm-smmu-v3: bypass streamid zero on i.MX95
2024-10-15 12:47 UTC (6+ 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 v2 0/8] iommu: Domain allocation enhancements
2024-10-15 12:40 UTC (24+ 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-15 12:30 UTC (22+ 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 v3 0/4] vfio-pci support pasid attach/detach
2024-10-15 11:07 UTC (7+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH net v2 0/2] fix two bugs related to page_pool
2024-10-15 10:52 UTC (4+ messages)
[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
2024-10-15 10:03 UTC (10+ messages)
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle "
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace
[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
[PATCH v9 0/7] Linux RISC-V IOMMU Support
2024-10-15 8:59 UTC (12+ messages)
` [PATCH v9 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v9 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v9 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v9 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v9 5/7] iommu/riscv: Device directory management
` [PATCH v9 6/7] iommu/riscv: Command and fault queue support
` [PATCH v9 7/7] iommu/riscv: Paging domain support
[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 v2 0/8] Initial support for SMMUv3 nested translation
2024-10-15 3:21 UTC (5+ messages)
[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
2024-10-15 3:19 UTC (3+ 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-15 2:52 UTC (22+ 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 v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-15 2:01 UTC (38+ messages)
` [PATCH v3 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [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 v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v3 04/16] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v3 05/16] iommu/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v3 06/16] iommufd/hw_pagetable: Allow viommu->ops->cache_invalidate for hwpt_nested
` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v3 08/16] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
` [PATCH v3 10/16] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v3 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v3 12/16] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v3 14/16] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v3 15/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
` [PATCH v3 16/16] iommu/arm-smmu-v3: Update comments about ATS and bypass
[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 (10+ messages)
` [PATCH 1/4] dt-bindings: firmware: qcom,scm: document SCM "
` [PATCH 2/4] dt-bindings: arm-smmu: Document Qualcomm QCS615 apps smmu
` [PATCH 3/4] arm64: dts: qcom: qcs615: add scm node
` [PATCH 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node
[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/2] Parse out event records
2024-10-11 20:31 UTC (23+ messages)
` [PATCH v3 1/2] iommu/arm-smmu-v3: Print better events records
` [PATCH v3 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers
[PATCH v3 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
2024-10-11 16:40 UTC (2+ messages)
[PATCH v3 0/9] Initial support for SMMUv3 nested translation
2024-10-11 14:00 UTC (18+ messages)
` [PATCH v3 1/9] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v3 2/9] ACPICA: IORT: Update for revision E.f
` [PATCH v3 3/9] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v3 4/9] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v3 5/9] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v3 6/9] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v3 7/9] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [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
[PATCH v5 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-10-11 11:05 UTC (7+ messages)
` [PATCH v5 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-11 1:34 UTC (8+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
` [EXTERNAL] "
` [EXTERNAL] RE: [PATCH 0/5] Add new headers for Hyper-V Dom0
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
2024-10-10 15:33 UTC (11+ messages)
` [PATCH 22/51] iommu/arm-smmu: "
[RFC PATCH 00/13] Support iommu(fd) persistence for live update
2024-10-10 15:32 UTC (11+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2024-10-09 19:02 UTC (3+ messages)
` [PATCH v16 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
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