Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-03-30 03:21:21 to 2017-04-10 20:04:45 UTC [more...]

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-04-10 20:04 UTC  (26+ messages)
` [RFC 2/3] virtio-iommu: device probing and operations
` [RFC 3/3] virtio-iommu: future work
` [RFC PATCH linux] iommu: Add virtio-iommu driver
` [RFC PATCH kvmtool 00/15] Add virtio-iommu
  ` [RFC PATCH kvmtool 01/15] virtio: synchronize virtio-iommu headers with Linux
  ` [RFC PATCH kvmtool 02/15] FDT: (re)introduce a dynamic phandle allocator
  ` [RFC PATCH kvmtool 03/15] virtio: add virtio-iommu
  ` [RFC PATCH kvmtool 04/15] Add a simple IOMMU
  ` [RFC PATCH kvmtool 05/15] iommu: describe IOMMU topology in device-trees
  ` [RFC PATCH kvmtool 06/15] irq: register MSI doorbell addresses
  ` [RFC PATCH kvmtool 07/15] virtio: factor virtqueue initialization
  ` [RFC PATCH kvmtool 08/15] virtio: add vIOMMU instance for virtio devices
  ` [RFC PATCH kvmtool 09/15] virtio: access vring and buffers through IOMMU mappings
  ` [RFC PATCH kvmtool 10/15] virtio-pci: translate MSIs with the virtual IOMMU
  ` [RFC PATCH kvmtool 11/15] virtio: set VIRTIO_F_IOMMU_PLATFORM when necessary
  ` [RFC PATCH kvmtool 12/15] vfio: add support for virtual IOMMU
  ` [RFC PATCH kvmtool 13/15] virtio-iommu: debug via IPC
  ` [RFC PATCH kvmtool 14/15] virtio-iommu: implement basic debug commands
  ` [RFC PATCH kvmtool 15/15] virtio: use virtio-iommu when available
  ` Re: [RFC 0/3] virtio-iommu: a paravirtualized IOMMU
    ` [virtio-dev] "
  ` [RFC 1/3] virtio-iommu: firmware description of the virtual topology
  ` Need information on type 2 IOMMU

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

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

[PATCH v4 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-10 11:38 UTC  (8+ messages)
  ` [PATCH v4 1/2] PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT
` [PATCH v4 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-04-10 11:02 UTC  (9+ messages)
` [RFC PATCH 01/30] iommu/arm-smmu-v3: Link groups and devices
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH V3 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2017-04-10  4:45 UTC  (8+ messages)

AMD Nested Paging Performance Issues
 2017-04-08  6:11 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 4.12
 2017-04-07 16:42 UTC  (2+ messages)

[PATCH 0/4 v2] iommu/omap: Add support for iommu-groups and 'struct iommu_device'
 2017-04-07 14:41 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/omap: Move data structures to omap-iommu.h
  ` [PATCH 2/4] iommu/omap: Set dev->archdata.iommu = NULL in omap_iommu_remove_device
  ` [PATCH 3/4] iommu/omap: Make use of 'struct iommu_device'
  ` [PATCH 4/4] iommu/omap: Add iommu-group support

[PATCH 0/5] iommu/omap: Add support for iommu-groups and 'struct iommu_device'
 2017-04-07 14:35 UTC  (11+ messages)
  ` [PATCH 1/5] iommu/omap: Move data structures to omap-iommu.h
  ` [PATCH 2/5] iommu/omap: Permanently keep iommu_dev pointer in arch_data
  ` [PATCH 3/5] iommu/omap: Set dev->archdata.iommu = NULL in omap_iommu_remove_device
  ` [PATCH 4/5] iommu/omap: Make use of 'struct iommu_device'
  ` [PATCH 5/5] iommu/omap: Add iommu-group support

[PATCH] iommu/iova: fix underflow bug in __alloc_and_insert_iova_range
 2017-04-07 11:59 UTC  (2+ messages)

amd-iommu: can't boot with amdgpu, AMD-Vi: Completion-Wait loop timed out
 2017-04-07 10:20 UTC  (8+ messages)
