Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2019-01-30 23:30:27 to 2019-02-05 20:40:36 UTC [more...]

[PATCH 0/9] Support using MSI interrupts in ntb_transport
 2019-02-05 20:40 UTC  (25+ messages)
` [PATCH 1/9] iommu/vt-d: Allow interrupts from the entire bus for aliased devices
` [PATCH 2/9] PCI/MSI: Support allocating virtual MSI interrupts
` [PATCH 3/9] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH 4/9] NTB: Introduce functions to calculate multi-port resource index
` [PATCH 5/9] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH 6/9] NTB: Introduce MSI library
` [PATCH 7/9] NTB: Introduce NTB MSI Test Client
` [PATCH 8/9] NTB: Add ntb_msi_test support to ntb_test
` [PATCH 9/9] NTB: Add MSI interrupt support to ntb_transport

[PATCH] dma-direct: Export dma_direct_alloc() and dma_direct_free()
 2019-02-05 18:02 UTC  (6+ messages)

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

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-02-05 16:13 UTC  (12+ messages)

implement generic dma_map_ops for IOMMUs
 2019-02-05 15:02 UTC  (14+ messages)
` [PATCH 01/19] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 02/19] dma-iommu: cleanup dma-iommu.h
` [PATCH 03/19] dma-iommu: don't use a scatterlist in iommu_dma_alloc
` [PATCH 04/19] dma-iommu: remove the flush_page callback
` [PATCH 06/19] dma-iommu: fix and refactor iommu_dma_mmap

[PATCH v2 0/2] Add IPROC PCIe new features
 2019-02-05  4:57 UTC  (4+ 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-04 12:38 UTC  (19+ messages)

[PATCH] ARM: dma-mapping: Clear DMA ops on teardown
 2019-02-04 11:48 UTC  (2+ messages)

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

[PATCH v2] dma-direct: do not allocate a single page from CMA area
 2019-02-04  8:23 UTC  (2+ messages)

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

[PATCH] dmaengine: fsl-edma: dma map slave device address
 2019-02-04  7:03 UTC  (2+ messages)

[PATCHv2 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2019-02-03 12:12 UTC  (2+ messages)

[PATCH] iommu/ipmmu-vmsa: fix device reference leaks
 2019-02-03 10:27 UTC 

[PATCH] swiotlb: Return error from swiotlb_init_with_tbl()
 2019-02-02 18:09 UTC  (7+ messages)

don't pass a NULL struct device to DMA API functions
 2019-02-02 17:21 UTC  (36+ messages)
` [PATCH 01/18] MIPS: lantiq: pass "
` [PATCH 02/18] dmaengine: imx-sdma: "
` [PATCH 03/18] net: caif: "
` [PATCH 04/18] au1000_eth: "
` [PATCH 05/18] macb_main: "
` [PATCH 06/18] lantiq_etop: "
` [PATCH 07/18] pxa168_eth: "
` [PATCH 08/18] moxart_ether: "
` [PATCH 09/18] meth: "
` [PATCH 10/18] smc911x: "
` [PATCH 11/18] parport_ip32: "
` [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call
` [PATCH 13/18] fotg210-udc: pass struct device to DMA API functions
` [PATCH 14/18] da8xx-fb: "
` [PATCH 15/18] gbefb: switch to managed version of the DMA allocator
` [PATCH 16/18] pxa3xx-gcu: pass struct device to dma_mmap_coherent
` [PATCH 17/18] ALSA: hal2: pass struct device to DMA API functions
  ` [alsa-devel] "
` [PATCH 18/18] ALSA: "
  ` [alsa-devel] "
` [alsa-devel] don't pass a NULL "

[PATCH 0/2] Some MMU notifier cleanups for Intel/AMD IOMMU
 2019-02-02  7:08 UTC  (8+ messages)
` [PATCH 2/2] iommu/amd: Remove clear_flush_young notifier

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

[PATCHv2 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API
 2019-02-01 12:38 UTC  (8+ messages)

[PATCH v5 00/18] MT8183 IOMMU SUPPORT
 2019-02-01  9:42 UTC  (36+ messages)
` [PATCH v5 01/20] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v6 06/20] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode
` [PATCH v5 10/20] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v5 11/20] iommu/mediatek: Move vld_pa_rng "
` [PATCH v5 13/20] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v5 14/20] iommu/mediatek: Add mmu1 support
` [PATCH v5 15/20] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v5 16/20] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v5 17/20] memory: mtk-smi: Get rid of need_larbid
` [PATCH v5 19/20] iommu/mediatek: Add shutdown callback

[PATCH] dma: debug: no need to check return value of debugfs_create functions
 2019-02-01  9:12 UTC  (5+ messages)

[PATCH v2] dma-debug: add dumping facility via debugfs
 2019-02-01  9:08 UTC  (2+ messages)

fix a layering violation in videobuf2 and improve dma_map_resource v2
 2019-02-01  9:07 UTC  (3+ messages)

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

[RFC PATCH 3/5] mm/vma: add support for peer to peer to device vma
 2019-01-31 19:58 UTC  (19+ messages)

[PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
 2019-01-31 16:34 UTC  (7+ messages)
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
    ` [PATCH] dma: Uninline dma_max_mapping_size()

fix a layering violation in videobuf2 and improve dma_map_resource
 2019-01-31 15:31 UTC  (6+ messages)
  ` [PATCH 3/3] videobuf2: replace a layering violation with dma_map_resource

[RFC PATCH 3/5] mm/vma: add support for peer to peer to device vma
 2019-01-31 15:11 UTC  (17+ messages)

[PATCH RFC 1/1] iommu: set the default iommu-dma mode as non-strict
 2019-01-31 14:55 UTC  (2+ messages)

[PATCHv2 0/9] Use vm_insert_range and vm_insert_range_buggy
 2019-01-31  3:06 UTC 


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