public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2019-04-22 17:59:36 to 2019-04-23 22:09:59 UTC [more...]

[RFC PATCH] dma-mapping: create iommu mapping for newly allocated dma coherent mem
 2019-04-23 22:09 UTC  (5+ messages)

[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-04-23 22:06 UTC  (37+ messages)

[PATCH] Remove old no iommu direct mapping code
 2019-04-23 20:03 UTC  (2+ messages)

[PATCH 0/3] xen/swiotlb: fix an issue and improve swiotlb-xen
 2019-04-23 18:36 UTC  (18+ messages)
` [PATCH 1/3] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
` [PATCH 2/3] xen/swiotlb: simplify range_straddles_page_boundary()
  ` [PATCH 3/3] xen/swiotlb: remember having called xen_create_contiguous_region()

[RFC] arm64: swiotlb: cma_alloc error spew
 2019-04-23 18:03 UTC  (5+ messages)

[PATCH v2 0/6] iommu/ipmmu-vmsa: Suspend/resume support and assorted cleanups
 2019-04-23 15:16 UTC  (10+ messages)
` [PATCH v2 1/6] iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs
` [PATCH v2 6/6] iommu/ipmmu-vmsa: Add suspend/resume support

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-23 14:57 UTC  (4+ messages)

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-23 14:52 UTC  (19+ messages)
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers

[PATCH 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-04-23 13:42 UTC  (22+ messages)
` [PATCH 1/7] genirq/msi: Add a new field in msi_desc to store an IOMMU cookie
` [PATCH 2/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts

revert dma direct internals abuse
 2019-04-23 12:26 UTC  (13+ messages)

[RFC v3 0/3] vfio_pci: wrap pci device as a mediated device
 2019-04-23 12:14 UTC  (4+ messages)
  ` [RFC v3 1/3] vfio_pci: split vfio_pci.c into two source files
  ` [RFC v3 2/3] vfio/pci: protect cap/ecap_perm bits alloc/free with atomic op
` [RFC v3 3/3] smaples: add vfio-mdev-pci driver

[PATCH v3 0/9] Add PCI ATS support to Arm SMMUv3
 2019-04-23 11:21 UTC  (3+ messages)

[PATCH v2 1/1] iommu/arm-smmu: Log CBFRSYNRA register on context fault
 2019-04-23 11:19 UTC  (7+ messages)

[PATCH 00/18] Shared virtual address IOMMU and VT-d support
 2019-04-23 10:53 UTC  (8+ messages)
` [PATCH 10/18] iommu/vt-d: Add custom allocator for IOASID

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-23  8:18 UTC  (7+ messages)
` [patch V2 16/29] drm: Simplify stacktrace handling
` [patch V2 25/29] livepatch: Simplify stack trace retrieval

[PATCH next 13/25] iommu/omap: Use dev_get_drvdata()
 2019-04-23  7:50 UTC  (2+ messages)

[PATCH v3 00/10] iommu: Bounce page for untrusted devices
 2019-04-23  7:35 UTC  (21+ messages)
` [PATCH v3 02/10] swiotlb: Factor out slot allocation and free
` [PATCH v3 07/10] iommu/vt-d: Keep swiotlb on if bounce page is necessary
` [PATCH v3 08/10] iommu/vt-d: Check whether device requires bounce buffer

[PATCH v5 0/6] add generic boot option for IOMMU dma mode
 2019-04-23  2:45 UTC  (5+ messages)
` [PATCH v5 1/6] iommu: add generic boot option iommu.dma_mode

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-04-22 22:23 UTC  (19+ messages)
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH v4 00/10] Support using MSI interrupts in ntb_transport
 2019-04-22 21:05 UTC  (22+ messages)
  ` [PATCH v4 01/10] PCI/MSI: Support allocating virtual MSI interrupts
  ` [PATCH v4 02/10] PCI/switchtec: Add module parameter to request more interrupts
  ` [PATCH v4 03/10] NTB: Introduce helper functions to calculate logical port number
  ` [PATCH v4 04/10] NTB: Introduce functions to calculate multi-port resource index
  ` [PATCH v4 08/10] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v4 05/10] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v4 06/10] NTB: Introduce MSI library
` [PATCH v4 07/10] NTB: Introduce NTB MSI Test Client
` [PATCH v4 09/10] NTB: Add MSI interrupt support to ntb_transport
` [PATCH v4 10/10] NTB: Describe the ntb_msi_test client in the documentation

[PATCH AUTOSEL 4.14 41/43] iommu/amd: Reserve exclusion range in iova-domain
 2019-04-22 19:47 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 65/68] iommu/amd: Reserve exclusion range in iova-domain
 2019-04-22 19:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.0 94/98] iommu/amd: Reserve exclusion range in iova-domain
 2019-04-22 19:42 UTC  (2+ messages)

implement generic dma_map_ops for IOMMUs v3
 2019-04-22 17:59 UTC  (54+ messages)
` [PATCH 01/26] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/26] arm64/iommu: improve mmap bounds checking
` [PATCH 03/26] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/26] iommu/dma: Cleanup dma-iommu.h
` [PATCH 05/26] iommu/dma: Remove the flush_page callback
` [PATCH 06/26] iommu/dma: Use for_each_sg in iommu_dma_alloc
` [PATCH 07/26] iommu/dma: move the arm64 wrappers to common code
` [PATCH 08/26] iommu/dma: Move __iommu_dma_map
` [PATCH 09/26] iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}
  ` [PATCH 09/26] iommu/dma: Move domain lookup into __iommu_dma_{map, unmap}
` [PATCH 10/26] iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers
` [PATCH 11/26] iommu/dma: Factor out remapped pages lookup
` [PATCH 12/26] iommu/dma: Refactor the page array remapping allocator
` [PATCH 13/26] iommu/dma: Remove __iommu_dma_free
` [PATCH 14/26] iommu/dma: Refactor iommu_dma_free
` [PATCH 15/26] iommu/dma: Refactor iommu_dma_alloc
` [PATCH 16/26] iommu/dma: Don't remap CMA unnecessarily
` [PATCH 17/26] iommu/dma: Merge the CMA and alloc_pages allocation paths
` [PATCH 18/26] iommu/dma: Split iommu_dma_free
` [PATCH 19/26] iommu/dma: Cleanup variable naming in iommu_dma_alloc
` [PATCH 20/26] iommu/dma: Refactor iommu_dma_alloc, part 2
` [PATCH 21/26] iommu/dma: Refactor iommu_dma_get_sgtable
` [PATCH 22/26] iommu/dma: Refactor iommu_dma_mmap
` [PATCH 23/26] iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 24/26] iommu/dma: Switch copyright boilerplace to SPDX
` [PATCH 25/26] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 26/26] arm64: trim includes "


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