iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-14 15:41:36 to 2016-08-08 22:49:05 UTC [more...]

[PATCH 0/8] IOMMU Probe deferral support
 2016-08-08 22:49 UTC  (4+ messages)
  ` [PATCH 1/8] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
  ` [PATCH 2/8] of: dma: Move range size workaround to of_dma_get_range()
  ` [PATCH 3/8] of: dma: Make of_dma_deconfigure() public

[RFC PATCH v3 00/13] ACPI IORT ARM SMMU v3 support
 2016-08-08 16:16 UTC  (25+ 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 v5 0/6] Add support for privileged mappings
 2016-08-08  5:49 UTC  (9+ 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 v12 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-08-07 14:08 UTC  (13+ messages)
  ` [PATCH v12 1/8] vfio: introduce a vfio_dma type field
  ` [PATCH v12 2/8] vfio/type1: vfio_find_dma accepting a type argument
  ` [PATCH v12 3/8] vfio/type1: implement recursive vfio_find_dma_from_node
  ` [PATCH v12 4/8] vfio/type1: handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
  ` [PATCH v12 5/8] vfio: allow reserved msi iova registration
  ` [PATCH v12 6/8] vfio/type1: check doorbell safety
  ` [PATCH v12 7/8] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v12 8/8] vfio/type1: return MSI geometry through VFIO_IOMMU_GET_INFO capability chains

[PATCH] iommu: narrow the search range by iterating on current bus
 2016-08-05 14:03 UTC  (5+ messages)
      ` [PATCH 1/2] PCI: add a function to walk on local bus
          ` [PATCH 2/2] iommu: narrow the search range by iterating on current bus

[PATCH v12 00/11] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-08-02 17:23 UTC  (12+ messages)
  ` [PATCH v12 01/11] genirq/msi: export msi_get_domain_info
  ` [PATCH v12 02/11] genirq/msi: msi_compose wrapper
  ` [PATCH v12 03/11] genirq: Introduce irq_get_msi_doorbell_info
  ` [PATCH v12 04/11] genirq/msi: Allow MSI doorbell (un)registration
  ` [PATCH v12 05/11] genirq/msi: msi_doorbell_calc_pages
  ` [PATCH v12 06/11] genirq/msi: msi_doorbell_safe
  ` [PATCH v12 07/11] irqchip/gic-v2m: Register the MSI global doorbell
  ` [PATCH v12 08/11] irqchip/gicv3-its: "
  ` [PATCH v12 09/11] genirq/msi: Introduce msi_desc flags
  ` [PATCH v12 10/11] genirq/msi: Map/unmap the MSI doorbells on msi_domain_alloc/free_irqs
  ` [PATCH v12 11/11] genirq/msi: Use the MSI doorbell's IOVA when requested

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

[git pull] IOMMU Updates for Linux v4.8
 2016-08-01  8:59 UTC 

[PATCH] iommu/exynos: Modify error handling
 2016-08-01  6:18 UTC 

[PATCH v4 0/8] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-07-29 18:55 UTC  (8+ 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 v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-07-28 15:28 UTC  (21+ messages)
` [PATCH v2 02/10] driver core: Functional dependencies tracking support

[PATCH -next] iommu/amd: Fix error return code in irq_remapping_alloc()
 2016-07-28  2:10 UTC 

[PATCH -next] iommu/amd: Fix non static symbol warning
 2016-07-28  2:09 UTC 

[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 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 06/10] genirq/msi-doorbell: msi_doorbell_safe
` [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: "

[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 4/8] vfio/type1: handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
  ` [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

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

[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  (4+ messages)
` [PATCH v2] "


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