Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-04-27 07:37:40 to 2014-05-10 16:51:33 UTC [more...]

[PATCH v3 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-10 16:51 UTC  (17+ messages)
  ` [PATCH v3 01/15] PCI: Add DMA alias iterator
  ` [PATCH v3 02/15] PCI: quirk pci_for_each_dma_alias()
  ` [PATCH v3 03/15] PCI: quirk dma_func_alias for Ricoh devices
  ` [PATCH v3 04/15] PCI: quirk dma_func_alias for Marvell devices
  ` [PATCH v3 05/15] PCI: Quirk pci_for_each_dma_alias() for bridges
  ` [PATCH v3 06/15] PCI: Add quirks for ASMedia and Tundra bridges
  ` [PATCH v3 07/15] PCI: Consolidate isolation domain code
  ` [PATCH v3 08/15] iommu/amd: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 09/15] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH v3 10/15] iommu/intel: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 11/15] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH v3 12/15] iommu/fsl: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 13/15] iommu: Remove pci.h
  ` [PATCH v3 14/15] PCI: Remove pci_find_upstream_pcie_bridge()
  ` [PATCH v3 15/15] PCI: Remove pci_get_dma_source()

[PATCH v2 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-10 16:16 UTC  (6+ messages)

[PATCH 00/13] PCI/iommu: Fix DMA alias problems
 2014-05-10  5:19 UTC  (18+ messages)
  ` [PATCH 01/13] PCI: Add DMA alias iterator
  ` [PATCH 02/13] PCI: quirk pci_for_each_dma_alias()
  ` [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices
  ` [PATCH 04/13] PCI: quirk dma_func_alias for Marvell devices
  ` [PATCH 05/13] PCI: Consolidate isolation domain code
  ` [PATCH 06/13] iommu/amd: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH 07/13] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH 08/13] iommu/intel: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH 09/13] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH 10/13] iommu/fsl: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH 11/13] iommu: Remove pci.h
  ` [PATCH 12/13] PCI: Remove pci_find_upstream_pcie_bridge()
  ` [PATCH 13/13] PCI: Remove pci_get_dma_source()

[PATCH v2] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-09 16:50 UTC 

[PATCH v2 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-09 15:29 UTC  (16+ messages)
  ` [PATCH v2 01/15] PCI: Add DMA alias iterator
  ` [PATCH v2 02/15] PCI: quirk pci_for_each_dma_alias()
  ` [PATCH v2 03/15] PCI: quirk dma_func_alias for Ricoh devices
  ` [PATCH v2 04/15] PCI: quirk dma_func_alias for Marvell devices
  ` [PATCH v2 05/15] PCI: Quirk pci_for_each_dma_alias() for bridges
  ` [PATCH v2 06/15] PCI: Add quirks for ASMedia and Tundra bridges
  ` [PATCH v2 07/15] PCI: Consolidate isolation domain code
  ` [PATCH v2 08/15] iommu/amd: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v2 09/15] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH v2 10/15] iommu/intel: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v2 11/15] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH v2 12/15] iommu/fsl: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v2 13/15] iommu: Remove pci.h
  ` [PATCH v2 14/15] PCI: Remove pci_find_upstream_pcie_bridge()
  ` [PATCH v2 15/15] PCI: Remove pci_get_dma_source()

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-05-09 10:54 UTC  (69+ messages)
` [PATCH v12 08/31] iommu/exynos: handle one instance of sysmmu with a device descriptor
` [PATCH v12 10/31] iommu/exynos: use managed device helper functions
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU
` [PATCH v12 12/31] iommu/exynos: support for device tree
` [PATCH v12 13/31] iommu/exynos: gating clocks of master H/W
` [PATCH v12 15/31] iommu/exynos: handle 'mmu-masters' property of DT and improve handling sysmmu
` [PATCH v12 16/31] iommu/exynos: turn on useful configuration options
` [PATCH v12 17/31] iommu/exynos: add support for power management subsystems
` [PATCH v12 19/31] iommu/exynos: change rwlock to spinlock
` [PATCH v12 22/31] iommu/exynos: use exynos-iommu specific typedef
` [PATCH v12 23/31] iommu/exynos: use simpler function to get MMU version
  ` [PATCH v12 09/31] iommu/exynos: remove dbgname from drvdata of a System MMU
  ` [PATCH v12 14/31] iommu/exynos: remove custom fault handler
  ` [PATCH v12 18/31] iommu/exynos: allow having multiple System MMUs for a master H/W
  ` [PATCH v12 20/31] iommu/exynos: add devices attached to the System MMU to an IOMMU group
  ` [PATCH v12 21/31] iommu/exynos: fix address handling
  ` [PATCH v12 24/31] iommu/exynos: apply workaround of caching fault page table entries
  ` [PATCH v12 25/31] iommu/exynos: enhanced error messages
  ` [PATCH v12 26/31] clk: exynos: add gate clock descriptions of System MMU
  ` [PATCH v12 27/31] ARM: dts: add System MMU nodes of exynos4 series
  ` [PATCH v12 28/31] ARM: dts: add System MMU nodes of exynos4210
  ` [PATCH v12 29/31] ARM: dts: add System MMU nodes of exynos4x12
  ` [PATCH v12 30/31] ARM: dts: add System MMU nodes of exynos5250
  ` [PATCH v12 31/31] ARM: dts: add System MMU nodes of exynos5420

[RFC PATCH 0/2] iommu: Expose IOMMU information in sysfs
 2014-05-08 18:20 UTC  (4+ messages)
  ` [RFC PATCH 1/2] iommu: Add sysfs support for IOMMUs
  ` [RFC PATCH 2/2] iommu/intel: Make use of IOMMU sysfs support
  ` [RFC PATCH 3/2] iommu/amd: Add "

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-05-07 18:25 UTC  (4+ messages)

