iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-09 08:00:16 to 2016-05-25 05:54:23 UTC [more...]

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-25  5:54 UTC  (44+ messages)
` [PATCH 1/5] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH 2/5] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [PATCH 3/5] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports "
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[PATCH] iommu/vt-d: reduce extra first level entry in iommu->domains
 2016-05-24 23:06 UTC  (2+ messages)

[RFC 0/9] IOMMU probe deferral support
 2016-05-24 15:59 UTC  (10+ messages)
` [RFC 5/9] drivers: platform: Configure dma operations at probe time
` [RFC 8/9] drivers: of: call iommu_bus_add_dev after iommu_configure_ops

[PATCH v2 0/5] MT2701 iommu support
 2016-05-24 15:36 UTC  (10+ messages)
  ` [PATCH v2 1/5] dt-bindings: mediatek: add descriptions for mediatek mt2701 iommu and smi
  ` [PATCH v2 2/5] iommu/mediatek: move the common struct into header file
  ` [PATCH v2 3/5] memory/mediatek: add support for mt2701
  ` [PATCH v2 4/5] iommu/mediatek: add support for mtk iommu generation one HW
  ` [PATCH 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-24 14:54 UTC  (13+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH V5 0/7] iommu/msm: Add DT adaptation and generic bindings support
 2016-05-24 14:00 UTC  (15+ messages)
` [PATCH V5 1/7] iommu/msm: Add DT adaptation
` [PATCH V5 2/7] documentation: iommu: Add bindings for msm,iommu-v0 ip
` [PATCH V5 4/7] iommu/msm: Add support for generic master bindings
` [PATCH V5 5/7] iommu/msm: use generic ARMV7S short descriptor pagetable ops
` [PATCH V5 6/7] iommu/msm: Use writel_relaxed and add a barrier
` [PATCH V5 7/7] iommu/msm: Remove driver BROKEN
  ` [PATCH V5 3/7] iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c

[PATCH 0/5] iommu/rockchip: fix bugs; enable iommu for ARM64
 2016-05-24  9:59 UTC  (11+ messages)
  ` [PATCH 1/5] iommu/rockchip: fix devm_request_irq and devm_free_irq parameter
  ` [PATCH 2/5] iommu/rockchip: add map_sg callback for rk_iommu_ops
  ` [PATCH 3/5] iommu/rockchip: add sanity check for virtual device
  ` [PATCH 4/5] iommu/rockchip: add ARM64 cache flush operation for iommu
  ` [PATCH 5/5] iommu/rockchip: enable rockchip iommu on ARM64 platform

[PATCH 0/4] dma-mapping: Constify dma_attrs
 2016-05-24  9:09 UTC  (7+ messages)
` [PATCH 3/4] arm64: dma-mapping: Constify attrs passed to internal functions
  ` [PATCH 1/4] dma-mapping: Constify attrs passed to dma_get_attr
  ` [PATCH 2/4] ARM: dma-mapping: Constify attrs passed to internal functions
  ` [RFC 4/4] dma-mapping: Constify dma_attrs

[PATCH 0/3] Exynos IOMMU: improve clock management
 2016-05-23 11:01 UTC  (5+ messages)
  ` [PATCH 1/3] iommu/exynos: Return proper errors from getting clocks
  ` [PATCH 2/3] iommu/exynos: Fix master clock management for inactive SYSMMU
  ` [PATCH 3/3] iommu/exynos: Prepare clocks when needed, not in driver probe
  ` [PATCH 4/3] iommu/exynos: Prepare for deferred probe support

[PATCH 22/54] MAINTAINERS: Add file patterns for iommu device tree bindings
 2016-05-22  9:05 UTC 

[PATCH 1/2] iommu/amd: Remove entry from the list before freeing it
 2016-05-21 18:11 UTC  (2+ messages)
` [PATCH 2/2] iommu/amd: Destroy api_lock mutex when freeing domain

[PATCH] iommu/vt-d: Avoid write-tearing on PTE clear
 2016-05-21  9:51 UTC 

[PATCH v9 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-05-20 16:01 UTC  (28+ messages)
` [PATCH v9 2/7] vfio/type1: vfio_find_dma accepting a type argument
` [PATCH v9 3/7] vfio/type1: bypass unmap/unpin and replay for VFIO_IOVA_RESERVED slots
` [PATCH v9 4/7] vfio: allow reserved msi iova registration
` [PATCH v9 5/7] vfio/type1: also check IRQ remapping capability at msi domain
` [PATCH v9 7/7] vfio/type1: return MSI geometry through VFIO_IOMMU_GET_INFO capability chains

[PATCH] iommu/exynos: Suppress unbinding to prevent system failure
 2016-05-20 14:02 UTC  (2+ messages)

[PATCH V4 0/7] iommu/msm: Add DT adaptation and generic bindings support
 2016-05-20 11:18 UTC  (15+ messages)
` [PATCH V4 1/7] iommu/msm: Add DT adaptation
  ` [PATCH V4 2/7] documentation: iommu: Add bindings for msm,iommu-v0 ip
  ` [PATCH V4 3/7] iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
  ` [PATCH V4 4/7] iommu/msm: Add support for generic master bindings
  ` [PATCH V4 5/7] iommu/msm: use generic ARMV7S short descriptor pagetable ops
  ` [PATCH V4 6/7] iommu/msm: Use writel_relaxed and add a barrier
` [PATCH V4 7/7] iommu/msm: Remove driver BROKEN

[v10, 0/7] Fix eSDHC host version register bug
 2016-05-20  6:05 UTC  (6+ messages)
` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[git pull] IOMMU Updates for Linux v4.7
 2016-05-19 16:25 UTC 

[PATCHv6 0/8] dmaengine: rcar-dmac: add iommu support for slave transfers
 2016-05-19 14:22 UTC  (15+ messages)
  ` [PATCHv6 1/8] dma-mapping: add {map,unmap}_resource to dma_map_ops
  ` [PATCHv6 2/8] dma-debug: add support for resource mappings
  ` [PATCHv6 4/8] arm: dma-mapping: add {map, unmap}_resource for iommu ops
  ` [PATCHv6 5/8] dmaengine: rcar-dmac: group slave configuration
  ` [PATCHv6 6/8] dmaengine: rcar-dmac: add iommu support for slave transfers
  ` [PATCHv6 7/8] ARM: dts: r8a7790: add iommus to dmac0 and dmac1
  ` [PATCHv6 8/8] ARM: dts: r8a7791: "
` [PATCHv6 3/8] dma-mapping: add dma_{map,unmap}_resource

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-05-17 12:32 UTC  (8+ messages)
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure

[PATCH v2 1/2] PCI: Add PCI device flag PCI_DEV_FLAGS_DMA_ALIAS_ROOT
 2016-05-17 11:55 UTC  (5+ messages)

intel iommu causing performance drop in mlx4 ipoib
 2016-05-16 12:39 UTC  (5+ messages)

[PATCH] iommu/rockchip: fix zap cache during device attach
 2016-05-15 11:16 UTC  (3+ messages)

[PATCH 0/5] MT2701 iommu support
 2016-05-12 12:41 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: mediatek: add descriptions for mediatek mt2701 iommu and smi
` [PATCH 4/5] iommu/mediatek: add support for mtk iommu generation one HW
  ` [PATCH 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701

[PATCH] iommu/amd: Add proper error check in two functions
 2016-05-10 16:40 UTC 

[PATCH v9 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-05-10 14:43 UTC  (4+ messages)
` [PATCH v9 4/8] iommu/msi-iommu: initialization

[PATCH v9 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-05-10 14:35 UTC  (6+ messages)

[PATCH v2] iommu/amd: Set AMD iommu callbacks for platform bus driver
 2016-05-10 13:21 UTC 

[PATCH 5/5] iommu/arm-smmu: Use per-domain page sizes
 2016-05-10  9:45 UTC  (9+ messages)
` [PATCH 0/5] Introduce "
    ` [PATCH v2] iommu/arm-smmu: Use "

[PATCH V4 0/4] Code refine for Intel IOMMU
 2016-05-09 22:20 UTC  (4+ messages)

[PATCH] iommu/amd: Set AMD iommu callbacks for platform bus driver
 2016-05-09 16:16 UTC  (4+ messages)

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-05-09 11:09 UTC  (12+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.7
 2016-05-09 10:06 UTC  (2+ messages)

[PATCH 0/2] Fix incorrect warning from dma-debug
 2016-05-09 10:00 UTC  (5+ messages)
` [PATCH 2/2] iommu/io-pgtable-arm: use __dma_sync_single_for_device()


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