Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-03-06 11:14:51 to 2017-03-20 17:49:52 UTC [more...]

[RFC PATCH] iommu/dma/pci: account pci host bridge dma_mask for IOVA allocation
 2017-03-20 17:49 UTC  (3+ messages)

[PATCH 0/9] iommu: add qcom_iommu for early "B" family devices
 2017-03-20 15:11 UTC  (9+ messages)
` [PATCH 5/9] iommu: add qcom_iommu

[PATCH V3 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2017-03-20 14:48 UTC  (12+ messages)
` [PATCH V3 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH V3 2/5] iommu/arm-smmu: Add support for MMU40x/500 clocks
  ` [PATCH V3 3/5] drivers: arm-smmu: Add clock support for QCOM_SMMUV2
` [PATCH V3 4/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH V3 5/5] iommu/arm-smmu: Add the device_link between masters and smmu

[PATCH 1/2] iommu/exynos: Block SYSMMU while invalidating FLPD cache
 2017-03-20 10:31 UTC  (3+ messages)
      ` [PATCH 2/2] iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-17 22:58 UTC  (27+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

amd-iommu: can't boot with amdgpu, AMD-Vi: Completion-Wait loop timed out
 2017-03-17 15:53 UTC  (5+ messages)

[RFC PATCH] iommu/dma: account pci host bridge dma_mask for IOVA allocation
 2017-03-17 11:20 UTC  (3+ messages)

[PATCH v11 00/10] perf/amd/iommu: Enable multi-IOMMU support
 2017-03-17 10:00 UTC  (3+ messages)
` [PATCH v11 09/10] perf/amd/iommu: Introduce amd_iommu-specific struct in struct hw_perf_event

[PATCH v2 0/5] Implement SMMU passthrough using the default domain
 2017-03-16 18:19 UTC  (9+ messages)
  ` [PATCH v2 1/5] iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
  ` [PATCH v2 2/5] iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
  ` [PATCH v2 3/5] iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
  ` [PATCH v2 4/5] iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
  ` [PATCH v2 5/5] iommu: Allow default domain type to be set on the kernel command line

[PATCH v2 0/4] IOMMU reserved region tweaks
 2017-03-16 17:00 UTC  (5+ messages)
  ` [PATCH v2 1/4] iommu: Disambiguate MSI region types
  ` [PATCH v2 2/4] iommu/dma: Don't reserve PCI I/O windows
  ` [PATCH v2 3/4] iommu/dma: Handle IOMMU API reserved regions
  ` [PATCH v2 4/4] iommu/dma: Make PCI window reservation generic

[PATCH v2 1/5] iommu/dmar: Rectify return code handling in detect_intel_iommu()
 2017-03-16 14:23 UTC  (5+ messages)
  ` [PATCH v2 2/5] iommu/dmar: Return directly from a loop in dmar_dev_scope_status()
  ` [PATCH v2 3/5] iommu/dmar: Remove redundant assignment of ret
  ` [PATCH v2 4/5] iommu/dmar: Remove redundant ' != 0' when check return code
  ` [PATCH v2 5/5] iommu/vt-d: Use lo_hi_readq() / lo_hi_writeq()

[PATCH 0/3] IOVA allocation improvements for iommu-dma
 2017-03-16 13:18 UTC  (5+ messages)
  ` [PATCH 1/3] iommu/dma: Convert to address-based allocation
  ` [PATCH 2/3] iommu/dma: Clean up MSI IOVA allocation
  ` [PATCH 3/3] iommu/dma: Plumb in the per-CPU IOVA caches

[PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format)
 2017-03-16 11:22 UTC  (4+ messages)

[RFC PATCH] iommu/dma: check pci host bridge dma_mask for IOVA allocation
 2017-03-15  9:08 UTC  (4+ messages)

