messages from 2025-02-13 12:11:38 to 2025-02-18 20:01:19 UTC [more...]
[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-02-18 20:01 UTC (12+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()
[PATCH 0/5] Misc iommu_attach_handle enhancements in iommu core
2025-02-18 19:57 UTC (15+ messages)
` [PATCH 1/5] iommu: Make @handle mandatory in iommu_{attach|replace}_group_handle()
` [PATCH 2/5] iommu: Drop iommu_group_replace_domain()
` [PATCH 3/5] iommu: Store either domain or handle in group->pasid_array
` [PATCH 4/5] iommu: Swap the order of setting group->pasid_array and calling attach op of iommu drivers
` [PATCH 5/5] iommu: Retire group->domain
[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-18 19:27 UTC (44+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
[PATCH 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
2025-02-18 16:53 UTC (29+ messages)
` [PATCH 01/12] iommu/arm-smmu-v3: Put iopf enablement in the domain attach path
` [PATCH 02/12] iommu/vt-d: Check if SVA is supported when attaching the SVA domain
` [PATCH 03/12] iommu: Remove IOMMU_DEV_FEAT_SVA
` [PATCH 04/12] iommu/vt-d: Move scalable mode ATS enablement to probe path
` [PATCH 05/12] iommu/vt-d: Move PRI enablement in "
` [PATCH 06/12] iommu/vt-d: Cleanup intel_context_flush_present()
` [PATCH 07/12] iommu/vt-d: Put iopf enablement in domain attach path
` [PATCH 08/12] iommufd/selftest: "
` [PATCH 09/12] dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
` [PATCH 10/12] uacce: "
` [PATCH 11/12] iommufd: "
` [PATCH 12/12] iommu: Remove iommu_dev_enable/disable_feature()
[PATCH v2] powerpc/pseries/iommu: Wait until all TCEs are unmapped before deleting DDW
2025-02-18 14:40 UTC (2+ messages)
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-02-18 14:16 UTC (24+ messages)
` [RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
` [RFC PATCH v2 02/22] PCI/IDE: Fixes to make it work on AMD SNP-SEV
` [RFC PATCH v2 03/22] PCI/IDE: Init IDs on all IDE streams beforehand
` [RFC PATCH v2 04/22] iommu/amd: Report SEV-TIO support
` [RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
` [RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 11/22] KVM: SEV: Add TIO VMGEXIT
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared
` [RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
` [RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
` [RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
` [RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices
` [RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
` [RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted
[PATCH 1/1] iommu/vt-d: Fix suspicious RCU usage
2025-02-18 14:09 UTC (3+ messages)
[PATCH v4 00/12] Initial support for SMMUv3 nested translation
2025-02-18 13:03 UTC (15+ messages)
[PATCH v11 0/3] Add dma coherent allocator abstraction
2025-02-18 12:44 UTC (8+ messages)
` [PATCH v11 2/3] rust: add "
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2025-02-18 9:52 UTC (10+ messages)
[PATCH 0/3] dma mapping benchmark: add support for dma_map_sg
2025-02-17 20:59 UTC (3+ messages)
` [PATCH 2/3] dma-mapping: "
[PATCH 0/2] iommu: Fix the longstanding probe issues
2025-02-17 16:29 UTC (9+ messages)
` [PATCH 1/2] iommu: Handle race with default domain setup
` [PATCH 2/2] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH v6 RESEND] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
2025-02-17 10:26 UTC
[PATCH 00/10] Initial support of MSM8937 and Xiaomi Redmi 3S
2025-02-17 10:18 UTC (5+ messages)
` [PATCH 04/10] pinctrl: qcom: msm8917: Add MSM8937 wsa_reset pin
` (subset) [PATCH 00/10] Initial support of MSM8937 and Xiaomi Redmi 3S
[PATCH 0/4] Fix omap-iommu bitrot
2025-02-16 10:27 UTC (5+ messages)
` [PATCH 2/4] media: omap3isp: Handle ARM dma_iommu_mapping
[PATCH v7 00/13] iommufd support pasid attach/replace
2025-02-16 3:52 UTC (14+ messages)
` [PATCH v7 01/13] iommu: Add iommu_attach_device_pasid_handle()
` [PATCH v7 02/13] iommu: Introduce a replace API for device pasid
` [PATCH v7 03/13] iommufd: Pass @pasid through the device attach/replace path
` [PATCH v7 04/13] iommufd/device: Only add reserved_iova in non-pasid path
` [PATCH v7 05/13] iommufd: Mark PASID-compatible domain
` [PATCH v7 06/13] iommufd: Support pasid attach/replace
` [PATCH v7 07/13] iommufd: Enforce PASID-compatible domain for RID
` [PATCH v7 08/13] iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID support
` [PATCH v7 09/13] iommufd: Allow allocating PASID-compatible domain
` [PATCH v7 10/13] iommufd/selftest: Add set_dev_pasid in mock iommu
` [PATCH v7 11/13] iommufd/selftest: Add a helper to get test device
` [PATCH v7 12/13] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v7 13/13] iommufd/selftest: Add coverage for iommufd "
[6.1.y] Regression from b1e6e80a1b42 ("xen/swiotlb: add alignment check for dma buffers") when booting with Xen and mpt3sas_cm0 _scsih_probe failures
2025-02-15 17:01 UTC (9+ messages)
[PATCH net-next v9 0/4] fix the DMA API misuse problem for page_pool
2025-02-15 12:13 UTC (4+ messages)
` [PATCH net-next v9 2/4] page_pool: fix IOMMU crash when driver has already unbound
[PATCH v2 00/23] iommu: Further abstract iommu-pages
2025-02-15 9:47 UTC (28+ messages)
` [PATCH v2 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v2 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v2 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v2 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v2 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v2 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v2 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v2 08/23] iommu/vtd: Use virt_to_phys()
` [PATCH v2 09/23] iommu/pages: Formalize the freelist API
` [PATCH v2 10/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v2 11/23] iommu/amd: "
` [PATCH v2 12/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v2 13/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v2 14/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v2 15/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v2 16/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v2 17/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v2 18/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v2 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v2 21/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v2 22/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()
[PATCH v4 0/3] Fix broken SNP support with KVM module built-in
2025-02-14 23:38 UTC (3+ messages)
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-14 19:49 UTC (19+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[git pull] IOMMU Fixes for Linux v6.14-rc2
2025-02-14 19:28 UTC (2+ messages)
[PATCH] dma: Attempt gigantic allocations outside of CMA
2025-02-14 15:43 UTC
[PATCH RESEND 0/3] iommu: omap: Simplify few things
2025-02-14 7:27 UTC (4+ messages)
` [PATCH RESEND 2/3] iommu: omap: Simplify returning syscon PTR_ERR
[PATCH v6 00/14] iommufd support pasid attach/replace
2025-02-14 3:24 UTC (16+ messages)
` [PATCH v6 09/14] iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID support
[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
2025-02-13 21:34 UTC (11+ messages)
` [PATCH v1 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v1 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_addr()
[PATCH v5 0/4] iommu/s390: add support for IOMMU passthrough
2025-02-13 16:02 UTC (6+ messages)
` [PATCH v5 2/4] s390/pci: store DMA offset in bus_dma_region
` [PATCH v5 4/4] iommu/s390: implement iommu passthrough via identity domain
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