iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 13:35:43 to 2019-02-15 13:20:41 UTC [more...]

[PATCH] iommu/ipmmu-vmsa: fix device reference leaks
 2019-02-15 13:20 UTC  (4+ messages)

[PATCH v4 6/9] iommu/dma-iommu.c: Convert to use vm_map_pages()
 2019-02-15  2:47 UTC 

[PATCH v4 1/9] mm: Introduce new vm_map_pages() and vm_map_pages_zero() API
 2019-02-15  2:42 UTC 

[PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-02-15  2:41 UTC 

[PATCH] iommu/arm-smmu: Allow disabling bypass via kernel config
 2019-02-15  0:40 UTC  (3+ messages)

[PATCH v6 0/9] vfio/mdev: IOMMU aware mediated device
 2019-02-14 20:14 UTC  (13+ messages)
` [PATCH v6 1/9] iommu: Add APIs for multiple domains per device
` [PATCH v6 2/9] iommu/vt-d: Move enable pasid out of CONFIG_INTEL_IOMMU_SVM
` [PATCH v6 3/9] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v6 4/9] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v6 5/9] iommu/vt-d: Aux-domain specific domain attach/detach
` [PATCH v6 6/9] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v6 7/9] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v6 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v6 9/9] vfio/type1: Handle different mdev isolation type

ARM64 boot failure on espressobin with 5.0.0-rc6 (1f947a7a011fcceb14cb912f5481a53b18f1879a)
 2019-02-14 18:11 UTC  (4+ messages)

[PATCH 1/5] iommu/tegra-smmu: Fix domain_alloc
 2019-02-14 11:12 UTC  (2+ messages)

[PATCH -next] swiotlb: drop pointless static qualifier in swiotlb_dma_supported()
 2019-02-14  9:04 UTC  (4+ messages)
` [PATCH v2 -next] swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()

[PATCH v2 0/2] Add PGR response PASID requirement check in Intel IOMMU
 2019-02-13 19:49 UTC  (7+ messages)
` [PATCH v2 1/2] PCI/ATS: Add pci_prg_resp_pasid_required() interface
` [PATCH v2 2/2] iommu/vt-d: Enable PASID only if device expects PASID in PRG Response

[PATCH v2 0/2] Add page alignment check in Intel IOMMU
 2019-02-13 19:45 UTC  (4+ messages)
` [PATCH v2 1/2] PCI/ATS: Add pci_ats_page_aligned() interface
` [PATCH v2 2/2] iommu/vt-d: Enable ATS only if the device uses page aligned address

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (27+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 02/12] device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 05/12] dma-mapping: remove an incorrect __iommem annotation
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
` [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
` [PATCH 08/12] dma-mapping: remove dma_mark_declared_memory_occupied
` [PATCH 09/12] dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
` [PATCH 10/12] dma-mapping: simplify allocations from per-device coherent memory
` [PATCH 11/12] dma-mapping: handle per-device coherent memory mmap in common code
` [PATCH 12/12] dma-mapping: remove dma_assign_coherent_memory

implement generic dma_map_ops for IOMMUs v2
 2019-02-13 18:42 UTC  (4+ messages)
` [PATCH 01/29] dma-mapping: remove the default map_resource implementation
` [PATCH 02/29] dma-mapping: don't BUG when calling dma_map_resource on RAM

implement generic dma_map_ops for IOMMUs v2
 2019-02-13 18:29 UTC  (22+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc
` [PATCH 07/21] dma-iommu: move the arm64 wrappers to common code
` [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap
` [PATCH 09/21] dma-iommu: refactor iommu_dma_get_sgtable
` [PATCH 10/21] dma-iommu: move __iommu_dma_map
` [PATCH 11/21] dma-iommu: refactor page array remap helpers
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers
` [PATCH 13/21] dma-iommu: factor contiguous "
` [PATCH 14/21] dma-iommu: refactor iommu_dma_free
` [PATCH 15/21] dma-iommu: don't remap contiguous allocations for coherent devices
` [PATCH 16/21] dma-iommu: factor contiguous remapped allocations into helpers
` [PATCH 17/21] dma-iommu: refactor iommu_dma_alloc
` [PATCH 18/21] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 19/21] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 20/21] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 21/21] arm64: trim includes "

