iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-06 03:21:08 to 2018-03-15 13:46:49 UTC [more...]

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-03-15 13:46 UTC  (4+ messages)

use generic dma-direct and swiotlb code for x86 V2
 2018-03-15 13:45 UTC  (24+ messages)
  ` [PATCH 01/14] x86: remove X86_PPRO_FENCE
  ` [PATCH 02/14] x86: remove dma_alloc_coherent_mask
  ` [PATCH 03/14] x86: use dma-direct
  ` [PATCH 04/14] x86: use generic swiotlb_ops
  ` [PATCH 05/14] x86/amd_gart: look at coherent_dma_mask instead of GFP_DMA
  ` [PATCH 06/14] x86/amd_gart: use dma_direct_{alloc,free}
  ` [PATCH 07/14] iommu/amd_iommu: "
  ` [PATCH 08/14] iommu/intel-iommu: cleanup intel_{alloc,free}_coherent
  ` [PATCH 09/14] x86: remove dma_alloc_coherent_gfp_flags
  ` [PATCH 10/14] set_memory.h: provide set_memory_{en,de}crypted stubs
  ` [PATCH 11/14] swiotlb: remove swiotlb_set_mem_attributes
  ` [PATCH 12/14] dma-direct: handle the memory encryption bit in common code
  ` [PATCH 13/14] dma-direct: handle force decryption for dma coherent buffers "
  ` [PATCH 14/14] swiotlb: remove swiotlb_{alloc,free}_coherent

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-03-15 13:18 UTC  (7+ messages)

WARN_ON(irqs_disabled()) in dma_free_attrs?
 2018-03-15 13:11 UTC  (12+ messages)

iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-03-15 13:07 UTC  (10+ messages)
` [PATCH 04/10] iommu/amd: split irq_lookup_table out of the amd_iommu_devtable_lock
` [PATCH 05/10] iommu/amd: remove the special case from get_irq_table()
` [PATCH 08/10] iommu/amd: drop the lock while allocating new irq remap table

[PATCH v4] iommu/amd: Add support for fast IOTLB flushing
 2018-03-15 12:38 UTC  (3+ messages)

[RFC 0/5] DT property to reserve IOMMU regions
 2018-03-15 12:03 UTC  (15+ messages)
` [RFC 1/5] dt-bindings: iommu: Add reserved-dma-region for IOMMU device
` [RFC 2/5] dt-bindings: brcm: Add reserved-dma-region for iPROC
` [RFC 3/5] dt-bindings: arm-smmu: Add reserved-msi-region
` [RFC 4/5] iommu/of: Reserve IOMMU DMA regions using DT
` [RFC 5/5] iommu/arm-smmu: Allow direct mapping for MSI region

