iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-06 11:55:49 to 2019-02-13 04:51:55 UTC [more...]

[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

[PATCH v6 0/9] vfio/mdev: IOMMU aware mediated device
 2019-02-13  4:03 UTC  (10+ 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

dma_declare_coherent spring cleaning
 2019-02-12 20:40 UTC  (21+ 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

use generic DMA mapping code in powerpc V4
 2019-02-12 19:52 UTC  (27+ 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  (10+ messages)
` [PATCH 01/18] MIPS: lantiq: pass "
` [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call

net: don't pass a NULL struct device to DMA API functions v2
 2019-02-12 17:09 UTC  (10+ messages)
` [PATCH 1/8] net: caif: pass struct device to DMA API functions
` [PATCH 2/8] au1000_eth: "
` [PATCH 3/8] macb_main: "
` [PATCH 4/8] lantiq_etop: "
` [PATCH 5/8] pxa168_eth: "
` [PATCH 6/8] moxart_ether: "
` [PATCH 7/8] meth: "
` [PATCH 8/8] smc911x: "

[PATCH] iommu/ipmmu-vmsa: fix device reference leaks
 2019-02-12 16:47 UTC  (3+ messages)

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

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

[PATCH v2 0/2] Add PGR response PASID requirement check in Intel IOMMU
 2019-02-11 21:50 UTC  (3+ 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-11 21:48 UTC  (2+ messages)

[PATCH v2 0/2] Add page alignment check in Intel IOMMU
 2019-02-11 21:44 UTC  (3+ 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

[PATCH v1 0/2] Add page alignment check in Intel IOMMU
 2019-02-11 20:35 UTC  (13+ messages)
` [PATCH v1 1/2] PCI: ATS: Add function to check ATS page aligned request status
` [PATCH v1 2/2] iommu/vt-d: Enable ATS only if the device uses page aligned address

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

implement generic dma_map_ops for IOMMUs
 2019-02-11 16:39 UTC  (21+ 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 17/19] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 18/19] arm64: switch copyright boilerplace to SPDX in dma-mapping.c

[PATCH v2] dma-mapping: Move debug configuration options to kernel/dma
 2019-02-11 16:12 UTC 

[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

fbdev: don't pass a NULL struct device to DMA API functions v2
 2019-02-11 13:28 UTC  (4+ messages)
` [PATCH 1/3] da8xx-fb: pass struct device to DMA API functions
` [PATCH 2/3] gbefb: switch to managed version of the DMA allocator
` [PATCH 3/3] pxa3xx-gcu: pass struct device to dma_mmap_coherent

[PATCH v1 0/7] iommu: Minor cleanups and dev_printk() usage
 2019-02-11 11:09 UTC  (12+ messages)
` [PATCH v1 1/7] iommu: Use dev_printk() when possible
` [PATCH v1 2/7] iommu/amd: "
` [PATCH v1 3/7] iommu/vt-d: "
` [PATCH v1 4/7] iommu/vt-d: Remove unnecessary local variable initializations
` [PATCH v1 5/7] iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument
` [PATCH v1 6/7] iommu/vt-d: Remove misleading "domain 0" test from domain_exit()
` [PATCH v1 7/7] iommu/vt-d: Simplify control flow

[PATCH] fix flush_tlb_all typo
 2019-02-11 10:34 UTC  (2+ messages)

[PATCH] iommu: Allow io-pgtable to be used outside of drivers/iommu/
 2019-02-11 10:27 UTC  (4+ messages)

[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
 2019-02-11 10:22 UTC  (8+ messages)

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

[git pull] IOMMU Fixes for Linux v5.0-rc5
 2019-02-09  0:40 UTC  (2+ messages)

[PATCH] remove unused end_pfn
 2019-02-08 16:23 UTC  (2+ messages)

[PATCH v1 1/1] iommu/vt-d: Enable PRI only if the device enables PASID
 2019-02-07 21:30 UTC  (6+ messages)

[PATCH v1 0/2] Add PGR response PASID requirement check in Intel IOMMU
 2019-02-07 20:35 UTC  (4+ messages)
` [PATCH v1 1/2] PCI: ATS: Add function to check PRG response PASID bit status
` [PATCH v1 2/2] iommu/vt-d: Enable PASID only if device expects PASID in PRG response

[PATCH v7 0/5] Fix virtio-blk issue with SWIOTLB
 2019-02-07 11:59 UTC  (6+ messages)
` [PATCH v7 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH v7 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH v7 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH v7 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH v7 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH 0/5 v6] Fix virtio-blk issue with SWIOTLB
 2019-02-07  8:49 UTC  (4+ messages)

[PATCH v2] dma-direct: do not allocate a single page from CMA area
 2019-02-07  5:37 UTC  (6+ messages)


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