messages from 2025-06-13 13:41:26 to 2025-06-16 17:33:07 UTC [more...]
Virtio-IOMMU interrupt remapping design
2025-06-16 17:33 UTC (4+ messages)
[RFC PATCH] iommufd: Destroy vdevice on device unbind
2025-06-16 16:49 UTC (15+ messages)
[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
2025-06-16 16:27 UTC (9+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
` [PATCH rc 2/4] iommufd/selftest: Add missing close(mfd) in memfd_mmap()
` [PATCH rc 3/4] iommufd/selftest: Add asserts testing global mfd
` [PATCH rc 4/4] iommufd/selftest: Fix build warnings due to uninitialized mfd
Virtio interrupt remapping
2025-06-16 16:07 UTC (5+ messages)
[PATCH 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-06-16 16:06 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH 3/5] iommu: Add verisilicon IOMMU driver
` [PATCH 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH 5/5] media: verisilicon: Flush IOMMU before decoding a frame
[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-16 16:03 UTC (49+ messages)
` [PATCH v6 01/25] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v6 02/25] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v6 03/25] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v6 04/25] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v6 05/25] iommufd/selftest: Add coverage for viommu data
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 08/25] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 11/25] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v6 12/25] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 14/25] iommufd/selftest: Add coverage for the new "
` [PATCH v6 15/25] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v6 16/25] iommu: Allow an input type in hw_info op
` [PATCH v6 17/25] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v6 18/25] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v6 19/25] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v6 21/25] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v6 22/25] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v6 23/25] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v6 25/25] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v2 1/2] vfio: Prevent open_count decrement to negative
2025-06-16 15:34 UTC (9+ messages)
` [PATCH v2 2/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode
[RFC PATCH 0/8] Add mt8196 SMMU support
2025-06-16 14:27 UTC (11+ messages)
` [RFC PATCH 1/8] dt-bindings: iommu: mediatek: Add mt8196 support
` [RFC PATCH 2/8] iommu/arm-smmu-v3: Add SMMU implementation
` [RFC PATCH 3/8] iommu/arm-smmu-v3: Add implementation for MT8196 MM SMMU
` [RFC PATCH 4/8] iommu/arm-smmu-v3: Add implementation for MT8196 APU SMMU
` [RFC PATCH 5/8] iommu/arm-smmu-v3: Add IRQ handle for smmu impl
` [RFC PATCH 6/8] iommu/arm-smmu-v3: mediatek: Add wrapper handle for IRQ
` [RFC PATCH 7/8] iommu/arm-smmu-v3: Invoke rpm operation before accessing the hw
` [RFC PATCH 8/8] iommu/arm-smmu-v3: mediatek: Implement rpm get/put function
[PATCH] dma-mapping: Stub out dma_{alloc,free,map}_pages() API
2025-06-16 13:48 UTC (17+ messages)
[PATCH] iommu/vt-d: remove the CONFIG_X86 wrapping from iommu init hook
2025-06-16 13:17 UTC
[PATCH RFC v1 0/2] iommu&pci: Disable ATS during FLR resets
2025-06-16 13:09 UTC (4+ messages)
[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
2025-06-16 12:49 UTC (34+ messages)
` [PATCH v2 01/14] iommufd: Apply obvious cosmetic fixes
` [PATCH v2 02/14] iommufd: Drop unused ictx in struct iommufd_vdevice
` [PATCH v2 03/14] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v2 04/14] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v2 05/14] iommufd: Return EOPNOTSUPP for failures due to driver bugs
` [PATCH v2 06/14] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v2 07/14] iommufd/viommu: Support "
` [PATCH v2 08/14] iommufd/selftest: Drop parent domain from mock_iommu_domain_nested
` [PATCH v2 09/14] iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_init
` [PATCH v2 10/14] iommu/arm-smmu-v3: Replace arm_vsmmu_alloc with arm_vsmmu_init
` [PATCH v2 11/14] iommu: Deprecate viommu_alloc op
` [PATCH v2 12/14] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v2 14/14] iommufd: Apply the new "
[RESEND PATCH v4 0/4] dma-mapping: benchmark: Add support for dma_map_sg
2025-06-16 10:40 UTC (10+ messages)
` [RESEND PATCH v4 1/4] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
` [RESEND PATCH v4 2/4] dma-mapping: benchmark: modify the framework to adapt to more map modes
` [RESEND PATCH v4 3/4] dma-mapping: benchmark: add support for dma_map_sg
` [RESEND PATCH v4 4/4] selftests/dma: Add dma_map_sg support for dma_map_benchmark
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-16 8:16 UTC (7+ messages)
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support
[PATCH v2] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible
2025-06-16 0:11 UTC (2+ messages)
[PATCH v4 0/3] Additional improvements for dma coherent allocator
2025-06-15 12:51 UTC (5+ messages)
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
[git pull] IOMMU Fix for Linux v6.16-rc1
2025-06-14 18:10 UTC (2+ messages)
[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
2025-06-14 11:12 UTC (7+ messages)
` [PATCH 07/11] iommu/apple-dart: Drop default ARCH_APPLE in Kconfig
` [PATCH 11/11] arm64: defconfig: Enable Apple Silicon drivers
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
[PATCH v1 00/12] iommufd: Repare for IOMMUFD_OBJ_HW_QUEUE
2025-06-13 23:37 UTC (14+ messages)
` [PATCH v1 05/12] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v1 06/12] iommufd/selftest: Implement mock_get_viommu_size and mock_viommu_init
` [PATCH v1 10/12] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v1 11/12] iommufd: Introduce iommufd_object_alloc_ucmd helper
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-13 20:50 UTC (17+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
[PATCH rc] iommu/terga: Fix incorrect size calculation
2025-06-13 14:59 UTC (2+ 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