messages from 2025-05-12 10:07:43 to 2025-05-16 16:45:24 UTC [more...]
[PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode
2025-05-16 16:45 UTC (2+ messages)
` [PATCH 2/2] vfio: Prevent open_count decrement to negative
[PATCH 0/4] RISC-V: Add ACPI support for IOMMU
2025-05-16 14:15 UTC (7+ messages)
` [PATCH 1/4] ACPICA: actbl2: Add definitions for RIMT
` [PATCH 2/4] ACPI: RISC-V: Add support "
` [PATCH 3/4] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
` [PATCH 4/4] iommu/riscv: Add ACPI support
[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-16 13:29 UTC (87+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v4 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v4 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support
[PATCHv3 0/6] make vendor specific subdirectory inclusion conditional
2025-05-16 12:52 UTC (9+ messages)
` [PATCH 1/6] iommu: remove duplicate selection of DMAR_TABLE
` [PATCH 2/6] iommu: make inclusion of intel directory conditional
` [PATCH 3/6] iommu: make inclusion of amd "
` [PATCH 4/6] iommu: make inclusion of riscv "
` [PATCH 5/6] iommu: make inclusion of arm/arm-smmu-v3 "
` [PATCH 6/6] iommu: make inclusion of iommufd "
[PATCH v2 04/15] iommupt: Add the AMD IOMMU v1 page table format
2025-05-16 11:57 UTC (3+ messages)
[RFC PATCH 0/2] scatterlist rust bindings
2025-05-16 7:52 UTC (20+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings
[PATCH] iommu: Clear the freelist after iommu_put_pages_list()
2025-05-16 6:52 UTC (2+ messages)
[PATCH 0/5] [PULL REQUEST] Intel IOMMU updates for v6.16
2025-05-16 6:49 UTC (7+ messages)
` [PATCH 1/5] iommu/vt-d: Restore WO permissions on second-level paging entries
` [PATCH 2/5] iommu/vt-d: Use ida to manage domain id
` [PATCH 3/5] iommu/vt-d: Replace spin_lock with mutex to protect domain ida
` [PATCH 4/5] iommu/vt-d: Eliminate pci_physfn() in dmar_find_matched_satc_unit()
` [PATCH 5/5] iommu/vt-d: Change dmar_ats_supported() to return boolean
[PATCH v3] iommu/amd: Allow matching ACPI HID devices without matching UIDs
2025-05-16 6:48 UTC (3+ messages)
[PATCH v3 rc] iommu: Skip PASID validation for devices without PASID capability
2025-05-16 6:45 UTC (5+ messages)
[PATCH][next] iommu/fsl_pamu: remove trailing space after \n
2025-05-16 6:39 UTC (2+ messages)
[PATCH 1/1] iommu/vt-d: Restore context entry setup order for aliased devices
2025-05-16 6:15 UTC (4+ messages)
[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
2025-05-16 5:02 UTC (15+ messages)
` [PATCH v2 02/15] genpt: Add Documentation/ files
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v2 07/15] iommupt: Add map_pages op
[PATCH v4 0/4] dma-mapping: benchmark: Add support for dma_map_sg
2025-05-16 1:40 UTC (5+ messages)
` [PATCH v4 1/4] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
` [PATCH v4 2/4] dma-mapping: benchmark: modify the framework to adapt to more map modes
` [PATCH v4 3/4] dma-mapping: benchmark: add support for dma_map_sg
` [PATCH v4 4/4] selftests/dma: Add dma_map_sg support for dma_map_benchmark
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-05-15 22:05 UTC (3+ messages)
[PATCH v6 0/7] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-05-15 19:58 UTC (8+ messages)
` [PATCH v6 1/7] iommu/arm-smmu-qcom: Enable threaded IRQ for Adreno SMMUv2/MMU500
` [PATCH v6 2/7] iommu/arm-smmu: Move handing of RESUME to the context fault handler
` [PATCH v6 3/7] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH v6 4/7] drm/msm: Don't use a worker to capture fault devcoredump
` [PATCH v6 5/7] drm/msm: Delete resume_translation()
` [PATCH v6 6/7] drm/msm: Temporarily disable stall-on-fault after a page fault
` [PATCH v6 7/7] iommu/smmu-arm-qcom: Delete resume_translation()
[PATCH v5 0/5] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-05-15 17:13 UTC (8+ messages)
` [PATCH v5 3/5] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault
[PATCH 0/7] Remove ops.pgsize_bitmap
2025-05-15 16:33 UTC (2+ messages)
[PATCH] iommu/io-pgtable-arm: Support contiguous bit in translation tables
2025-05-15 15:40 UTC (4+ messages)
[PATCH v2 00/11] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
2025-05-15 15:06 UTC (3+ messages)
` [PATCH v2 02/11] iommu/arm-smmu-v3: Pass in smmu/iommu_domain to __arm_smmu_tlb_inv_range()
[PATCH v4 00/40] drm/msm: sparse / "VM_BIND" support
2025-05-15 14:48 UTC (4+ messages)
` [PATCH v4 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-05-15 8:18 UTC (5+ messages)
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared
[PATCH v4 00/40] drm/msm: sparse / "VM_BIND" support
2025-05-14 17:13 UTC (3+ messages)
` [PATCH v4 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
[PATCH v2 0/3] mt8395/mt6359: Fix several dtb-check errors
2025-05-14 13:45 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
` [PATCH v2 2/3] dt-bindings: iommu: mediatek: Support 5 IRQs on MT8195 infra IOMMU
` [PATCH v2 3/3] arm64: dts: mt6359: Rename RTC node to match binding expectations
[PATCH v3 0/3] media: fix incorrect use of dma_sync_sg_*() calls
2025-05-14 13:44 UTC (4+ messages)
` [PATCH v3 2/3] udmabuf: use sgtable-based scatterlist wrappers
` [Linaro-mm-sig] "
[REGRESSION] on linux-next (next-20250507)
2025-05-14 12:40 UTC (3+ messages)
[RESEND PATCH v6 0/3] Initial BBML2 support for contpte_convert()
2025-05-14 12:05 UTC (13+ messages)
` [RESEND PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature
[PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors
2025-05-14 8:13 UTC (8+ messages)
` [PATCH 1/4] dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
` [PATCH 2/4] dt-bindings: iommu: mediatek: mt8195 Accept up to 5 interrupts
[PATCH 1/5] iommu/vt-d: Restore WO permissions on second-level paging entries
2025-05-14 6:39 UTC (2+ messages)
[REGRESSION] applespi from 6.12 onwards
2025-05-14 3:39 UTC (12+ messages)
[PATCH v2] xen: swiotlb: Wire up map_resource callback
2025-05-14 0:14 UTC (2+ messages)
[PATCH 0/2] PCI: Clean up match_driver flag usage
2025-05-13 7:08 UTC (4+ messages)
` [PATCH 1/2] Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"
[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
2025-05-12 23:35 UTC (14+ messages)
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
[PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
2025-05-12 15:31 UTC (11+ messages)
[PATCH v2] iommu/amd: Allow matching ACPI HID devices without matching UIDs
2025-05-12 13:13 UTC (3+ messages)
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-05-12 10:07 UTC (2+ messages)
` (subset) "
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