iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-14 15:31:20 to 2021-12-29 20:42:10 UTC [more...]

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-29 20:42 UTC  (34+ messages)
` [PATCH v4 01/13] iommu: Add device dma ownership set/release interfaces
` [PATCH v4 02/13] driver core: Set DMA ownership during driver bind/unbind
` [PATCH v4 03/13] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH v4 04/13] PCI: portdrv: "
` [PATCH v4 05/13] iommu: Add security context management for assigned devices
` [PATCH v4 06/13] iommu: Expose group variants of dma ownership interfaces
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v4 08/13] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v4 09/13] vfio: Remove use of vfio_group_viable()
` [PATCH v4 10/13] vfio: Delete the unbound_list
` [PATCH v4 11/13] vfio: Remove iommu group notifier
` [PATCH v4 12/13] iommu: Remove iommu group changes notifier
` [PATCH v4 13/13] drm/tegra: Use the iommu dma_owner mechanism

[PATCH] iommu/intel: Fix potential memory leak in intel_setup_irq_remapping
 2021-12-29  8:56 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-29 11:22 UTC  (20+ messages)

[PATCH][RFC] iommu/amd: Add config option to set amd iommu off as default
 2021-12-29  1:29 UTC 

[PATCH v3 0/5] iommu/arm-smmu-v3: Add NVIDIA Grace CMDQ-V Support
 2021-12-28  5:49 UTC  (14+ messages)
` [PATCH v3 4/5] iommu/arm-smmu-v3: Add host support for NVIDIA Grace CMDQ-V
` [PATCH v3 5/5] iommu/nvidia-grace-cmdqv: Limit CMDs for guest owned VINTF

[PATCH v2 00/11] Re-enable ENQCMD and PASID MSR
 2021-12-27 17:52 UTC  (15+ messages)
` [PATCH v2 01/11] iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA
` [PATCH v2 02/11] mm: Change CONFIG option for mm->pasid field
` [PATCH v2 03/11] iommu/ioasid: Introduce a helper to check for valid PASIDs
` [PATCH v2 04/11] kernel/fork: Initialize mm's PASID
` [PATCH v2 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
` [PATCH v2 06/11] x86/fpu: Clear PASID when copying fpstate
` [PATCH v2 07/11] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH v2 08/11] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH v2 09/11] x86/cpufeatures: Re-enable ENQCMD
` [PATCH v2 10/11] tools/objtool: Check for use of the ENQCMD instruction in the kernel
` [PATCH v2 11/11] docs: x86: Change documentation for SVA (Shared Virtual Addressing)

[PATCH v2] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2021-12-25 19:35 UTC 

[PATCH] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2021-12-25 14:48 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu: Use platform_irq_count()
 2021-12-23 17:36 UTC  (6+ messages)
` [PATCH 1/2] iommu/arm-smmu: Use platform_irq_count() to get the interrupt count
` [PATCH 2/2] iommu/arm-smmu: Propagate errors from platform_get_irq()

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-12-22 11:53 UTC  (5+ messages)
` [PATCH 4/5] iommu: Separate IOVA rcache memories from iova_domain structure

[PATCH] Swiotlb: remove a duplicate include
 2021-12-22 10:55 UTC  (3+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-22  8:22 UTC  (16+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 16/23] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v4 17/23] block: add check when merging zone device pages
` [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages
` [PATCH v4 23/23] nvme-pci: allow mmaping the CMB in userspace

[PATCH] iommu/iova: Temporarily include dma-mapping.h from iova.h
 2021-12-20 12:40 UTC  (2+ messages)

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-20 11:55 UTC  (26+ messages)
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
  ` [patch V4 09-01/35] PCI/MSI: Decouple MSI[-X] disable from pcim_release()
    ` [patch V4 09-02/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()

[PATCH 1/1] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
 2021-12-20 11:22 UTC  (2+ messages)

[PATCH v3 0/9] iommu: refactor flush queues into iommu-dma
 2021-12-20  8:03 UTC  (12+ messages)
` [PATCH v3 1/9] iommu/iova: Fix race between FQ timeout and teardown
` [PATCH v3 2/9] iommu/iova: Squash entry_dtor abstraction
` [PATCH v3 3/9] iommu/iova: Squash flush_cb abstraction
` [PATCH v3 4/9] iommu/amd: Simplify pagetable freeing
` [PATCH v3 5/9] iommu/amd: Use put_pages_list
` [PATCH v3 6/9] iommu/vt-d: "
` [PATCH v3 7/9] iommu/iova: Consolidate flush queue code
` [PATCH v3 8/9] iommu/iova: Move flush queue code to iommu-dma
` [PATCH v3 9/9] iommu: Move flush queue data into iommu_dma_cookie

[PATCH] iommu/amd: Fix typo in *glues … together* in comment
 2021-12-20  8:02 UTC  (2+ messages)

[PATCH] iommu/vt-d: Use bitmap_zalloc() when applicable
 2021-12-18  6:55 UTC  (3+ messages)

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-17 18:02 UTC  (17+ messages)
` [PATCH V7 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V7 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V7 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver

[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
 2021-12-17 12:08 UTC  (21+ messages)
` [PATCH v2 02/11] gpu: host1x: Add missing DMA API include
` [PATCH v2 03/11] drm/tegra: vic: Fix DMA API misuse
` [PATCH v2 04/11] iommu/iova: Squash entry_dtor abstraction
` [PATCH v2 05/11] iommu/iova: Squash flush_cb abstraction
` [PATCH v2 09/11] iommu/iova: Consolidate flush queue code
` [PATCH v2 10/11] iommu/iova: Move flush queue code to iommu-dma
` [PATCH v2 11/11] iommu: Move flush queue data into iommu_dma_cookie

[PATCH v2 0/8] Host1x context isolation support
 2021-12-17 11:16 UTC  (9+ messages)

[PATCH 0/4] [PULL REQUEST] Intel IOMMU Updates for Linux v5.17
 2021-12-17  8:41 UTC  (6+ messages)
` [PATCH 1/4] iommu/vt-d: Use bitmap_zalloc() when applicable
` [PATCH 2/4] iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()
` [PATCH 3/4] iommu/vt-d: Remove unused dma_to_mm_pfn function
` [PATCH 4/4] iommu/vt-d: Use correctly sized arguments for bit field

[PATCH 0/5] iommu/amd: fixes for suspend/resume
 2021-12-17  8:31 UTC  (2+ messages)

[PATCH v2] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-12-17  8:11 UTC  (2+ messages)

[PATCH] iommu/virtio: Fix typo in a comment
 2021-12-17  8:08 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Remove unused macros
 2021-12-17  8:06 UTC  (3+ messages)

[PATCH] iommu: Use correctly sized arguments for bit field
 2021-12-17  8:05 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.17
 2021-12-17  8:03 UTC  (2+ messages)

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-17  6:41 UTC  (12+ messages)
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management

[PATCH] drm/tegra: Add missing DMA API includes
 2021-12-16 14:34 UTC 

[PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia, memory-controller property
 2021-12-15 19:16 UTC  (2+ messages)
` [PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia,memory-controller property

[PATCH] iommu/mediatek: Validate number of phandles associated with "mediatek, larbs"
 2021-12-15 16:25 UTC  (7+ messages)
` [SPAM][PATCH] iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"

[PATCH] Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"
 2021-12-15 10:49 UTC  (4+ messages)

[PATCH v2 0/3] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2021-12-14 15:37 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/io-pgtable-arm: Add way to debug pgtable walk


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 NNTP newsgroup(s).