messages from 2024-10-08 13:36:37 to 2024-10-15 07:40:44 UTC [more...]
[Report] annoyed dma debug warning "cacheline tracking EEXIST, overlapping mappings aren't supported"
2024-10-15 7:40 UTC (11+ 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 RFC 0/2] iommu/arm-smmu-v3: bypass streamid zero on i.MX95
2024-10-15 3:14 UTC (3+ 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 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 net v2 0/2] fix two bugs related to page_pool
2024-10-15 0:14 UTC (3+ 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 v3 0/4] vfio-pci support pasid attach/detach
2024-10-14 15:49 UTC (6+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[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 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.12-rc
2024-10-14 1:37 UTC (2+ messages)
` [PATCH 1/1] iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
[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 (7+ messages)
` [PATCH v3 1/5] iommu/vt-d: Separate page request queue from SVM
` [PATCH v3 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
` [PATCH v3 3/5] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH v3 4/5] iommufd: Enable PRI when doing the iommufd_hwpt_alloc
` [PATCH v3 5/5] iommu/vt-d: drop pasid requirement for prq initialization
[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 v2 0/8] iommu: Domain allocation enhancements
2024-10-11 11:39 UTC (13+ messages)
` [PATCH v2 2/8] iommu: Introduce iommu_paging_domain_alloc_flags()
[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 v2 0/6] Make set_dev_pasid op supporting domain replacement
2024-10-11 5:01 UTC (7+ messages)
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle "
[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 v9 0/7] Linux RISC-V IOMMU Support
2024-10-10 19:48 UTC (8+ 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
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
2024-10-10 15:33 UTC (14+ 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
[GIT PULL] iommu/arm-smmu: Fixes for 6.12-rc
2024-10-10 11:42 UTC
[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
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-09 12:31 UTC (13+ messages)
[PATCH v2 1/1] iommu: Remove iommu_present()
2024-10-09 5:18 UTC
[PATCH v4 0/4] iommu: Refactoring domain allocation interface
2024-10-09 4:11 UTC (5+ messages)
` [PATCH v4 1/4] remoteproc: Use iommu_paging_domain_alloc()
` [PATCH v4 2/4] media: nvidia: tegra: "
` [PATCH v4 3/4] drm/nouveau/tegra: "
` [PATCH v4 4/4] iommu: Remove iommu_domain_alloc()
[PATCH 1/1] iommu: Remove iommu_present()
2024-10-09 1:41 UTC (3+ messages)
[PATCH 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support
2024-10-09 1:32 UTC (2+ messages)
[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
2024-10-08 22:06 UTC (3+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v10 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array
[PATCH] iommu/omap: Don't register ops by fwnode
2024-10-08 19:52 UTC (6+ messages)
[PATCH v2] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
2024-10-08 18:24 UTC (2+ messages)
[PATCH v2] iommu/arm-smmu-v3: Convert comma to semicolon
2024-10-08 18:24 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
2024-10-08 18:24 UTC (2+ messages)
[PATCH] iommu/amd: Use atomic64_inc_return() in iommu.c
2024-10-08 18:12 UTC (2+ messages)
[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
2024-10-08 17:39 UTC (4+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle
[v3 PATCH] iommu/arm-smmu-v3: Fix L1 stream table index calculation for 32-bit sid size
2024-10-08 17:42 UTC (6+ messages)
[PATCH] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
2024-10-08 13:36 UTC (3+ messages)
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