iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-18 17:26:08 to 2019-04-22 21:05:23 UTC [more...]

[PATCH v4 00/10] Support using MSI interrupts in ntb_transport
 2019-04-22 21:05 UTC  (6+ 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 05/10] NTB: Rename ntb.c to support multiple source files in the module

[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)

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

implement generic dma_map_ops for IOMMUs v3
 2019-04-22 17:59 UTC  (54+ messages)
` [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 01/26] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
  ` [PATCH 02/26] arm64/iommu: improve mmap bounds checking
  ` [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 "

[RFC PATCH] dma-mapping: create iommu mapping for newly allocated dma coherent mem
 2019-04-22 18:11 UTC  (4+ messages)

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

revert dma direct internals abuse
 2019-04-22 17:56 UTC  (12+ messages)

[PATCH v3 00/10] iommu: Bounce page for untrusted devices
 2019-04-22 16:47 UTC  (28+ messages)
  ` [PATCH v3 01/10] iommu: Add helper to get minimal page size of domain
  ` [PATCH v3 02/10] swiotlb: Factor out slot allocation and free
  ` [PATCH v3 03/10] swiotlb: Limit tlb address range inside slot pool
  ` [PATCH v3 04/10] swiotlb: Extend swiotlb to support page bounce
  ` [PATCH v3 05/10] iommu: Add bounce page APIs
  ` [PATCH v3 06/10] iommu/vt-d: Add trace events for domain map/unmap
  ` [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 v3 09/10] iommu/vt-d: Add dma sync ops for untrusted devices
  ` [PATCH v3 10/10] iommu/vt-d: Use bounce buffer "

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

[PATCH v2 0/2] iommu/arm-smmu-v3: make sure the kdump kernel can work well when smmu is enabled
 2019-04-22 12:33 UTC  (9+ messages)

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

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-04-19 23:09 UTC  (12+ messages)

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-19 20:11 UTC  (50+ messages)
` [patch V2 01/29] tracing: Cleanup stack trace code
` [patch V2 12/29] dma/debug: Simplify stracktrace retrieval
` [patch V2 20/29] tracing: Simplify stacktrace retrieval in histograms
` [patch V2 22/29] tracing: Make ftrace_trace_userstack() static and conditional
` [patch V2 23/29] tracing: Simplify stack trace retrieval
` [patch V2 24/29] tracing: Remove the last struct stack_trace usage
` [patch V2 28/29] stacktrace: Provide common infrastructure

[PATCH 00/13] Prerequisites for NXP LS104xA SMMU enablement
 2019-04-19 13:41 UTC  (5+ messages)
` [PATCH 02/13] soc/fsl/bman: map FBPR area in the iommu

[PATCH 1/1] iommu/vt-d: Don't request page request irq under dmar_global_lock
 2019-04-19  6:43 UTC  (2+ messages)

[PATCH 1/1] iommu/arm-smmu: Add SID information to context fault log
 2019-04-19  5:34 UTC  (6+ messages)
` [PATCH 1/1] iommu/arm-smmu: Log CBFRSYNRA register on context fault

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

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-18 23:49 UTC  (10+ messages)
` [PATCH v4 1/3] PCI: Add dma_ranges window list

[PATCH] iommu/dmar: Use struct_size() helper
 2019-04-18 18:46 UTC  (2+ messages)

[PATCH 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-04-18 19:28 UTC  (18+ 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
` [PATCH 3/7] irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg
` [PATCH 4/7] irqchip/gic-v3-its: Don't map the MSI page in its_irq_compose_msi_msg
` [PATCH 5/7] irqchip/ls-scfg-msi: Don't map the MSI page in ls_scfg_msi_compose_msg
` [PATCH 6/7] irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg
` [PATCH 7/7] iommu/dma-iommu: Remove iommu_dma_map_msi_msg()

[PATCH 0/3] handle init errors more gracefully in amd_iommu
 2019-04-18 17:57 UTC  (8+ messages)
  ` [PATCH 1/3] iommu/amd: make iommu_disable safer
  ` [PATCH 2/3] iommu/amd: move gart fallback to amd_iommu_init
  ` [PATCH 3/3] iommu/amd: only free resources once on init error


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).