Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2013-09-25 22:15:48 to 2013-10-12 07:20:12 UTC [more...]

[PATCH 1/2] iommu/fsl: Factor out PCI specific code
 2013-10-12  7:20 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/fsl: Enable default DMA window for PCIe devices once detached

[PATCH] VFIO: vfio_iommu_type1: fix bug caused by break in nested loop
 2013-10-11 15:47 UTC 

[PATCH 1/2] ARM: SMMU: add devices attached to the SMMU to an IOMMU group
 2013-10-11 13:24 UTC  (2+ messages)
  ` [PATCH 2/2] ARM: SMMU: return NULL on error in arm_smmu_iova_to_phys

[PATCH 0/7] vfio-pci: add support for Freescale IOMMU (PAMU)
 2013-10-10 21:13 UTC  (37+ messages)
` [PATCH 1/7] powerpc: Add interface to get msi region information
` [PATCH 2/7] iommu: add api to get iommu_domain of a device
` [PATCH 5/7] iommu: supress loff_t compilation error on powerpc
` [PATCH 6/7] vfio: moving some functions in common file
` [PATCH 7/7] vfio pci: Add vfio iommu implementation for FSL_PAMU

[PATCH v10 20/20] iommu/exynos: add devices attached to the System MMU to an IOMMU group
 2013-10-10 20:54 UTC  (2+ messages)

[PATCH v2 0/7] iommu/arm-smmu: Misc modifications to support SMMUs on Calxeda ECX-2000
 2013-10-10 17:01 UTC  (15+ messages)
  ` [PATCH 1/7] iommu/arm-smmu: Introduce driver option handling
  ` [PATCH 2/7] iommu/arm-smmu: Introduce bus notifier block
  ` [PATCH 3/7] iommu/arm-smmu: Introduce stream ID masking
  ` [PATCH 4/7] iommu/arm-smmu: Support buggy implementations where all config accesses are secure
  ` [PATCH 5/7] ARM: dts: Add nodes for SMMUs on Calxeda ECX-2000
  ` [PATCH 6/7] documentation/iommu: Update description of ARM System MMU binding
  ` [PATCH 7/7] iommu/arm-smmu: Introduce automatic stream-id-masking

[PATCH 0/5] iommu/arm-smmu: Misc modifications to support SMMUs on Calxeda ECX-2000
 2013-10-09 23:10 UTC  (18+ messages)
  ` [PATCH 1/5] iommu/arm-smmu: Introduce driver option handling
  ` [PATCH 2/5] iommu/arm-smmu: Introduce bus notifier block
  ` [PATCH 3/5] iommu/arm-smmu: Introduce stream ID masking
  ` [PATCH 4/5] iommu/arm-smmu: Support buggy implementations where all config accesses are secure
  ` [PATCH 5/5] ARM: dts: Add nodes for SMMUs on Calxeda ECX-2000
  ` [PATCH] documentation/iommu: Update description of ARM System MMU binding

[GIT PULL] iommu/arm-smmu: updates for 3.13
 2013-10-09 17:02 UTC 

[PATCH] vfio, iommu: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limits
 2013-10-09  8:03 UTC  (2+ messages)

[PATCH 1/2] iommu/tegra-gart: Staticize tegra_gart_pm_ops
 2013-10-08 11:07 UTC  (4+ messages)
  ` [PATCH 2/2] iommu/tegra-smmu: Staticize tegra_smmu_pm_ops

[PATCH 1/1] iommu: arm-smmu: Use devm_ioremap_resource
 2013-10-08 10:48 UTC  (2+ messages)

[PATCH 0/9] arm-smmu: Misc changes/Calxeda ECX-2000 support
 2013-10-08 10:43 UTC  (43+ messages)
  ` [PATCH 1/9] iommu/arm-smmu: Switch to arch_initcall for driver registration
          ` [PATCH] iommu/arm-smmu: Switch to subsys_initcall "
  ` [PATCH 2/9] iommu/arm-smmu: Calculate SMMU_CB_BASE from smmu register values
                      ` [PATCH] iommu/arm-smmu: Refine check for proper size of mapped region
  ` [PATCH 3/9] ARM: dma-mapping: Always pass proper prot flags to iommu_map()
  ` [PATCH 4/9] iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception
                        ` [PATCH] "
  ` [PATCH 5/9] iommu/arm-smmu: Clear global and context bank fault status registers
            ` [PATCH] "
  ` [PATCH 6/9] iommu/arm-smmu: Support buggy implemenations where all config accesses are secure
  ` [PATCH 7/9] iommu/arm-smmu: Add function that conditionally isolates all masters of all SMMUs
  ` [PATCH 8/9] iommu/arm-smmu: Introduce a default fault handler
            ` [PATCH] iommu/arm-smmu: Print context fault information
  ` [PATCH 9/9] ARM: dts: Add nodes for SMMUs on Calxeda ECX-2000

[PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs
 2013-10-08  4:38 UTC  (3+ messages)

[PATCH v10 19/20] iommu/exynos: return 0 if iommu_attach_device() successes
 2013-10-07  1:58 UTC 

[PATCH v10 18/20] iommu/exynos: change rwlock to spinlock
 2013-10-07  1:58 UTC 

[PATCH v10 17/20] iommu/exynos: add support for power management subsystems
 2013-10-07  1:58 UTC 

[PATCH v10 16/20] iommu/exynos: turn on useful configuration options
 2013-10-07  1:58 UTC 

[PATCH v10 15/20] iommu/exynos: remove calls to Runtime PM API functions
 2013-10-07  1:57 UTC 

[PATCH v10 14/20] iommu/exynos: remove custom fault handler
 2013-10-07  1:57 UTC 

[PATCH v10 13/20] iommu/exynos: gating clocks of master H/W
 2013-10-07  1:57 UTC 

[PATCH v10 12/20] iommu/exynos: support for device tree
 2013-10-07  1:57 UTC 

[PATCH v10 11/20] ARM: dts: Add description of System MMU of Exynos SoCs
 2013-10-07  1:57 UTC 

[PATCH v10 10/20] clk: exynos: add gate clock descriptions of System MMU
 2013-10-07  1:56 UTC 

[PATCH v10 09/20] iommu/exynos: use managed device helper functions
 2013-10-07  1:56 UTC 

[PATCH v10 08/20] iommu/exynos: remove dbgname from drvdata of a System MMU
 2013-10-07  1:55 UTC 

[PATCH v10 07/20] iommu/exynos: always use a single clock descriptor
 2013-10-07  1:54 UTC 

[PATCH v10 06/20] iommu/exynos: always enable runtime PM
 2013-10-07  1:54 UTC 

[PATCH v10 05/20] iommu/exynos: allocate lv2 page table from own slab
 2013-10-07  1:53 UTC 

[PATCH v10 04/20] iommu/exynos: fix L2TLB invalidation
 2013-10-07  1:53 UTC 

[PATCH v10 03/20] iommu/exynos: change error handling when page table update is failed
 2013-10-07  1:53 UTC 

[PATCH v10 02/20] iommu/exynos: add missing cache flush for removed page table entries
 2013-10-07  1:52 UTC 

[PATCH v10 01/20] iommu/exynos: do not include removed header
 2013-10-07  1:52 UTC 

[PATCH v10 00/20] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2013-10-07  1:52 UTC 

[PATCH] intel-iommu: Fix leaks in pagetable freeing
 2013-10-05 23:41 UTC  (3+ messages)

[git pull] IOMMU Fixes for v3.12-rc3
 2013-10-04 14:56 UTC 

[PATCH] On unmap, flush IOMMU TLB and return correct size
 2013-10-02 15:04 UTC  (12+ messages)

[RFC PATCH v2 0/7] VFIO for device tree based platform devices (work in progress)
 2013-10-02 13:14 UTC  (32+ messages)
  ` [PATCH 1/7] VFIO_IOMMU_TYPE1 workaround to build for platform devices
  ` [PATCH 2/7] Initial skeleton of VFIO support for Device Tree based devices
  ` [PATCH 3/7] Return info for device and its memory regions and interrupts
  ` [PATCH 4/7] VFIO: DT: Support MMAP of MMIO regions
  ` [PATCH 5/7] VFIO: DT: Read and write support for the device fd
  ` [PATCH 6/7] VFIO: Update documentation for VFIO_IOMMU_TYPE1 driver
  ` [PATCH 7/7] VFIO: VFIO_PLATFORM: Update documentation for platform specific devices

[PATCH 0/6] iommu/arm-smmu: Misc changes
 2013-10-02 10:44 UTC  (12+ messages)
  ` [PATCH 1/6] iommu/arm-smmu: Switch to subsys_initcall for driver registration
  ` [PATCH 2/6] iommu/arm-smmu: Refine check for proper size of mapped region
  ` [PATCH 3/6] iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception
  ` [PATCH 4/6] iommu/arm-smmu: Print context fault information
  ` [PATCH 5/6] iommu/arm-smmu: Clear global and context bank fault status registers
  ` [PATCH 6/6] iommu/arm-smmu: Support buggy implemenations where all config accesses are secure

[PATCH v6 07/12] ARM: EXYNOS: remove system mmu initialization from exynos tree
 2013-09-30  2:34 UTC  (7+ messages)

[PATCH 1/3] MSM: Remove iommu include from drivers/gpu/drm/msm/mdp4/mdp4_kms.c
 2013-09-27 16:02 UTC  (4+ messages)
` [PATCH 3/3] Fix compile error in drivers/gpu/drm/msm/msm_drv.c with IOMMU disabled

[RFC PATCH] Crashdump Accepting Active IOMMU
 2013-09-26 23:25 UTC 

[PATCH 1/1] x86/iommu: correct ICS register offset
 2013-09-26  1:35 UTC  (4+ messages)


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