[PATCH 0/9] iommu: add qcom_iommu for early "B" family devices (v2)
 2017-03-14 15:18 UTC  (10+ messages)
  ` [PATCH 1/9] firmware/qcom: add qcom_scm_restore_sec_cfg()
  ` [PATCH 2/9] firmware: qcom_scm: add two scm calls for iommu secure page table
  ` [PATCH 3/9] Docs: dt: document qcom iommu bindings
  ` [PATCH 4/9] iommu: arm-smmu: split out register defines
  ` [PATCH 5/9] iommu: add qcom_iommu
` [PATCH 6/9] iommu: qcom: initialize secure page table
` [PATCH 7/9] ARM64: DT: add gpu for msm8916
` [PATCH 8/9] ARM64: DT: add video codec devicetree node
` [PATCH 9/9] ARM64: DT: add iommu for msm8916

[PATCH 1/3] iommu: Disambiguate MSI region types
 2017-03-13 14:58 UTC  (11+ messages)
  ` [PATCH 2/3] iommu/dma: Don't reserve PCI I/O windows
  ` [PATCH 3/3] iommu/dma: Handle IOMMU API reserved regions

[PATCH] iommu/arm-smmu: Print message when Cavium erratum 27704 was detected
 2017-03-13 12:15 UTC  (2+ messages)

[PATCH v3 0/3] iommu/ipmmu-vmsa: r8a7796 support V3
 2017-03-12  9:31 UTC  (5+ messages)
` [PATCH v3 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding
` [PATCH v3 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48
` [PATCH v3 3/3] iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code

Partial BAR Address Allocation
 2017-03-10 20:14 UTC  (4+ messages)

[PATCH 4.4 26/91] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-03-10  9:08 UTC  (2+ messages)
  ` [PATCH 4.4 27/91] iommu/vt-d: Tylersburg isoch identity map check is done too late

[PATCH 4.10 042/167] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-03-10  9:08 UTC  (2+ messages)
  ` [PATCH 4.10 043/167] iommu/vt-d: Tylersburg isoch identity map check is done too late

[PATCH 4.9 039/153] iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
 2017-03-10  9:07 UTC  (2+ messages)
  ` [PATCH 4.9 040/153] iommu/vt-d: Tylersburg isoch identity map check is done too late

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

[PATCH] iommu/arm-smmu: Report smmu type in dmesg
 2017-03-09 12:25 UTC  (8+ messages)

[PATCH v7 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V7
 2017-03-09 11:40 UTC  (15+ messages)
` [PATCH v7 01/07] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v7 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v7 03/07] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v7 04/07] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v7 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v7 06/07] iommu/ipmmu-vmsa: ARM and ARM64 archdata access
` [PATCH v7 07/07] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency

[PATCH V8 00/11] IOMMU probe deferral support
 2017-03-09 11:21 UTC  (6+ messages)
` [PATCH V8 01/11] iommu/of: Refactor of_iommu_configure() for error handling

[PATCH v3 00/09] iommu/ipmmu-vmsa: r8a7795 support V3
 2017-03-09  4:29 UTC  (22+ messages)
` [PATCH v3 01/09] iommu/ipmmu-vmsa: Introduce features, break out alias
` [PATCH v3 02/09] iommu/ipmmu-vmsa: Add optional root device feature
` [PATCH v3 03/09] iommu/ipmmu-vmsa: Enable multi context support
` [PATCH v3 04/09] iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()
` [PATCH v3 05/09] iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master
` [PATCH v3 06/09] iommu/ipmmu-vmsa: Write IMCTR twice
` [PATCH v3 07/09] iommu/ipmmu-vmsa: Make IMBUSCTR setup optional
` [PATCH v3 08/09] iommu/ipmmu-vmsa: Allow two bit SL0
` [PATCH v3 09/09] iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-08 15:26 UTC  (11+ messages)
` [RFC PATCH 03/30] PCI: Move ATS declarations outside of CONFIG_PCI
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 18/30] PCI: Make "PRG Response PASID Required" handling common

iommu/rockchip: Fix bugs and enable on ARM64
 2017-03-08  5:50 UTC  (6+ messages)

[PATCH 0/7] RFC: iommu/arm-smmu-v2: Dynamic domains
 2017-03-07 20:40 UTC  (11+ messages)
  ` [PATCH 1/7] iommu/arm-smmu: save the pgtbl_cfg in the domain
  ` [PATCH 2/7] iommu: Add DOMAIN_ATTR_ENABLE_TTBR1
  ` [PATCH 3/7] iommu/arm-smmu: Add support for TTBR1
  ` [PATCH 4/7] iommu: introduce TTBR0 domain attribute
  ` [PATCH 5/7] iommu/arm-smmu: add support for TTBR0 attribute
  ` [PATCH 6/7] iommu: Add dynamic domains
  ` [PATCH 7/7] iommu/arm-smmu: add support for "
  ` [Freedreno] [PATCH 0/7] RFC: iommu/arm-smmu-v2: Dynamic domains

[PATCH] iommu/arm-smmu: Add global SMR masking property
 2017-03-07 18:35 UTC  (2+ messages)

[PATCH 0/4] ARM SMMU per-context TLB sync
 2017-03-07 18:09 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/arm-smmu: Handle size mismatches better
  ` [PATCH 2/4] iommu/arm-smmu: Simplify ASID/VMID handling
  ` [PATCH 3/4] iommu/arm-smmu: Tidy up context bank indexing
  ` [PATCH 4/4] iommu/arm-smmu: Use per-context TLB sync as appropriate

[PATCH v5] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU
 2017-03-07 17:43 UTC 


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