[PATCH v1 1/1] iommu/amd: fix enabling exclusion range for an exact device
 2014-05-07  5:54 UTC 

[PATCH] iommu/amd: Take mmap_sem when calling get_user_pages
 2014-05-06 19:27 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: updates for 3.16
 2014-05-06 17:23 UTC 

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-06 17:22 UTC  (2+ messages)

[Patch Part3 V2 00/21] Enable support of Intel DMAR device hotplug
 2014-05-06  7:05 UTC  (22+ messages)
` [Patch Part3 V2 01/21] iommu/vt-d: match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V2 02/21] iommu/vt-d: use correct domain id to flush virtual machine domains
` [Patch Part3 V2 03/21] iommu/vt-d: introduce helper functions to improve code readability
` [Patch Part3 V2 04/21] iommu/vt-d: introduce helper functions to make code symmetric for readability
` [Patch Part3 V2 05/21] iommu/vt-d: only dynamically allocate domain id for virtual domains
` [Patch Part3 V2 06/21] iommu/vt-d: fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V2 07/21] iommu/vt-d: avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V2 08/21] iommu/VT-d: simplify include/linux/dmar.h
` [Patch Part3 V2 09/21] iommu/vt-d: change iommu_enable/disable_translation to return void
` [Patch Part3 V2 10/21] iommu/vt-d: simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V2 11/21] iommu/vt-d: introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V2 12/21] iommu/vt-d: introduce helper function iova_size() to improve code readability
` [Patch Part3 V2 13/21] iommu/vt-d: fix bug in computing domain's iommu_snooping flag
` [Patch Part3 V2 14/21] IOMMU/vt-d: introduce helper function dmar_walk_resources()
` [Patch Part3 V2 15/21] iommu/vt-d: dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V2 16/21] iommu/vt-d: implement DMAR unit hotplug framework
` [Patch Part3 V2 17/21] iommu/vt-d: search _DSM method for DMAR hotplug
` [Patch Part3 V2 18/21] iommu/vt-d: enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V2 19/21] iommu/vt-d: enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V2 20/21] iommu/vt-d: enhance intel-iommu driver to support DMAR unit hotplug
` [Patch Part3 V2 21/21] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug

[RFC Patch Part3 V1 00/22] Enable Intel DMAR device hotplug
 2014-05-05  8:31 UTC  (6+ messages)
` [Patch Part3 V1 17/22] pci, ACPI, iommu: enhance pci_root to support "

[PATCH v3] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-05-02 19:46 UTC  (4+ messages)

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-05-02 17:25 UTC  (33+ messages)
  ` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
  ` [RFC PATCH v5 02/11] ARM SMMU: Add capability IOMMU_CAP_DMA_EXEC
  ` [RFC PATCH v5 03/11] VFIO_IOMMU_TYPE1 for platform bus devices on ARM
  ` [RFC PATCH v5 04/11] VFIO_IOMMU_TYPE1: Introduce the VFIO_DMA_MAP_FLAG_EXEC flag
  ` [RFC PATCH v5 05/11] VFIO_PLATFORM: Initial skeleton of VFIO support for platform devices
  ` [RFC PATCH v5 06/11] VFIO_PLATFORM: Return info for device and its memory mapped IO regions
  ` [RFC PATCH v5 07/11] VFIO_PLATFORM: Read and write support for the device fd
  ` [RFC PATCH v5 08/11] VFIO_PLATFORM: Support MMAP of MMIO regions
  ` [RFC PATCH v5 09/11] VFIO_PLATFORM: Return IRQ info
  ` [RFC PATCH v5 10/11] VFIO_PLATFORM: Initial interrupts support
  ` [RFC PATCH v5 11/11] VFIO_PLATFORM: Support for maskable and automasked interrupts

IOMMU DMA-mapping API for arm64 ?
 2014-04-29 17:27 UTC  (5+ messages)


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