iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-16 13:35:57 to 2012-05-22 05:04:46 UTC [more...]

[PATCH v2 00/13] IOMMU Groups + VFIO
 2012-05-22  5:04 UTC  (3+ messages)
  ` [PATCH v2 01/13] driver core: Add iommu_group tracking to struct device
  ` [PATCH v2 02/13] iommu: IOMMU Groups

[PATCH 00/13] IOMMU Groups + VFIO
 2012-05-21 18:14 UTC  (44+ messages)
  ` [PATCH 01/13] driver core: Add iommu_group tracking to struct device
  ` [PATCH 02/13] iommu: IOMMU Groups
  ` [PATCH 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
  ` [PATCH 04/13] pci: New pci_dma_quirk()
  ` [PATCH 05/13] pci: New pci_acs_enabled()
                              ` RESEND3: "
  ` [PATCH 06/13] iommu: Make use of DMA quirking and ACS enabled check for groups
  ` [PATCH 07/13] vfio: VFIO core
  ` [PATCH 08/13] vfio: Add documentation
  ` [PATCH 09/13] vfio: x86 IOMMU implementation
  ` [PATCH 10/13] pci: export pci_user functions for use by other drivers
  ` [PATCH 11/13] pci: Create common pcibios_err_to_errno
  ` [PATCH 12/13] pci: Misc pci_reg additions
  ` [PATCH 13/13] vfio: Add PCI device driver

[PATCH] iommu/core: pass a user-provided token to fault handlers
 2012-05-21 17:20 UTC 

[PATCH] iommu/core: pass user-provided token when handling faults
 2012-05-21 14:14 UTC  (3+ messages)

[RFC v2 0/5] Add NVIDIA Tegra DRM support
 2012-05-21 13:58 UTC  (21+ messages)
  ` [RFC v2 1/5] iommu: Include linux/types.h
  ` [RFC v2 2/5] tps6586x: Add device tree support
  ` [RFC v2 3/5] i2c: Add of_i2c_get_adapter() function
  ` [RFC v2 4/5] drm: fixed: Add dfixed_frac
  ` [RFC v2 5/5] drm: Add NVIDIA Tegra support

[PATCH 0/2] iommu: request CSR space
 2012-05-21 13:52 UTC  (6+ messages)
  ` [PATCH 1/2] resources: set type of new resource returned by __request_region()
  ` [PATCH 2/2] iommu: Request IOMMU CSR space

[PATCH 1/1] iommu/tegra: smmu: Add DMA window parser
 2012-05-21 12:47 UTC  (4+ messages)

[PATCH 1/2] iommu/tegra: smmu: Simplify allocation at once
 2012-05-18 10:05 UTC  (10+ messages)
  ` [PATCH 2/2] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()
      ` [v2 1/2] iommu/tegra: smmu: Simplify allocation at once
          ` [v2 2/2] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()
  ` [PATCH 1/1] iommu/tegra: smmu: Fix uninitialized var warning

[RFC 0/2] dma-mapping: Introduce new IOVA API with address specified
 2012-05-18  6:10 UTC  (3+ messages)
  ` [RFC 1/2] dma-mapping: Export arm_iommu_{alloc, free}_iova() functions
  ` [RFC 2/2] dma-mapping: Enable IOVA mapping with specific address

[PATCHv10 00/11] ARM: DMA-mapping framework redesign
 2012-05-17 13:14 UTC  (12+ messages)
` [PATCHv10 01/11] common: add dma_mmap_from_coherent() function
` [PATCHv10 02/11] ARM: dma-mapping: use dma_mmap_from_coherent()
` [PATCHv10 03/11] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv10 05/11] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv10 07/11] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
  ` [PATCHv10 04/11] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
  ` [PATCHv10 06/11] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
  ` [PATCHv10 08/11] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv10 09/11] ARM: dma-mapping: remove redundant code and do the cleanup
` [PATCHv10 10/11] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv10 11/11] ARM: dma-mapping: add support for IOMMU mapper

[PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains
 2012-05-11 21:31 UTC  (4+ messages)
` [PATCH 1/2] iommu/exynos: fix runtime pm support

[PATCH] iommu/exynos: Add iommu driver for Exynos Platforms
 2012-05-11 21:03 UTC  (3+ messages)

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-05-11  8:33 UTC  (18+ messages)
` [PATCHv9 01/10] common: add dma_mmap_from_coherent() function
` [PATCHv9 02/10] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv9 03/10] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
` [PATCHv9 04/10] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv9 05/10] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv9 06/10] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv9 07/10] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv9 08/10] ARM: dma-mapping: remove redundant code and cleanup
  ` [PATCHv9 09/10] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper
  ` [Linaro-mm-sig] "
` [PATCH] ARM: dma-mapping: fix build break on no-MMU systems

[git pull] irq remapping ops for x86
 2012-05-09  9:30 UTC  (9+ messages)
    ` [PATCH 1/3] irq_remap: fix compiler warning with !CONFIG_IRQ_REMAP
    ` [PATCH 2/3] irq_remap: fix the UP build failure
    ` [PATCH 3/3] irq_remap: fix the 'sub_handle' uninitialized warning

[Intel IOMMU PATCH] Re-evaluate RMRR info for devices removed from si domain
 2012-05-08 17:39 UTC 

[PATCH v2] ARM: dt: tegra20: Add GART device
 2012-05-08  6:09 UTC  (11+ messages)

[git pull] irq remapping ops for x86
 2012-05-07 13:50 UTC 

[PATCH v2 1/1] intel-iommu: Add device info into list before doing context mapping
 2012-05-04  1:26 UTC 

[PATCH 1/1] arm/dts: Tegra30: Add device tree support for SMMU
 2012-04-23 18:16 UTC  (21+ messages)
                                  ` [PATCH 1/1] dt: Add general DMA window parser
                                              ` [PATCH v2 "

[RFC 0/4] Add NVIDIA Tegra DRM support
 2012-04-20 19:54 UTC  (24+ messages)
` [RFC 4/4] drm: Add NVIDIA Tegra support

Reparenting a platform device
 2012-04-20  2:26 UTC  (4+ messages)

[PATCH 1/2] iommu/amd: Check for the right TLP prefix bit
 2012-04-19 13:39 UTC  (2+ messages)
  ` [PATCH 2/2] iommu/amd: Add workaround for event log erratum

[PATCH v2] iommu: OMAP: device detach on domain destroy
 2012-04-19 13:09 UTC  (2+ messages)

[RFC PATCH 0/3] IOMMU groups
 2012-04-18 20:28 UTC  (7+ messages)
` [RFC PATCH 1/3] iommu: Introduce iommu_group
` [RFC PATCH 2/3] iommu: Create basic group infrastructure and update AMD-Vi & Intel VT-d

[PATCH] iommu: OMAP: device detach on domain destroy
 2012-04-18 18:11 UTC  (3+ messages)

[PATCH 1/1] arm/dts: Tegra30: Add device tree support for SMMU
 2012-04-18 17:31 UTC  (6+ messages)

[PATCHv8 00/10] ARM: DMA-mapping framework redesign
 2012-04-18  7:14 UTC  (2+ messages)

[PATCH 1/3] iommu: tegra/gart: use correct gart_device
 2012-04-16 16:07 UTC  (3+ messages)


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