Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2016-02-12 17:27:17 to 2016-02-25 15:07:27 UTC [more...]

[PATCH] iommu/amd: Apply workaround for ATS write permission check
 2016-02-25 15:07 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.6
 2016-02-25 15:00 UTC  (2+ messages)

RFC: extend IOMMU attributes
 2016-02-25 15:00 UTC  (5+ messages)

Warning from AMD IOMMU performance counters
 2016-02-25 14:57 UTC  (6+ messages)

[PATCH V5 00/10] perf/amd/iommu: Enable multi-IOMMU support
 2016-02-25 14:54 UTC  (12+ messages)
  ` [PATCH V5 01/10] perf/amd/iommu: Misc fix up perf_iommu_read
  ` [PATCH V5 02/10] perf/amd/iommu: Consolidate and move perf_event_amd_iommu header
  ` [PATCH V5 03/10] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH V5 04/10] perf/amd/iommu: Modify IOMMU API to allow specifying IOMMU index
  ` [PATCH V5 05/10] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
  ` [PATCH V5 06/10] perf/amd/iommu: Clean up perf_iommu_enable_event
  ` [PATCH V5 07/10] perf/amd/iommu: Clean up get_next_available_iommu_bnk_cntr
  ` [PATCH V5 08/10] perf/amd/iommu: Rename struct perf_amd_iommu to perf_iommu
  ` [PATCH V5 09/10] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH V5 10/10] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH] iommu: ipmmu-vmsa: Use ARCH_RENESAS
 2016-02-25 14:45 UTC  (4+ messages)

[RFC 0/3] Unify IOMMU-based DMA-mapping code for ARM and ARM64
 2016-02-25 14:44 UTC  (7+ messages)
  ` [RFC 1/3] drm/exynos: rewrite IOMMU support code
` [RFC 2/3] iommu: dma-iommu: move IOMMU/DMA-mapping code from ARM64 arch to drivers
` [RFC 3/3] iommu: dma-iommu: use common implementation also on ARM architecture

[PATCH v4 0/6] PCI: Support multiple DMA aliases
 2016-02-25 14:38 UTC  (8+ messages)
` [PATCH v4 1/6] PCI: Add pci_add_dma_alias() to abstract implementation
` [PATCH v4 2/6] PCI: Move informational printk to pci_add_dma_alias()
` [PATCH v4 3/6] PCI: Add support for multiple DMA aliases
` [PATCH v4 4/6] PCI: Rename dma_alias_is_enabled() to pci_devs_are_dma_aliases()
  ` [PATCH v4 5/6] pci: Add DMA alias quirk for mic_x200_dma
` [PATCH v4 6/6] PCI: Squash pci_dev_flags to remove holes

[PATCH v2 00/13] SYSMMU driver update and support for Exynos 5433
 2016-02-25 14:34 UTC  (15+ messages)
` [PATCH v2 01/13] iommu: exynos: rework iommu group initialization
` [PATCH v2 02/13] iommu: exynos: add support for IOMMU_DOMAIN_DMA domain type
` [PATCH v2 03/13] iommu: exynos: remove ARM-specific cache flush interface
` [PATCH v2 04/13] iommu: exynos: simplify master clock operations
` [PATCH v2 05/13] iommu: exynos: refactor code (no direct register access)
` [PATCH v2 06/13] iommu: exynos: refactor fault handling code
` [PATCH v2 07/13] iommu: exynos: refactor init config code
` [PATCH v2 08/13] iommu: exynos: unify code for fldp cache invalidation
` [PATCH v2 09/13] iommu: exynos: add support for SYSMMU controller with bogus version reg
` [PATCH v2 10/13] iommu: exynos: update device tree documentation
` [PATCH v2 11/13] iommu: exynos: add support for v5 SYSMMU
` [PATCH v2 12/13] iommu: exynos: add Maintainers entry for Exynos SYSMMU driver
` [PATCH v2 13/13] iommu: exynos: support multiple attach_device calls

