Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-01-09 08:11:28 to 2017-01-19 17:49:58 UTC [more...]

[PATCH V5 00/12] IOMMU probe deferral support
 2017-01-19 17:49 UTC  (19+ messages)
  ` [PATCH V5 01/12] iommu/of: Refactor of_iommu_configure() for error handling
  ` [PATCH V5 02/12] iommu/of: Prepare for deferred IOMMU configuration
  ` [PATCH V5 03/12] of: dma: Move range size workaround to of_dma_get_range()
  ` [PATCH V5 04/12] of: dma: Make of_dma_deconfigure() public
  ` [PATCH V5 05/12] drivers: platform: Configure dma operations at probe time
  ` [PATCH V5 06/12] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V5 07/12] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops
  ` [PATCH V5 08/12] iommu/arm-smmu: Clean up early-probing workarounds
  ` [PATCH V5 09/12] ACPI/IORT: Add function to check SMMUs drivers presence
  ` [PATCH V5 10/12] drivers: acpi: Configure acpi devices dma operation at probe time
  ` [PATCH V5 11/12] drivers: acpi: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V5 12/12] ACPI/IORT: Remove linker section for IORT entries probing

[PATCH 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-19 17:07 UTC  (3+ messages)
` [PATCH 2/3] mm: cma_alloc: "
` [PATCH 3/3] mm: wire up GFP flag passing in dma_alloc_from_contiguous

[PATCH 1/1] iommu/arm-smmu: Fix for ThunderX erratum #27704
 2017-01-19 16:16 UTC  (3+ messages)

[PATCH v4] iommu/arm-smmu: Support for Extended Stream ID (16 bit)
 2017-01-19 16:13 UTC  (2+ messages)

[PATCH v4 00/10] IOMMU probe deferral support
 2017-01-19 15:10 UTC  (12+ messages)
` [PATCH 02/10] iommu/of: Prepare for deferred IOMMU configuration

[PATCH v3] IOMMU: SMMUv2: Support for Extended Stream ID (16 bit)
 2017-01-19 11:08 UTC  (4+ messages)

[PATCH v7 0/7] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-19 10:14 UTC  (26+ messages)
  ` [PATCH v7 1/7] perf/amd/iommu: Misc fix up perf_iommu_read
  ` [PATCH v7 2/7] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH v7 3/7] perf/amd/iommu: Modify IOMMU API to allow specifying IOMMU index
  ` [PATCH v7 4/7] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
  ` [PATCH v7 5/7] perf/amd/iommu: Clean up perf_iommu_enable_event
  ` [PATCH v7 6/7] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH v7 7/7] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-19 10:01 UTC  (13+ messages)
` [PATCH v8 6/9] perf/amd/iommu: Modify amd_iommu_pc_get_set_reg_val() API to allow specifying IOMMU index
` [PATCH v8 7/9] perf/amd/iommu: Check return value when set and get counter value
  ` [PATCH v8 1/9] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
  ` [PATCH v8 2/9] perf/amd/iommu: Clean up perf_iommu_enable_event
  ` [PATCH v8 3/9] perf/amd/iommu: Misc fix up perf_iommu_read
  ` [PATCH v8 4/9] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH v8 5/9] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH v8 8/9] perf/amd/iommu: Fix sysfs perf attribute groups
  ` [PATCH v8 9/9] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH 0/5] Remove qcom SoC configs
 2017-01-18 23:27 UTC  (2+ messages)
  ` [PATCH 1/5] iommu: Generalize MSM_IOMMU config to ARCH_QCOM

[PATCH v8 00/18] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2017-01-18 13:02 UTC  (40+ messages)
  ` [PATCH v8 01/18] iommu/dma: Allow MSI-only cookies
  ` [PATCH v8 02/18] iommu: Rename iommu_dm_regions into iommu_resv_regions
  ` [PATCH v8 03/18] iommu: Add a new type field in iommu_resv_region
  ` [PATCH v8 04/18] iommu: iommu_alloc_resv_region
  ` [PATCH v8 05/18] iommu: Only map direct mapped regions
  ` [PATCH v8 06/18] iommu: iommu_get_group_resv_regions
  ` [PATCH v8 07/18] iommu: Implement reserved_regions iommu-group sysfs file
  ` [PATCH v8 08/18] iommu/vt-d: Implement reserved region get/put callbacks
  ` [PATCH v8 09/18] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
  ` [PATCH v8 10/18] iommu/arm-smmu: Implement reserved region get/put callbacks
  ` [PATCH v8 11/18] iommu/arm-smmu-v3: "
  ` [PATCH v8 13/18] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
  ` [PATCH v8 15/18] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
  ` [PATCH v8 16/18] vfio/type1: Allow transparent MSI IOVA allocation
  ` [PATCH v8 17/18] vfio/type1: Check MSI remapping at irq domain level
  ` [PATCH v8 18/18] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