` [PATCH] iommu/amd: flush IOTLB for specific domains only

[PATCH RESEND 0/3] IOVA allocation improvements for iommu-dma
 2017-04-07  7:22 UTC  (10+ messages)
  ` [PATCH RESEND 1/3] iommu/dma: Convert to address-based allocation
    ` [RESEND,1/3] "
  ` [PATCH RESEND 2/3] iommu/dma: Clean up MSI IOVA allocation
    ` [RESEND,2/3] "
  ` [PATCH RESEND 3/3] iommu/dma: Plumb in the per-CPU IOVA caches
    ` [RESEND,3/3] "

[RFC] PCI ACS Flags Clarification
 2017-04-05 18:57 UTC  (4+ messages)

[PATCH] iommu/arm-smmu: Fix 16bit ASID configuration
 2017-04-03 17:49 UTC  (3+ messages)

[v10, 0/7] Fix eSDHC host version register bug
 2017-04-03 14:16 UTC  (5+ messages)
` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH] iommu/io-pgtable-arm: Avoid shift overflow in block size
 2017-04-03 12:12 UTC 

[PATCH] iommu/rockchip: Make use of 'struct iommu_device'
 2017-04-03 11:18 UTC  (5+ messages)

[PATCH v2] arm64/dma-mapping: fix DMA_ATTR_FORCE_CONTIGUOUS mmaping code
 2017-04-03  7:06 UTC  (3+ messages)

[PATCH 0/3] IOVA allocation improvements for iommu-dma
 2017-03-31 14:33 UTC  (4+ messages)

[PATCH] iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'
 2017-03-31 14:29 UTC 

[PATCH v2] iommu/arm-smmu: Add global SMR masking property
 2017-03-31 12:43 UTC  (2+ messages)

[PATCH v2 0/4] ARM SMMU TLB sync improvements
 2017-03-31 12:38 UTC  (9+ messages)
  ` [PATCH v2 1/4] iommu/arm-smmu: Simplify ASID/VMID handling
  ` [PATCH v2 2/4] iommu/arm-smmu: Tidy up context bank indexing
  ` [PATCH v2 3/4] iommu/arm-smmu: Use per-context TLB sync as appropriate
  ` [PATCH v2 4/4] iommu/arm-smmu: Poll for TLB sync completion more effectively

[PATCH 0/9] iommu: add qcom_iommu for early "B" family devices (v2)
 2017-03-31  4:19 UTC  (5+ messages)
` [PATCH 5/9] iommu: add qcom_iommu

[PATCH 0/7] iommu/iova: improve the allocation performance of dma64
 2017-03-31  3:55 UTC  (12+ messages)
` [PATCH 1/7] iommu/iova: fix incorrect variable types
` [PATCH 2/7] iommu/iova: cut down judgement times
` [PATCH 3/7] iommu/iova: insert start_pfn boundary of dma32

[PATCH v2 0/7] iommu/iova: improve the allocation performance of dma64
 2017-03-31  3:24 UTC  (8+ messages)
  ` [PATCH v2 1/7] iommu/iova: fix incorrect variable types
  ` [PATCH v2 2/7] iommu/iova: cut down judgement times
  ` [PATCH v2 3/7] iommu/iova: insert start_pfn boundary of dma32
  ` [PATCH v2 4/7] iommu/iova: adjust __cached_rbnode_insert_update
  ` [PATCH v2 5/7] iommu/iova: to optimize the allocation performance of dma64
` [PATCH v2 6/7] iommu/iova: move the caculation of pad mask out of loop
` [PATCH v2 7/7] iommu/iova: fix iovad->dma_32bit_pfn as the last pfn of dma32

[PATCH 0/4] ARM SMMU per-context TLB sync
 2017-03-30 15:48 UTC  (9+ messages)
` [PATCH 1/4] iommu/arm-smmu: Handle size mismatches better
` [PATCH 4/4] iommu/arm-smmu: Use per-context TLB sync as appropriate
` [PATCH 5/4] iommu/arm-smmu: Poll for TLB sync completion more effectively

[PATCH] arm64/dma-mapping: fix DMA_ATTR_FORCE_CONTIGUOUS mmaping code
 2017-03-30 14:10 UTC  (12+ messages)

[RFC PATCH 1/3] of/pci: dma-ranges to account highest possible host bridge dma_mask
 2017-03-30 10:14 UTC  (8+ messages)

[RFC PATCH] of: Fix DMA configuration for non-DT masters
 2017-03-30 10:12 UTC  (6+ messages)

[RFC PATCH 1/2] of/pci: implement inbound dma-ranges for PCI
 2017-03-30  9:59 UTC  (2+ messages)
  ` [RFC PATCH 2/2] of/pci: call pci specific dma-ranges instead of memory-mapped


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