IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 06:21:47 to 2021-06-16 06:53:24 UTC [more...]

Plan for /dev/ioasid RFC v2
 2021-06-16  6:53 UTC  (29+ messages)

[PATCH v4 0/6] Add support for ACPI VIOT
 2021-06-16  6:34 UTC  (2+ messages)

[PATCH v11 00/12] Restricted DMA
 2021-06-16  6:25 UTC  (18+ messages)
` [PATCH v11 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v11 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v11 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v11 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v11 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v11 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
` [PATCH v11 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v11 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v11 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v11 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v11 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v11 12/12] of: Add plumbing for "

[PATCH v12 00/12] Restricted DMA
 2021-06-16  6:21 UTC  (13+ messages)
` [PATCH v12 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v12 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v12 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v12 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v12 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v12 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v12 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v12 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v12 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v12 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v12 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v12 12/12] of: Add plumbing for "

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-16  6:05 UTC  (2+ messages)

[PATCH v10 00/12] Restricted DMA
 2021-06-16  3:55 UTC  (25+ messages)
` [PATCH v10 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v10 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v10 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v10 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v10 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v10 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
` [PATCH v10 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v10 09/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v10 10/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v10 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v10 12/12] of: Add plumbing for "

[PATCH 1/1] iommu/arm-smmu-v3: remove unnecessary oom message
 2021-06-16  1:47 UTC  (9+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-16  0:02 UTC  (13+ messages)

[PATCH v3 0/9] arm64: tegra: Prevent early SMMU faults
 2021-06-15 19:50 UTC  (7+ messages)
` [PATCH v3 3/9] iommu/arm-smmu: Implement ->probe_finalize()

[PATCH v3 0/6] iommu/amd: Enable page-selective flushes
 2021-06-15 19:46 UTC  (24+ messages)
` [PATCH v3 2/6] iommu/amd: Do not use flush-queue when NpCache is on
` [PATCH v3 3/6] iommu: Improve iommu_iotlb_gather helpers
` [PATCH v3 4/6] iommu: Factor iommu_iotlb_gather_is_disjoint() out
` [PATCH v3 5/6] iommu/amd: Tailored gather logic for AMD
` [PATCH v3 6/6] iommu/amd: Sync once for scatter-gather operations

[PATCH v6 00/15] Optimizing iommu_[map/unmap] performance
 2021-06-15 17:08 UTC  (16+ messages)
` [PATCH v6 01/15] iommu/io-pgtable: Introduce unmap_pages() as a page table op
` [PATCH v6 02/15] iommu: Add an unmap_pages() op for IOMMU drivers
` [PATCH v6 03/15] iommu/io-pgtable: Introduce map_pages() as a page table op
` [PATCH v6 04/15] iommu: Add a map_pages() op for IOMMU drivers
` [PATCH v6 05/15] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [PATCH v6 06/15] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [PATCH v6 07/15] iommu: Hook up '->unmap_pages' driver callback
` [PATCH v6 08/15] iommu: Add support for the map_pages() callback
` [PATCH v6 09/15] iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
` [PATCH v6 10/15] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [PATCH v6 11/15] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
` [PATCH v6 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
` [PATCH v6 13/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
` [PATCH v6 14/15] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
` [PATCH v6 15/15] iommu/arm-smmu: Implement the map_pages() "

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-15 15:24 UTC  (18+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-15 14:13 UTC  (11+ messages)
` [PATCH v8 01/10] iova: Export alloc_iova_fast() and free_iova_fast();
` [PATCH v8 02/10] file: Export receive_fd() to modules
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v8 04/10] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v8 05/10] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v8 06/10] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v8 07/10] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v8 08/10] vduse: Implement an MMU-based IOMMU driver
` [PATCH v8 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE

[PATCH] iommu/io-pgtable-arm: Optimize partial walk flush for large scatter-gather list
 2021-06-15 13:53 UTC  (15+ messages)

[PATCH v9 00/14] Restricted DMA
 2021-06-15 13:30 UTC  (18+ messages)
` [PATCH v9 01/14] swiotlb: Refactor swiotlb init functions
` [PATCH v9 05/14] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v9 06/14] swiotlb: Update is_swiotlb_active "
` [PATCH v9 07/14] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v9 08/14] swiotlb: Move alloc_size to find_slots
` [PATCH v9 09/14] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v9 11/14] swiotlb: Add restricted DMA alloc/free support

[PATCH v12 0/5] Enhance IOMMU default DMA mode build options
 2021-06-15  8:25 UTC  (24+ messages)
` [PATCH v12 1/5] iommu: Print strict or lazy mode at init time
` [PATCH v12 2/5] iommu: Enhance IOMMU default DMA mode build options
` [PATCH v12 3/5] iommu/vt-d: Add support for "
` [PATCH v12 5/5] iommu: Remove mode argument from iommu_set_dma_strict()

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-15  8:02 UTC  (24+ messages)
` [PATCH v5 1/8] ACPI/IORT: Add support for RMR node parsing
` [PATCH v5 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v5 5/8] iommu/arm-smmu-v3: Add bypass flag to arm_smmu_write_strtab_ent()
` [PATCH v5 6/8] iommu/arm-smmu-v3: Get associated RMR info and install
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH 1/1] dma: coherent: check no-map property for arm64
 2021-06-15  7:19 UTC  (7+ messages)

[PATCH] iommu: Update "iommu.strict" documentation
 2021-06-15  7:05 UTC  (3+ messages)

[PATCH v5 0/5] iommu/arm-smmu: adreno-smmu page fault handling
 2021-06-14 17:54 UTC  (9+ messages)
` [PATCH v5 1/5] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [PATCH v5 2/5] iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault info
` [PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler
` [PATCH v5 4/5] iommu/arm-smmu-qcom: Add stall support

[PATCH] swiotlb-xen: override common mmap and get_sgtable dma ops
 2021-06-14 15:45 UTC  (4+ messages)

Regression in at least 5.10.y and mainline: Firewire audio interface fails to work properly (when booted under Xen)
 2021-06-14 13:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).