[PATCH 0/2] iommu: fix handling of attach/detach for default domains
 2016-02-25 14:01 UTC  (8+ messages)
  ` [PATCH 1/2] iommu: call detach also for default_domain before attaching to new one
  ` [PATCH 2/2] iommu: fix default domain handling in __iommu_detach_group()

[PATCH] iommu: fix second argument of trace_map() to report correct paddr
 2016-02-25 13:57 UTC  (2+ messages)

[GIT PULL] iommu/io-pgtable: Updates for 4.6
 2016-02-25 13:25 UTC  (2+ messages)

[PATCH v10 57/59] PCI: Introduce resource_disabled()
 2016-02-25  2:12 UTC 

[PATCH] iommu/arm-smmu-v2: Workaround for ThunderX errata#27704
 2016-02-24 21:13 UTC 

[PATCH V3] iommu/arm-smmu-v2: Workaround for ThunderX errata#27704
 2016-02-24 19:37 UTC 

[PATCH V2] iommu/arm-smmu-v2: Workaround for ThunderX errata#27704
 2016-02-24 19:15 UTC  (13+ messages)

[PATCH 0/2] MT8173 IOMMU 4GB MODE SUPPORT
 2016-02-23 23:02 UTC  (3+ messages)
  ` [PATCH 1/2] iommu/io-pgtable: Add MTK 4GB mode in Short-descriptor
` [PATCH 2/2] iommu/mediatek: Add 4GB mode support

[PATCH V3] iommu/arm-smmu-v2: Add support for 16 bit VMID
 2016-02-23 18:19 UTC 

[PATCH V2] iommu/arm-smmu-v2: Add support for 16 bit VMID
 2016-02-23 17:53 UTC  (3+ messages)

[PATCH V4 0/6] perf/amd/iommu: Enable multi-IOMMU support
 2016-02-23 12:12 UTC  (21+ messages)
` [PATCH V4 2/6] perf/amd/iommu: Modify functions to query max banks and counters
` [PATCH V4 4/6] perf/amd/iommu: Introduce get_iommu_bnk_cnt_evt_idx
` [PATCH V4 5/6] perf/amd/iommu: Enable support for multiple IOMMUs
` [PATCH V4 6/6] perf/amd/iommu: Clean up print messages pr_debug
              ` [PATCH] iommu/amd: Fix boot warning when device 00:00.0 is not iommu

[PATCH v10 0/5] MT8173 IOMMU SUPPORT
 2016-02-22 17:20 UTC  (6+ messages)
  ` [PATCH v10 1/5] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v10 2/5] dt-bindings: mediatek: Add smi dts binding
  ` [PATCH v10 3/5] memory: mediatek: Add SMI driver
  ` [PATCH v10 4/5] iommu/mediatek: Add mt8173 IOMMU driver
  ` [PATCH v10 5/5] dts: mt8173: Add iommu/smi nodes for mt8173

[PATCH v9 0/5] MT8173 IOMMU SUPPORT
 2016-02-21 18:43 UTC  (8+ messages)
  ` [PATCH v9 1/5] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v9 3/5] memory: mediatek: Add SMI driver
` [PATCH v9 2/5] dt-bindings: mediatek: Add smi dts binding
` [PATCH v9 4/5] iommu/mediatek: Add mt8173 IOMMU driver
    ` [v9,4/5] "
` [PATCH v9 5/5] dts: mt8173: Add iommu/smi nodes for mt8173

[RFC PATCH 1/2] PCI: Add PCI device flag PCI_DEV_FLAGS_BRIDGE_SKIP_ALIAS
 2016-02-20 18:15 UTC  (9+ messages)

[PATCH] iommu/arm-smmu-v2: Add support for 16 bit VMID
 2016-02-19 18:36 UTC  (3+ messages)

