Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2016-07-12 09:03:08 to 2016-07-27 23:42:08 UTC [more...]

[PATCH v5 0/6] Add support for privileged mappings
 2016-07-27 23:42 UTC  (7+ messages)
  ` [PATCH v5 1/6] iommu: add IOMMU_PRIV attribute
  ` [PATCH v5 2/6] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
  ` [PATCH v5 3/6] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
  ` [PATCH v5 4/6] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
  ` [PATCH v5 5/6] dmaengine: pl330: Make sure microcode is privileged
  ` [PATCH v5 6/6] Revert "iommu/arm-smmu: Treat all device transactions as unprivileged"

[PATCH v4 0/6] Add support for privileged mappings
 2016-07-27 23:39 UTC  (9+ messages)
  ` [PATCH v4 1/6] iommu: add IOMMU_PRIV attribute
  ` [PATCH v4 2/6] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
  ` [PATCH v4 3/6] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
  ` [PATCH v4 4/6] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
  ` [PATCH v4 5/6] dmaengine: pl330: Make sure microcode is privileged
  ` [PATCH v4 6/6] Revert "iommu/arm-smmu: Treat all device transactions as unprivileged"

[PATCH v11 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-07-27 20:38 UTC  (14+ messages)
  ` [PATCH v11 1/8] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY
  ` [PATCH v11 2/8] iommu/arm-smmu: initialize the msi geometry and advertise iommu-msi support
  ` [PATCH v11 3/8] iommu: introduce an msi cookie
  ` [PATCH v11 6/8] iommu/msi-iommu: iommu_msi_domain
` [PATCH v11 4/8] iommu/msi-iommu: initialization
` [PATCH v11 5/8] iommu/msi-iommu: iommu_msi_[get,put]_doorbell_iova
` [PATCH v11 7/8] iommu/msi-iommu: iommu_msi_msg_pa_to_va
` [PATCH v11 8/8] iommu/arm-smmu: get/put the msi cookie

[PATCH] iommu/dma: Don't put uninitialised IOVA domains
 2016-07-27 17:42 UTC  (3+ messages)

[PATCH 1/2] iommu/amd: Update Alias-DTE in update_device_table()
 2016-07-27  8:30 UTC  (2+ messages)
  ` [PATCH 2/2] iommu/amd: Initialize dma-ops domains with 3-level page-table

[PATCH v11 00/10] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-07-26 11:01 UTC  (30+ messages)
` [PATCH v11 02/10] genirq/msi: msi_compose wrapper
` [PATCH v11 03/10] genirq/irq: introduce msi_doorbell_info
` [PATCH v11 04/10] genirq/msi-doorbell: allow MSI doorbell (un)registration
` [PATCH v11 06/10] genirq/msi-doorbell: msi_doorbell_safe
  ` [PATCH v11 01/10] genirq/msi: export msi_get_domain_info
  ` [PATCH v11 05/10] genirq/msi-doorbell: msi_doorbell_pages
  ` [PATCH v11 07/10] irqchip/gicv2m: register the MSI global doorbell
  ` [PATCH v11 08/10] irqchip/gicv3-its: "
  ` [PATCH v11 10/10] genirq/msi: use the MSI doorbell's IOVA when requested
` [PATCH v11 09/10] genirq/msi: map/unmap the MSI doorbells on msi_domain_alloc/free_irqs

[PATCH 1/3] memory: mediatek: Add a new interface mtk_smi_larb_is_ready
 2016-07-26  2:30 UTC  (6+ messages)
  ` [PATCH 2/3] drm/mediatek: Add probe-defer for MTK IOMMU and SMI
  ` [PATCH 3/3] vcodec: mediatek: "

[RFC PATCH v3 00/13] ACPI IORT ARM SMMU v3 support
 2016-07-26  1:16 UTC  (23+ messages)
` [RFC PATCH v3 03/13] drivers: acpi: iort: add support for IOMMU fwnode registration
` [RFC PATCH v3 06/13] drivers: acpi: implement acpi_dma_configure
  ` [RFC PATCH v3 01/13] drivers: iommu: add FWNODE_IOMMU fwnode type
  ` [RFC PATCH v3 02/13] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [RFC PATCH v3 04/13] drivers: platform: add fwnode base platform devices retrieval
  ` [RFC PATCH v3 05/13] drivers: iommu: make iommu_fwspec OF agnostic
  ` [RFC PATCH v3 07/13] drivers: acpi: iort: add node match function
  ` [RFC PATCH v3 08/13] drivers: acpi: iort: add support for ARM SMMU platform devices creation
  ` [RFC PATCH v3 10/13] drivers: iommu: arm-smmu-v3: enable ACPI driver initialization
  ` [RFC PATCH v3 11/13] drivers: iommu: arm-smmu-v3: add IORT platform device creation
  ` [RFC PATCH v3 12/13] drivers: acpi: iort: replace rid map type with type mask
` [RFC PATCH v3 09/13] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
` [RFC PATCH v3 13/13] drivers: acpi: iort: introduce iort_iommu_configure

[PATCH v3 0/6] Add support for privileged mappings
 2016-07-25 19:01 UTC  (11+ messages)
` [PATCH v3 1/6] iommu: add IOMMU_PRIV attribute
  ` [PATCH v3 2/6] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
  ` [PATCH v3 3/6] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
  ` [PATCH v3 4/6] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
  ` [PATCH v3 5/6] dmaengine: pl330: Make sure microcode is privileged
  ` [PATCH v3 6/6] Revert "iommu/arm-smmu: Treat all device transactions as unprivileged"

[PATCH v11 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-07-25  7:53 UTC  (11+ messages)
` [PATCH v11 1/8] vfio: introduce a vfio_dma type field
` [PATCH v11 2/8] vfio/type1: vfio_find_dma accepting a type argument
  ` [PATCH v11 3/8] vfio/type1: implement recursive vfio_find_dma_from_node
  ` [PATCH v11 5/8] vfio: allow reserved msi iova registration
  ` [PATCH v11 6/8] vfio/type1: check doorbell safety
  ` [PATCH v11 7/8] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v11 8/8] vfio/type1: return MSI geometry through VFIO_IOMMU_GET_INFO capability chains
` [PATCH v11 4/8] vfio/type1: handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots

[PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-07-24 22:48 UTC  (19+ messages)
` [PATCH v2 02/10] driver core: Functional dependencies tracking support

[RFC PATCH] iommu: create direct_mapping after device attached
 2016-07-20 14:01 UTC  (2+ messages)

[PATCH v4 0/8] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-07-18 17:54 UTC  (6+ messages)
` [PATCH v4 3/8] of/irq: Break out msi-map lookup (again)
` [PATCH v4 6/8] iommu/arm-smmu: Implement of_xlate() for SMMUv3

[PATCH -next] iommu/exynos: Fix return value check in exynos_iommu_of_setup()
 2016-07-18  7:34 UTC  (3+ messages)

[v10, 0/7] Fix eSDHC host version register bug
 2016-07-15 22:39 UTC  (5+ messages)
` [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

iommu/rockchip: Fix bugs and enable on ARM64
 2016-07-15 16:16 UTC  (5+ messages)

[PATCH] iommu/iova: validate iova_domain input to put_iova_domain
 2016-07-14 17:55 UTC  (5+ messages)

[PATCH] iommu/arm-smmu-v3: limit use of 2-level stream tables
 2016-07-14 17:33 UTC  (5+ messages)
  ` [PATCH v2] "

IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
 2016-07-14  8:31 UTC  (16+ messages)
                                          ` IOMMU+DMAR causing NMIs-s

[PATCH] iommu/vt-d: return error code in domain_context_mapping_one()
 2016-07-14  8:27 UTC  (2+ messages)

[PATCH] iommu/dma-iommu: respect established iova region limits
 2016-07-13 18:09 UTC  (2+ messages)

[iommu:x86/amd 19/23] drivers/iommu/amd_iommu.c:2523:2: error: 'dma_dom' undeclared
 2016-07-13 17:28 UTC 

[PATCH] iommu/amd: Init unity mappings only for dma_ops domains
 2016-07-13 10:43 UTC 

[PATCH] iommu: simplify and fix ida handling
 2016-07-13 10:29 UTC  (4+ messages)

[PATCH 00/20] iommu/amd: Use generic IOVA allocator
 2016-07-13 10:27 UTC  (15+ messages)
` [PATCH 07/20] iommu/amd: Remove special mapping code for dma_ops path
` [PATCH 16/20] iommu/amd: Optimize map_sg and unmap_sg
      ` [PATCH 16/20 v2] "

[PATCH] iommu/vt-d: Remove unnecassary qi clflushes
 2016-07-13 10:07 UTC  (2+ messages)

[PATCH v6 00/46] dma-mapping: Use unsigned long for dma_attrs
 2016-07-13  8:41 UTC  (5+ messages)
                                    ` [PATCH v6 18/46] iommu: "
                                                  ` [PATCH v6 24/46] x86: "
                                                      ` [PATCH v6 25/46] iommu: intel: "
                                                                                                ` [PATCH v6 45/46] dma-mapping: Remove dma_get_attr

[PATCH V2] iommu: arm-smmu: drop devm_free_irq when driver detach
 2016-07-13  2:13 UTC 

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-07-12 15:08 UTC  (7+ messages)
  ` [PATCH v5 17/44] iommu: "
  ` [PATCH v5 24/44] iommu: intel: "

[GIT PULL] iommu/arm-smmu: Updates for 4.8
 2016-07-12 11:29 UTC  (2+ messages)

[PATCH] iommu: arm-smmu: drop devm_free_irq when driver detach
 2016-07-12 10:13 UTC  (2+ messages)


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