add config symbols for arch_{setup,teardown}_dma_ops
 2019-02-13 18:13 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability

[PATCH v2] dma-mapping: Move debug configuration options to kernel/dma
 2019-02-13 18:11 UTC  (2+ messages)

[PATCH v2 00/12] Support using MSI interrupts in ntb_transport
 2019-02-13 17:57 UTC  (14+ messages)
` [PATCH v2 01/12] iommu/vt-d: Implement dma_[un]map_resource()
` [PATCH v2 02/12] NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMA
` [PATCH v2 03/12] iommu/vt-d: Add helper to set an IRTE to verify only the bus number
` [PATCH v2 04/12] iommu/vt-d: Allow interrupts from the entire bus for aliased devices
` [PATCH v2 05/12] PCI/MSI: Support allocating virtual MSI interrupts
` [PATCH v2 06/12] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH v2 07/12] NTB: Introduce functions to calculate multi-port resource index
` [PATCH v2 08/12] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v2 09/12] NTB: Introduce MSI library
` [PATCH v2 10/12] NTB: Introduce NTB MSI Test Client
` [PATCH v2 11/12] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v2 12/12] NTB: Add MSI interrupt support to ntb_transport

[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2019-02-13 17:12 UTC  (5+ messages)

[PATCH v3 6/9] iommu/dma-iommu.c: Convert to use vm_map_pages()
 2019-02-13 14:05 UTC 

[PATCH v3 1/9] mm: Introduce new vm_map_pages() and vm_map_pages_zero() API
 2019-02-13 14:02 UTC 

[PATCH v3 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-02-13 14:00 UTC 

use generic DMA mapping code in powerpc V7
 2019-02-13  7:01 UTC  (33+ messages)
` [PATCH 01/32] net: pasemi: set a 64-bit DMA mask on the DMA device
` [PATCH 02/32] dma-direct: we might need GFP_DMA for 32-bit dma masks
` [PATCH 04/32] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 05/32] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 06/32] powerpc/pseries: use the generic iommu bypass code
` [PATCH 07/32] powerpc/cell: move dma direct window setup out of dma_configure
  ` [PATCH 03/32] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
  ` [PATCH 08/32] powerpc/cell: use the generic iommu bypass code
  ` [PATCH 09/32] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 10/32] powerpc/dart: use the generic iommu bypass code
