Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-07-27 12:30:02 to 2015-08-05 15:18:56 UTC [more...]

[PATCH 00/26] iommu/vt-d: Clean up device<->domain attachment
 2015-08-05 15:18 UTC  (26+ messages)
  ` [PATCH 01/26] iommu/vt-d: Keep track of per-iommu domain ids
  ` [PATCH 02/26] iommu/vt-d: Add access functions for iommu->domains
  ` [PATCH 03/26] iommu/vt-d: Split up iommu->domains array
  ` [PATCH 04/26] iommu/vt-d: Get rid of iommu_attach_vm_domain()
  ` [PATCH 05/26] iommu/vt-d: Calculate translation in domain_context_mapping_one
  ` [PATCH 06/26] iommu/vt-d: Simplify domain_context_mapping_one
  ` [PATCH 08/26] iommu/vt-d: Don't pre-allocate domain ids for si_domain
  ` [PATCH 10/26] iommu/vt-d: Replace iommu_bmp with a refcount
  ` [PATCH 11/26] iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmap
  ` [PATCH 12/26] iommu/vt-d: Simplify domain_remove_one_dev_info()
  ` [PATCH 13/26] iommu/vt-d: Simplify domain_remove_dev_info()
  ` [PATCH 14/26] iommu/vt-d: Move context-mapping into dmar_insert_dev_info
  ` [PATCH 15/26] iommu/vt-d: Rename dmar_insert_dev_info()
  ` [PATCH 16/26] iommu/vt-d: Rename domain_remove_one_dev_info()
  ` [PATCH 17/26] iommu/vt-d: Rename iommu_detach_dependent_devices()
  ` [PATCH 18/26] iommu/vt-d: Pass an iommu pointer to domain_init()
  ` [PATCH 20/26] iommu/vt-d: Unify domain->iommu attach/detachment
  ` [PATCH 21/26] iommu/vt-d: Only call domain_remove_one_dev_info to detach old domain
  ` [PATCH 22/26] iommu/vt-d: Get rid of domain->iommu_lock
  ` [PATCH 23/26] iommu/vt-d: Remove dmar_global_lock from device_notifier
` [PATCH 07/26] iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psi
` [PATCH 09/26] iommu/vt-d: Kill dmar_domain->id
` [PATCH 19/26] iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_info
` [PATCH 24/26] iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_info
` [PATCH 25/26] iommu/vt-d: Only insert alias dev_info if there is an alias

[PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices
 2015-08-05 10:53 UTC  (6+ messages)

IVDB DTE_ALL Settings
 2015-08-05  9:53 UTC  (5+ messages)

[PATCH 00/13] iommu/arm-smmu: Updates for 4.3
 2015-08-04 20:54 UTC  (19+ messages)
  ` [PATCH 01/13] iommu/arm-smmu: Fix enabling of PRIQ interrupt
  ` [PATCH 02/13] iommu/arm-smmu: Fix MSI memory attributes to match specification
  ` [PATCH 03/13] iommu/arm-smmu: Limit 2-level strtab allocation for small SID sizes
  ` [PATCH 04/13] iommu/arm-smmu: Sort out coherency
  ` [PATCH 05/13] iommu/io-pgtable-arm: Allow appropriate DMA API use
  ` [PATCH 06/13] iommu/arm-smmu: Clean up DMA API usage
  ` [PATCH 07/13] "
  ` [PATCH 08/13] iommu/ipmmu-vmsa: "
  ` [PATCH 09/13] iommu/io-pgtable-arm: Centralise sync points
  ` [PATCH 10/13] iommu/arm-smmu: Remove arm_smmu_flush_pgtable()
  ` [PATCH 11/13] "
  ` [PATCH 12/13] iommu/io-pgtable: Remove flush_pgtable callback
  ` [PATCH 13/13] iommu/arm-smmu: Treat unknown OAS as 48-bit

[PATCH 00/18] Clean up exposure of arch-internal code
 2015-08-04 18:50 UTC  (17+ messages)
` [PATCH 02/18] firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area()
  ` [PATCH 15/18] iommu: tegra-smmu: use __GFP_ZERO to allocate zeroed pages
  ` [PATCH 16/18] iommu: tegra-smmu: get_use
  ` [PATCH 17/18] iommu: tegra-smmu: more cleanups
  ` [PATCH 18/18] iommu: tegra-smmu: remove cacheflush.h

[dm-devel] AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
 2015-08-04 18:11 UTC  (6+ messages)
                  `  "

[iommu:x86/vt-d 2/3] drivers/iommu/intel_irq_remapping.c:429:17: sparse: incorrect type in argument 1 (different address spaces)
 2015-08-04 13:26 UTC 

[PATCH v5 0/3] arm64: IOMMU-backed DMA mapping
 2015-08-03 17:40 UTC  (6+ messages)
  ` [PATCH v5 1/3] iommu: Implement common IOMMU ops for "
  ` [PATCH v5 2/3] arm64: Add IOMMU dma_ops
  ` [PATCH v5 3/3] arm64: Hook up "

[RFC PATCH 0/1] iommu: Detach device from domain when removed from group
 2015-08-03 17:04 UTC  (5+ messages)
  ` [RFC PATCH 1/1] "

