iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-30 18:27:27 to 2019-02-02 06:20:55 UTC [more...]

[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

[PATCH 0/9] Support using MSI interrupts in ntb_transport
 2019-02-01 19:23 UTC  (23+ 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] swiotlb: Return error from swiotlb_init_with_tbl()
 2019-02-01 16:59 UTC  (5+ messages)

use generic DMA mapping code in powerpc V4
 2019-02-01 16:54 UTC  (15+ messages)

don't pass a NULL struct device to DMA API functions
 2019-02-01 16:18 UTC  (34+ 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 "

implement generic dma_map_ops for IOMMUs
 2019-02-01 16:16 UTC  (12+ 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

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

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

[PATCH v5 00/18] MT8183 IOMMU SUPPORT
 2019-02-01  9:42 UTC  (56+ messages)
` [PATCH v5 01/20] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v5 02/20] iommu/mediatek: Use a struct as the platform data
` [PATCH v5 03/20] memory: mtk-smi: Use a general config_port interface
` [PATCH v5 04/20] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v5 05/20] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v6 06/20] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode
` [PATCH v5 07/20] iommu/mediatek: Add bclk can be supported optionally
` [PATCH v5 08/20] iommu/mediatek: Add larb-id remapped support
` [PATCH v5 09/20] iommu/mediatek: Refine protect memory definition
` [PATCH v5 10/20] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v5 11/20] iommu/mediatek: Move vld_pa_rng "
` [PATCH v5 12/20] memory: mtk-smi: Add gals support
` [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 18/20] iommu/mediatek: Fix VLD_PA_RANGE register backup when suspend
` [PATCH v5 19/20] iommu/mediatek: Add shutdown callback
` [PATCH v5 20/20] iommu/mediatek: Switch to SPDX license identifier

[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 0/5] Device peer to peer (p2p) through vma
 2019-01-31 19:58 UTC  (58+ messages)
` [RFC PATCH 3/5] mm/vma: add support for peer to peer to device vma

[PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
 2019-01-31 16:34 UTC  (9+ 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

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

[PATCHv2 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2019-01-31  3:12 UTC 

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

[RFC PATCH 0/5] iommu: APIs for paravirtual PASID allocation
 2019-01-30 19:05 UTC  (3+ messages)
` [RFC PATCH 1/5] iommu: Add APIs for IOMMU PASID management


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