` [PATCH 11/32] powerpc/powernv: remove pnv_pci_ioda_pe_single_vendor
` [PATCH 12/32] powerpc/powernv: remove pnv_npu_dma_set_mask
` [PATCH 13/32] powerpc/powernv: use the generic iommu bypass code
` [PATCH 14/32] powerpc/dma: stop overriding dma_get_required_mask
` [PATCH 15/32] powerpc/pci: remove the dma_set_mask pci_controller ops methods
` [PATCH 16/32] powerpc/dma: remove the iommu fallback for coherent allocations
` [PATCH 17/32] powerpc/dma: remove get_pci_dma_ops
` [PATCH 18/32] powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
` [PATCH 19/32] powerpc/dma: remove max_direct_dma_addr
` [PATCH 20/32] powerpc/dma: fix an off-by-one in dma_capable
` [PATCH 21/32] dma-mapping, powerpc: simplify the arch dma_set_mask override
` [PATCH 22/32] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 23/32] powerpc/dma: remove dma_nommu_mmap_coherent
` [PATCH 24/32] powerpc/dma: remove dma_nommu_get_required_mask
` [PATCH 25/32] powerpc/dma: remove dma_nommu_dma_supported
` [PATCH 26/32] swiotlb: remove swiotlb_dma_supported
` [PATCH 27/32] powerpc/dma: use the dma-direct allocator for coherent platforms
` [PATCH 28/32] powerpc/dma: use the dma_direct mapping routines
` [PATCH 29/32] powerpc/dma: use the generic direct mapping bypass
` [PATCH 30/32] powerpc/dma: remove get_dma_offset
` [PATCH 31/32] powerpc/dma: remove set_dma_offset
` [PATCH 32/32] powerpc/dma: trim the fat from <asm/dma-mapping.h>

[PATCH v2 0/2] Add IPROC PCIe new features
 2019-02-13  4:51 UTC  (7+ messages)
` [PATCH v2 1/2] PCI: iproc: Add CRS check in config read
` [PATCH v2 2/2] PCI: iproc: Add PCIe 32bit outbound memory configuration

use generic DMA mapping code in powerpc V4
 2019-02-12 19:52 UTC  (16+ messages)

[PATCH v3 1/3] swiotlb: fix comment on swiotlb_bounce()
 2019-02-12 18:47 UTC  (2+ messages)

remove block layer bounce buffering for MMC v2
 2019-02-12 18:39 UTC  (16+ messages)
` [PATCH 01/14] scatterlist: add sg_kmap_atomic / sg_kunmap_atomic helpers
` [PATCH 02/14] mmc: remove the unused use_blk_mq field from struct mmc_host
` [PATCH 03/14] mmc: add a need_kmap flag to "
` [PATCH 04/14] mmc: davinci: handle highmem pages
` [PATCH 05/14] mmc: moxart: "
` [PATCH 06/14] mmc: omap: "
` [PATCH 07/14] mmc: omap: handle chained sglists
` [PATCH 08/14] mmc: s3cmci: handle highmem pages
` [PATCH 09/14] mmc: s3cmci: handle chained sglists
` [PATCH 10/14] mmc: mvsdio: handle highmem pages
` [PATCH 11/14] mmc: sh_mmcif: "
` [PATCH 12/14] mmc: sh_mmcif: handle chained sglists
` [PATCH 13/14] mmc: core: don't use block layer bounce buffers
` [PATCH 14/14] dma-mapping: remove dma_max_pfn

don't pass a NULL struct device to DMA API functions
 2019-02-12 17:41 UTC  (5+ messages)
` [PATCH 01/18] MIPS: lantiq: pass "

net: don't pass a NULL struct device to DMA API functions v2
 2019-02-12 17:09 UTC  (2+ messages)

What is the meaning of PASID_MIN?
 2019-02-12  3:13 UTC  (4+ messages)

[PATCH v2 0/2] Add page alignment check in Intel IOMMU
 2019-02-11 21:48 UTC  (2+ messages)

[PATCH v1 0/2] Add page alignment check in Intel IOMMU
 2019-02-11 20:35 UTC  (10+ messages)
` [PATCH v1 1/2] PCI: ATS: Add function to check ATS page aligned request status

[PATCHv2 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API
 2019-02-11 17:06 UTC  (6+ messages)

implement generic dma_map_ops for IOMMUs
 2019-02-11 16:39 UTC  (17+ messages)
` [PATCH 02/19] dma-iommu: cleanup dma-iommu.h
` [PATCH 03/19] dma-iommu: don't use a scatterlist in iommu_dma_alloc
` [PATCH 06/19] dma-iommu: fix and refactor iommu_dma_mmap
` [PATCH 16/19] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP

[PATCH v1] dma-mapping: Move debug configuration options to kernel/dma
 2019-02-11 16:08 UTC  (3+ messages)

[PATCH] fix flush_tlb_all typo
 2019-02-11 15:50 UTC 

[PATCH V4 0/3] x86/Hyper-V/IOMMU: Add Hyper-V IOMMU driver to support x2apic mode
 2019-02-11 14:20 UTC  (3+ messages)
` [PATCH V4 1/3] x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available
` [PATCH V4 2/3] HYPERV/IOMMU: Add Hyper-V stub IOMMU driver


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