` [PATCH v8 12/18] irqdomain: Add irq domain MSI and MSI_REMAP flags
` [PATCH v8 14/18] irqdomain: irq_domain_check_msi_remap

[PATCH] iommu: Handle default domain attach failure
 2017-01-17 15:51 UTC  (3+ messages)

[PATCH v2] IOMMU: SMMUv2: Support for Extended Stream ID (16 bit)
 2017-01-16 17:36 UTC  (2+ messages)

[RFC PATCH] IOMMU: SMMUv2: Support for Extended Stream ID (16 bit)
 2017-01-16 14:09 UTC  (3+ messages)

[PATCH v2 1/2] iommu/dma: Stop getting dma_32bit_pfn wrong
 2017-01-16 13:24 UTC  (2+ messages)
  ` [PATCH v2 2/2] iommu/dma: Implement PCI allocation optimisation

[PATCH v4 0/5] MT2701 iommu support
 2017-01-16  2:48 UTC  (8+ messages)
` [PATCH v4 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701

[PATCH] iommu/dma: Add support for DMA_ATTR_FORCE_CONTIGUOUS
 2017-01-15 21:12 UTC  (6+ messages)

[PATCH 1/1] iommu/arm-smmu: Fix for ThunderX erratum #27704
 2017-01-13 10:54 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: avoid over allocating for l2 stream tables
 2017-01-12 17:20 UTC  (3+ messages)
  ` [PATCH] iommu/arm-smmu-v3: limit use of 2-level "

[RFC 0/3] iommu/arm-smmu: patches for adreno
 2017-01-12 15:17 UTC  (11+ messages)
` [RFC 1/3] iommu/arm-smmu: Add support to opt-in to stalling

[PATCH 1/9] treewide: Constify most dma_map_ops structures
 2017-01-12  7:35 UTC  (10+ messages)
` [PATCH 2/9] Move dma_ops from archdata into struct device

[PATCH v7 00/19] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2017-01-10 21:21 UTC  (33+ messages)
  ` [PATCH v7 01/19] iommu/dma: Implement PCI allocation optimisation
  ` [PATCH v7 02/19] iommu/dma: Allow MSI-only cookies
  ` [PATCH v7 03/19] iommu: Rename iommu_dm_regions into iommu_resv_regions
  ` [PATCH v7 04/19] iommu: Add a new type field in iommu_resv_region
  ` [PATCH v7 05/19] iommu: iommu_alloc_resv_region
  ` [PATCH v7 06/19] iommu: Only map direct mapped regions
  ` [PATCH v7 07/19] iommu: iommu_get_group_resv_regions
  ` [PATCH v7 08/19] iommu: Implement reserved_regions iommu-group sysfs file
  ` [PATCH v7 09/19] iommu/vt-d: Implement reserved region get/put callbacks
  ` [PATCH v7 10/19] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
  ` [PATCH v7 11/19] iommu/arm-smmu: Implement reserved region get/put callbacks
  ` [PATCH v7 12/19] iommu/arm-smmu-v3: "
  ` [PATCH v7 13/19] irqdomain: Add irq domain MSI and MSI_REMAP flags
  ` [PATCH v7 14/19] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
  ` [PATCH v7 15/19] irqdomain: irq_domain_check_msi_remap
  ` [PATCH v7 16/19] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
  ` [PATCH v7 17/19] vfio/type1: Allow transparent MSI IOVA allocation
  ` [PATCH v7 18/19] vfio/type1: Check MSI remapping at irq domain level
  ` [PATCH v7 19/19] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore

[PATCH v2 0/4] Fixes for Exynos IOMMU driver
 2017-01-10 14:01 UTC  (8+ messages)
      ` [PATCH v2 1/4] iommu/exynos: Improve page fault debug message
      ` [PATCH v2 2/4] iommu/exynos: Fix warnings from DMA-debug
      ` [PATCH v2 3/4] iommu/exynos: Ensure that SYSMMU is added only once to its master device
      ` [PATCH v2 4/4] iommu/exynos: Properly release device from the default domain in ->remove

[PATCHv9 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
 2017-01-09 15:42 UTC  (5+ messages)
` [PATCHv9 6/6] "

[RFC PATCH] iommu/arm-smmu: Add global SMR masking property
 2017-01-09 11:14 UTC  (3+ messages)

[PATCH V6 0/7] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-09 10:48 UTC  (4+ messages)
` [PATCH V6 2/7] perf/amd/iommu: Modify functions to query max banks and counters

[PATCH] iommu: Drop the of_iommu_{set/get}_ops() interface
 2017-01-09  8:11 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