[PATCH 0/6] iommu/arm-smmu: Current patch queue for 4.6
 2016-02-19 17:46 UTC  (7+ messages)
  ` [PATCH 1/6] iommu/arm-smmu: Treat all device transactions as unprivileged
  ` [PATCH 2/6] iommu/arm-smmu: Support DMA-API domains
  ` [PATCH 3/6] of: iommu: Increment DT node refcount in of_iommu_set_ops()
  ` [PATCH 4/6] iommu/arm-smmu: Allow disabling unmatched stream bypass
  ` [PATCH 5/6] iommu/arm-smmu: Don't fail device attach if already attached to a domain
  ` [PATCH 6/6] iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now

[PATCH v2 0/4] iommu/arm-smmu: misc fixes for SMMUv1/SMMUv2
 2016-02-19  3:14 UTC  (4+ messages)
` [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-18 17:18 UTC  (18+ messages)
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed

[PATCH v8 0/5] MT8173 IOMMU SUPPORT
 2016-02-18 16:50 UTC  (11+ messages)
` [PATCH v8 3/5] memory: mediatek: Add SMI driver

[PATCH v3 0/3] io-pgtable ARM short descriptor format
 2016-02-17 14:34 UTC  (8+ messages)
` [PATCH v3 1/3] iommu/io-pgtable: Add ARMv7 short descriptor support
` [PATCH v2] iommu/io-pgtable: Rationalise quirk handling

[PATCH 00/11] SYSMMU driver update and support for Exynos 5433
 2016-02-17  2:02 UTC  (13+ messages)
` [PATCH 02/11] iommu: exynos: add support for IOMMU_DOMAIN_DMA domain type
` [PATCH 05/11] iommu: exynos: refactor code (no direct register access)
` [PATCH 06/11] iommu: exynos: refactor fault handling code
` [PATCH 07/11] iommu: exynos: refactor init config code
  ` [PATCH 01/11] iommu: exynos: rework iommu group initialization
  ` [PATCH 03/11] iommu: exynos: remove ARM-specific cache flush interface
  ` [PATCH 04/11] iommu: exynos: simplify master clock operations
  ` [PATCH 08/11] iommu: exynos: unify code for fldp cache invalidation
  ` [PATCH 09/11] iommu: exynos: update device tree documentation
` [PATCH 10/11] iommu: exynos: add support for v5 SYSMMU
` [PATCH 11/11] iommu: exynos: add Maintainers entry for Exynos SYSMMU driver

[PATCH v4 0/8] dmaengine: rcar-dmac: add iommu support for slave transfers
 2016-02-16 20:39 UTC  (9+ messages)
` [PATCH v4 1/8] iommu: Add MMIO mapping type
  ` [PATCH v4 2/8] dma-mapping: add {map,unmap}_resource to dma_map_ops
  ` [PATCH v4 3/8] dma-mapping: add dma_{map,unmap}_resource
  ` [PATCH v4 4/8] arm: dma-mapping: add {map, unmap}_resource for iommu ops
  ` [PATCH v4 5/8] dmaengine: rcar-dmac: group slave configuration
  ` [PATCH v4 6/8] dmaengine: rcar-dmac: add iommu support for slave transfers
  ` [PATCH v4 7/8] ARM: dts: r8a7790: add iommus to dmac0 and dmac1
  ` [PATCH v4 8/8] ARM: dts: r8a7791: "

Can't boot new 4.4 kernel with IOMMU enabled
 2016-02-16 17:32 UTC  (12+ messages)

DMAR error messages after 'shutdown -r'
 2016-02-16 16:47 UTC  (2+ messages)

[PATCH v3 0/8] dmaengine: rcar-dmac: add iommu support for slave transfers
 2016-02-16 13:30 UTC  (7+ messages)
` [PATCH v3 1/8] iommu: Add MMIO mapping type

[GIT PULL] Intel IOMMU SVM fixes for 4.5
 2016-02-16 10:50 UTC 

[PATCH v2] iommu/dma: Map scatterlists more parsimoniously
 2016-02-15 23:00 UTC  (2+ messages)

[PATCH RESEND] iommu:Make the function dma_free_pagelist static
 2016-02-15 20:36 UTC 


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