Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-01-23 16:18:08 to 2017-02-06 16:10:21 UTC [more...]

[PATCH 00/10 v2] Let IOMMU core know about individual IOMMUs
 2017-02-06 16:10 UTC  (3+ messages)
  ` [PATCH 01/10] iommu: Rename iommu_get_instance()
  ` [PATCH 02/10] iommu: Rename struct iommu_device

[PATCH] iommu: fix static checker warning in iommu_insert_device_resv_regions
 2017-02-06 13:08 UTC  (2+ messages)

[PATCH 1/1] iommu: to avoid an unnecessary assignment
 2017-02-06 13:07 UTC  (3+ messages)

[PATCH] iommu: mtk: remove bogus 'select' statements
 2017-02-06 12:17 UTC  (2+ messages)

[PATCH] iommu/dma: Remove bogus dma_supported() implementation
 2017-02-06 12:14 UTC  (2+ messages)

[PATCH v2] iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address space
 2017-02-06 12:10 UTC  (3+ messages)

[bug report] iommu: iommu_get_group_resv_regions
 2017-02-06  9:48 UTC  (4+ messages)
    ` [patch] iommu: silence an uninintialized variable warning

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

[PATCH 00/10] Let IOMMU core know about individual IOMMUs
 2017-02-03 19:53 UTC  (14+ messages)
` [PATCH 02/10] iommu: Rename struct iommu_device
` [PATCH 06/10] iommu/arm-smmu: Make use of the iommu_register interface
  ` [PATCH 01/10] iommu: Rename iommu_get_instance()
  ` [PATCH 03/10] iommu: Introduce new 'struct iommu_device'
  ` [PATCH 04/10] iommu: Add sysfs bindings for struct iommu_device
  ` [PATCH 05/10] iommu: Make iommu_device_link/unlink take a "
  ` [PATCH 07/10] iommu/msm: Make use of iommu_device_register interface
  ` [PATCH 08/10] iommu/mediatek: "
  ` [PATCH 09/10] iommu/exynos: "
  ` [PATCH 10/10] iommu: Remove iommu_register_instance interface

[PATCH 0/5] Implement SMMU passthrough using the default domain
 2017-02-03 16:33 UTC  (21+ messages)
` [PATCH 1/5] iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
` [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] iommu/ipmmu-vmsa: Add r8a7795 DT binding
 2017-02-03 14:10 UTC  (2+ messages)

[PATCH V7 00/11] IOMMU probe deferral support
 2017-02-03  3:37 UTC  (51+ messages)
  ` [PATCH V7 01/11] iommu/of: Refactor of_iommu_configure() for error handling
  ` [PATCH V7 06/11] of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices
  ` [PATCH V7 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V7 08/11] drivers: acpi: "
  ` [PATCH V7 09/11] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops
  ` [PATCH V7 10/11] iommu/arm-smmu: Clean up early-probing workarounds
  ` [PATCH V7 11/11] ACPI/IORT: Remove linker section for IORT entries probing

[PATCH v3] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU
 2017-02-02 18:35 UTC  (3+ messages)

[PATCH V2 0/3] iommu/arm-smmu: Add runtime pm/sleep support
 2017-02-02 17:42 UTC  (5+ messages)
` [PATCH V2 2/3] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH V2 1/3] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH V2 3/3] iommu/arm-smmu: Add the device_link between masters and smmu

[RFC 0/3] iommu/arm-smmu: stalling support (v2)
 2017-02-02 16:20 UTC  (8+ messages)
  ` [RFC 1/3] iommu: introduce stall/resume support
  ` [RFC 2/3] iommu/arm-smmu: Add support to opt-in to stalling
` [RFC 3/3] iommu/arm-smmu: detach DMA domain if driver is managing iommu

[PATCH] iommu/vt-d: don't over-free page table directories
 2017-01-31 11:58 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-01-31 11:57 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/vt-d: tylersburg isoch identity map check is done too late

[PATCH v2 0/2] iommu/dma: Add support for DMA_ATTR_FORCE_CONTIGUOUS
 2017-01-31 10:24 UTC  (6+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU

[PATCH v2 0/3] iommu/ipmmu-vmsa: r8a7796 support V2
 2017-01-30 22:16 UTC  (4+ messages)
` [PATCH v2 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48

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

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

[PATCH 1/2] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-01-30 15:11 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/vt-d: tylersburg isoch identity map check is done too late

[GIT PULL] iommu: IOMMU_PRIV support for 4.11
 2017-01-30 15:06 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.11
 2017-01-30 15:01 UTC  (2+ messages)

[GIT PULL] iommu: KVM PCIe/MSI passthrough on ARM/ARM64 for 4.11
 2017-01-30 14:59 UTC  (2+ messages)

[PATCH/RFC] iommu/dma: Per-domain flag to control size-alignment
 2017-01-30 12:07 UTC  (4+ messages)

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

[PATCH V9 0/9] Add support for privileged mappings
 2017-01-27 16:58 UTC  (4+ messages)
` [PATCH V9 1/9] iommu: add IOMMU_PRIV attribute
    ` [PATCH] iommu: Better document the IOMMU_PRIV flag

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

[PATCH/RFC v2 0/4] iommu/ipmmu-vmsa: IPMMU slave device whitelist V2
 2017-01-27  6:14 UTC  (5+ messages)
` [PATCH/RFC v2 1/4] iommu/of: Skip IOMMU devices disabled in DT
` [PATCH/RFC v2 2/4] iommu/ipmmu-vmsa: Get rid of disabled device check
` [PATCH/RFC v2 3/4] iommu/ipmmu-vmsa: Check devices in xlate()
` [PATCH/RFC v2 3/4] iommu/ipmmu-vmsa: Opt-in slave devices based on ES version

[PATCH 1/2] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-01-26 21:50 UTC  (2+ messages)
  ` [PATCH 2/2] iommu/vt-d: tylersburg isoch identity map check is done too late

[PATCH 0/5] Remove qcom SoC configs
 2017-01-26 16:58 UTC  (3+ messages)
` [PATCH 1/5] iommu: Generalize MSM_IOMMU config to ARCH_QCOM

[PATCH/RFC] iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address space
 2017-01-26 13:28 UTC  (4+ messages)

[PATCH/RFC 0/4] iommu: add workaround for R-Car Gen3 IPMMU
 2017-01-26  5:50 UTC  (10+ messages)
` [PATCH/RFC 2/4] iommu: iova: use __alloc_percpu_gfp() with GFP_NOWAIT in init_iova_rcaches()
  ` [PATCH/RFC 1/4] iommu: dma: track mapped iova
  ` [PATCH/RFC 3/4] iommu: dma: iommu iova domain reset
` [PATCH/RFC 4/4] iommu: ipmmu-vmsa: enable force_reset_when_empty

[PATCH 0/2] Fix incorrect warning from dma-debug
 2017-01-25 20:32 UTC  (5+ messages)

[PATCH/RFC 0/2] iommu/ipmmu-vmsa: IPMMU slave device whitelist
 2017-01-25 10:02 UTC  (9+ messages)
` [PATCH/RFC 1/2] arm64: mm: Silently allow devices lacking IOMMU group
` [PATCH/RFC 2/2] iommu/ipmmu-vmsa: Opt-in slave devices based on ES version

[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-25  9:55 UTC  (4+ messages)
` [PATCH v8 9/9] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH V6 00/11] IOMMU probe deferral support
 2017-01-23 16:23 UTC  (4+ messages)
` [PATCH V6 06/11] drivers: platform: Configure dma operations at probe time


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