[PATCH 0/2] DRA7 DSP MMU config support
 2015-08-03 16:40 UTC  (11+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

[PATCH 00/11] Some OMAP IOMMU cleanup patches
 2015-08-03 16:12 UTC  (3+ messages)

[PATCH] iommu/omap: Fix debug_read_tlb() to use seq_printf()
 2015-08-03 15:25 UTC  (2+ messages)

[PATCH 0/2] iommu/vt-d: Additional sysfs entries
 2015-08-03 15:09 UTC  (7+ messages)
` [PATCH 1/2] iommu/vt-d: Report domain usage in sysfs
` [PATCH 2/2] iommu/vt-d: Report superpage support "

[PATCH] iommu: avoid format string leaks into iommu_device_create
 2015-08-03 14:16 UTC  (2+ messages)

[PATCH] of: iommu: Silence misleading warning
 2015-08-03 14:10 UTC  (2+ messages)

[PATCH v2] iommu/fsl: Really fix init section(s) content
 2015-08-03 12:29 UTC  (2+ messages)

[PATCH 0/3] Generic PCI MSI + IOMMU topology bindings
 2015-08-03 10:44 UTC  (5+ messages)
` [PATCH 1/3] Docs: dt: add generic MSI bindings

[PATCH v4 0/6] MT8173 IOMMU SUPPORT
 2015-08-03 10:21 UTC  (7+ messages)
  ` [PATCH v4 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v4 2/6] dt-bindings: mediatek: Add smi dts binding
  ` [PATCH v4 3/6] iommu: add ARM short descriptor page table allocator
  ` [PATCH v4 4/6] memory: mediatek: Add SMI driver
  ` [PATCH v4 5/6] iommu/mediatek: Add mt8173 IOMMU driver
  ` [PATCH v4 6/6] dts: mt8173: Add iommu/smi nodes for mt8173

[git pull] IOMMU Fixes for Linux v4.2-rc4
 2015-07-31 16:58 UTC 

[PATCH] iommu/arm-smmu-v2: ThunderX(errata-23399) mis-extends 64bit registers
 2015-07-31 11:48 UTC  (7+ messages)

[PATCH v3 0/6] MT8173 IOMMU SUPPORT
 2015-07-31 11:32 UTC  (29+ messages)
` [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v3 5/6] iommu/mediatek: Add mt8173 IOMMU driver
` [PATCH v3 6/6] dts: mt8173: Add iommu/smi nodes for mt8173

[PATCH v2 1/9] iommu/io-pgtable-arm: Allow appropriate DMA API use
 2015-07-31 11:22 UTC  (10+ messages)
  ` [PATCH v2 2/9] iommu/arm-smmu: Sort out coherency
  ` [PATCH v2 3/9] iommu/arm-smmu: Clean up DMA API usage
  ` [PATCH v2 4/9] iommu/arm-smmu-v3: "
  ` [PATCH v2 5/9] iommu/ipmmu-vmsa: "
  ` [PATCH v2 6/9] iommu/io-pgtable-arm: Centralise sync points
  ` [PATCH v2 7/9] iommu/arm-smmu: Remove arm_smmu_flush_pgtable()
  ` [PATCH v2 8/9] iommu/arm-smmu-v3: "
  ` [PATCH v2 9/9] iommu/io-pgtable: Remove flush_pgtable callback

[PATCH char-misc-next 10/19] lib: convert iova.c into a library
 2015-07-31  0:31 UTC  (7+ messages)

[Bugfix]
 2015-07-30 18:34 UTC  (3+ messages)

[Debug Patch] Collect more information about the regression
 2015-07-30 17:01 UTC 

[PATCH] iommu/amd: Allow non-ATS devices in IOMMUv2 domains
 2015-07-30 11:24 UTC  (4+ messages)

[PATCH 0/5] AMD IOMMU Fixes for v4.2-rc4
 2015-07-30 10:12 UTC  (8+ messages)
  ` [PATCH 1/5] iommu/amd: Use iommu_attach_group()
  ` [PATCH 2/5] iommu/amd: Use iommu core for passthrough mode
  ` [PATCH 3/5] iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains
  ` [PATCH 4/5] iommu/amd: Use swiotlb in passthrough mode
  ` [PATCH 5/5] iommu/amd: Set global dma_ops if swiotlb is disabled

Since Linux 4.1: A lot of AMD-Vi IO_PAGE_FAULTs
 2015-07-29 16:31 UTC  (9+ messages)

[PATCH v2 00/11] PCI: Fix ATS deadlock
 2015-07-29 16:07 UTC  (20+ messages)
` [PATCH v2 01/11] iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth
` [PATCH v2 02/11] PCI: Allocate ATS struct during enumeration
` [PATCH v2 03/11] PCI: Embed ATS info directly into struct pci_dev
` [PATCH v2 08/11] PCI: Clean up ATS error handling
` [PATCH v2 10/11] PCI: Stop caching ATS Invalidate Queue Depth
` [PATCH v2 11/11] PCI: Remove pci_ats_enabled()

[PATCH v4 0/4] arm64: IOMMU-backed DMA mapping
 2015-07-28 17:30 UTC  (12+ messages)
` [PATCH v4 1/4] iommu/iova: Avoid over-allocating when size-aligned
` [PATCH v4 2/4] iommu: Implement common IOMMU ops for DMA mapping
` [PATCH v4 3/4] arm64: Add IOMMU dma_ops
` [PATCH v4 4/4] arm64: Hook up "

[PATCH 1/5] iommu/io-pgtable-arm: Allow appropriate DMA API use
 2015-07-28 16:06 UTC  (13+ messages)
  ` [PATCH 2/5] iommu/arm-smmu: Sort out coherency
  ` [PATCH 3/5] iommu/arm-smmu: Clean up DMA API usage
  ` [PATCH 4/5] iommu/arm-smmu-v3: "
  ` [PATCH 5/5] iommu/ipmmu-vmsa: "

[PATCH 0/4] Separate the IOVA library from the intel-iommu driver
 2015-07-28 13:25 UTC  (2+ messages)

[PATCH v3 50/51] PCI: Introduce resource_disabled()
 2015-07-27 23:30 UTC 


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