Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-26 20:50:37 to 2024-03-04 17:11:27 UTC [more...]

[PATCH v5 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-04 17:11 UTC  (30+ messages)
` [PATCH v5 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v5 2/6] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v5 3/6] swiotlb: Honour dma_alloc_coherent() "
` [PATCH v5 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present
` [PATCH v5 5/6] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE

[PATCH] iommu/dma: Document min_align_mask assumption
 2024-03-04 15:47 UTC  (3+ messages)

[PATCH] iommu: Avoid races around default domain allocations
 2024-03-04 13:25 UTC  (3+ messages)
` [PATCH RESEND STABLE v6.1] "

[PATCH 0/3] iommu: Fix domain check on release (part 2/2)
 2024-03-04 11:13 UTC  (11+ messages)
` [PATCH 1/3] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH 2/3] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH 3/3] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-03-04  9:47 UTC  (9+ messages)

[PATCH v2 0/2] iommu: Fix domain check on release (part 1/2)
 2024-03-04  9:39 UTC  (7+ messages)
` [PATCH v2 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH v2 2/2] iommu/vt-d: Fix NULL domain on device release

[PACTH v3] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2024-03-04  8:49 UTC  (3+ messages)

[PATCH] iommu/dma: Fix not fully traversing iova reservations issue
 2024-03-04  8:15 UTC 

[RFC] dma-mapping: introduce dma_can_skip_unmap()
 2024-03-04  6:28 UTC  (9+ messages)

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-03-04  2:27 UTC  (4+ messages)

[PATCH] iommu/vt-d: avoid sending explicit ATS invalidation request to released device
 2024-03-04  1:52 UTC  (7+ messages)

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-02  2:36 UTC  (3+ messages)
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-03-02  1:31 UTC  (2+ messages)

[git pull] IOMMU Fix for Linux v6.8-rc6
 2024-03-01 20:17 UTC  (2+ messages)

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-01 19:59 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 6.9
 2024-03-01 13:05 UTC  (2+ messages)

[PATCH rc] iommu/sva: Fix SVA handle sharing in multi device case
 2024-03-01 12:54 UTC  (4+ messages)

[PATCH 0/8] [PULL REQUEST] Intel IOMMU updates for Linux v6.9
 2024-03-01 12:52 UTC  (10+ messages)
` [PATCH 1/8] iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
` [PATCH 2/8] iommu/vt-d: Use kcalloc() instead of kzalloc()
` [PATCH 3/8] iommu/vt-d: Add the document for Intel IOMMU debugfs
` [PATCH 4/8] iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults
` [PATCH 5/8] iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
` [PATCH 6/8] iommu/vt-d: Merge intel_svm_bind_mm() into its caller
` [PATCH 7/8] iommu/vt-d: Use rbtree to track iommu probed devices
` [PATCH 8/8] iommu/vt-d: Use device rbtree in iopf reporting path

[PATCH 1/4] iommu: constify pointer to bus_type
 2024-03-01 12:47 UTC  (2+ messages)

[PATCH v14 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-03-01  8:07 UTC  (4+ messages)
` [PATCH v14 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v14 2/3] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [PATCH v14 3/3] iommu/vt-d: improve ITE fault handling if target device isn't present

[PATCH v6 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-03-01  8:01 UTC  (8+ messages)
` [PATCH v6 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers

[PATCH] iommu/vt-d: improve ITE fault handling if device was released
 2024-03-01  7:05 UTC  (5+ messages)

[PATCH v5 0/7] Add support for Translation Buffer Units
 2024-03-01  6:32 UTC  (12+ messages)
` [PATCH v5 1/7] dt-bindings: iommu: Add Qualcomm TBU bindings
` [PATCH v5 7/7] arm64: dts: qcom: sc7280: Add DT nodes for the TBUs

[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
 2024-03-01  2:03 UTC  (5+ messages)

[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
 2024-02-29 22:26 UTC  (2+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-29 20:54 UTC  (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()

[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
 2024-02-29 19:53 UTC  (3+ messages)

[PATCH v4 00/10] Add support for Translation Buffer Units
 2024-02-29 18:01 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: iommu: Add Translation Buffer Unit bindings

[PATCH v4 03/10] iommu/arm-smmu-qcom: Add support for TBUs
 2024-02-29 17:57 UTC  (5+ messages)
` [PATCH 1/1] iommu/arm-smmu-qcom: Fix use-after-free issue in qcom_smmu_create()

[REGRESSION] Failed buffer allocation in Tegra fbdev
 2024-02-29 16:46 UTC  (7+ messages)
  `  "

[PATCH] iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
 2024-02-29 15:59 UTC  (3+ messages)

[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
 2024-02-29 15:59 UTC  (4+ messages)

[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-29 13:57 UTC  (10+ messages)
` [PATCH v5 01/17] iommu/arm-smmu-v3: Make STE programming independent of the callers

[PATCH v4 00/36] Memory allocation profiling
 2024-02-28 18:38 UTC  (34+ messages)
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()

[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
 2024-02-28 12:05 UTC  (13+ messages)
` [PATCH v4 1/5] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v4 5/5] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device

[PATCH v13 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-02-28  9:00 UTC  (13+ messages)
` [PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid

[PATCH 0/2] iommu: Fix domain check on device release
 2024-02-28  3:30 UTC  (10+ messages)
` [PATCH 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH 2/2] iommu/vt-d: Fix NULL domain on device release

[PATCH] dma-contiguous: remove debug code to removed CONFIG_CMA_DEBUG
 2024-02-27 18:44 UTC  (4+ messages)

[PATCH] dma: Leak pages on dma_set_decrypted() failure
 2024-02-27 15:44 UTC  (2+ messages)

[PATCH] swiotlb: add debugfs to track swiotlb transient pool usage
 2024-02-27 15:43 UTC  (2+ messages)

[PATCH] iommu/iova: Simplify IOVA cache allocation with KMEM_CACHE()
 2024-02-27 12:28 UTC  (2+ messages)

[PATCH v5 02/17] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
 2024-02-27 10:50 UTC  (4+ messages)

[PATCH v2 0/7] A702 support
 2024-02-27 10:12 UTC  (3+ messages)

[PATCH] iommu/fsl_pamu: Simplify IOVA cache allocation with KMEM_CACHE() in fsl_pamu_domain.c
 2024-02-27  9:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox