Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-01-10 14:01:49 to 2017-01-20 19:15:39 UTC [more...]

[PATCH V6 00/11] IOMMU probe deferral support
 2017-01-20 19:15 UTC  (3+ messages)
` [PATCH V6 01/11] iommu/of: Refactor of_iommu_configure() for error handling
` [PATCH V6 02/11] iommu/of: Prepare for deferred IOMMU configuration

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

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

[PATCH 0/5] Implement SMMU passthrough using the default domain
 2017-01-19 19:00 UTC  (10+ messages)
  ` [PATCH 1/5] iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
  ` [PATCH 2/5] iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
  ` [PATCH 3/5] iommu/arm-smmu-v3: Install bypass STEs "
  ` [PATCH 4/5] arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
  ` [PATCH 5/5] iommu: Allow default domain type to be set on the kernel command line

[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-19 18:41 UTC  (14+ messages)
  ` [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 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 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 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  (16+ messages)
` [PATCH v7 01/19] iommu/dma: Implement PCI allocation optimisation
` [PATCH v7 08/19] iommu: Implement reserved_regions iommu-group sysfs file
` [PATCH v7 11/19] iommu/arm-smmu: Implement reserved region get/put callbacks
` [PATCH v7 12/19] iommu/arm-smmu-v3: "
` [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  (2+ messages)


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