[PATCH v9 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-03-15 11:12 UTC  (27+ messages)
  ` [PATCH v9 1/5] driver core: Find an existing link between two devices
  ` [PATCH v9 2/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v9 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v9 4/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v9 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH 0/3] iommu/vt-d: Global PASID name space
 2018-03-15  2:38 UTC  (4+ messages)
  ` [PATCH 1/3] "
  ` [PATCH 2/3] iommu/vt-d: Decouple idr bond pointer from svm
  ` [PATCH 3/3] iommu/vt-d: Use global PASID for SVM usage

[PATCH v3 0/5] Add debugfs info for the AMD IOMMU
 2018-03-14 23:05 UTC  (6+ messages)
  ` [PATCH v3 1/5] iommu/amd - Add debugfs support
  ` [PATCH v3 2/5] iommu/amd - Add a 'verbose' switch for IOMMU debugfs
  ` [PATCH v3 3/5] iommu/amd - Add a README variable for the "
  ` [PATCH v3 4/5] iommu/amd - Expose the active IOMMU device table entries
  ` [PATCH v3 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry

[PATCH v2 0/5] Add debugfs info for the AMD IOMMU
 2018-03-14 22:23 UTC  (16+ messages)
  ` [PATCH v2 1/5] iommu/amd - Add debugfs support
  ` [PATCH v2 2/5] iommu/amd - Add a 'verbose' switch for IOMMU debugfs
  ` [PATCH v2 3/5] iommu/amd - Add a README variable for the "
  ` [PATCH v2 4/5] iommu/amd - Expose the active IOMMU device table entries
  ` [PATCH v2 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry

use generic dma-direct and swiotlb code for x86 V2
 2018-03-14 17:51 UTC 

use generic dma-direct and swiotlb code for x86
 2018-03-14 15:44 UTC  (13+ messages)
` [PATCH 01/13] x86: remove X86_PPRO_FENCE
` [PATCH 02/13] x86: remove dma_alloc_coherent_mask
` [PATCH 04/13] x86: use generic swiotlb_ops
` [PATCH 11/13] dma-direct: handle the memory encryption bit in common code

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-03-14 13:10 UTC  (27+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI

[PATCH 0/3] Add IPMMU support for r8a774[35]
 2018-03-14  9:08 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: iommu: ipmmu-vmsa: Add device tree "

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-03-14  9:03 UTC  (13+ messages)
  ` [RFC PATCH] dma-mapping: platform_dma_configure() can be static
` [dma] 9a019f4251: BUG:unable_to_handle_kernel

[PATCH v10 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-03-14  8:14 UTC  (6+ messages)
  ` [PATCH v10 1/5] driver core: Delete the link between two given devices
  ` [PATCH v10 2/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v10 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v10 4/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v10 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH v8 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-03-12 10:21 UTC  (19+ messages)
` [PATCH v8 1/5] iommu/arm-smmu: Destroy domain context in failure path
` [PATCH v8 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v8 4/5] iommu/arm-smmu: Add the device_link between masters and smmu

[PATCH 0/6] Support for fsl-mc bus and its devices in SMMU
 2018-03-09 18:50 UTC  (13+ messages)
` [PATCH 1/6] Docs: dt: add fsl-mc iommu-parent device-tree binding
` [PATCH 5/6] dma-mapping: support fsl-mc bus

[PATCH v2] iommu/amd - Use dev_err to send events to the system log
 2018-03-09  0:34 UTC 

[PATCH v3 2/4] soc: qcom: Add GENI based QUP Wrapper driver
 2018-03-08 18:18 UTC  (4+ messages)

[PATCH 1/1] iommu/arm-smmu: Add support for qcom,smmu-500 variant
 2018-03-07 16:30 UTC  (2+ messages)
  ` [PATCH 1/1] iommu/arm-smmu: Add support for qcom, smmu-500 variant

[PATCH v7 00/14] iommu/rockchip: Use OF_IOMMU
 2018-03-07 13:01 UTC  (18+ messages)
` [PATCH v7 01/14] iommu/rockchip: Prohibit unbind and remove
` [PATCH v7 02/14] iommu/rockchip: Fix error handling in probe
` [PATCH v7 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v7 04/14] iommu/rockchip: Fix error handling in attach
  ` [PATCH v7 09/14] dt-bindings: iommu/rockchip: Add clock property
  ` [PATCH v7 10/14] iommu/rockchip: Use IOMMU device for dma mapping operations
      ` [PATCH v7 11/14] iommu/rockchip: Use OF_IOMMU to attach devices automatically
      ` [PATCH v7 12/14] iommu/rockchip: Fix error handling in init
      ` [PATCH v7 13/14] iommu/rockchip: Add runtime PM support
    ` [PATCH v7 14/14] iommu/rockchip: Support sharing IOMMU between masters

[PATCH] iommu/vt-d: fix usage of force parameter in intel_ir_reconfigure_irte()
 2018-03-06 22:39 UTC 

[PATCH v2 0/4] SMMU 52-bit address support
 2018-03-06 17:54 UTC  (9+ messages)
` [PATCH v2 1/4] iommu/arm-smmu-v3: Clean up address masking
` [PATCH v2 2/4] iommu/io-pgtable-arm: Support 52-bit physical address


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