iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-19 07:29:19 to 2013-10-08 03:42:45 UTC [more...]

[PATCH 0/7] vfio-pci: add support for Freescale IOMMU (PAMU)
 2013-10-08  3:42 UTC  (28+ 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 3/7] fsl iommu: add get_dev_iommu_domain
  ` [PATCH 4/7] powerpc: translate msi addr to iova if iommu is in use
  ` [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 0/9] arm-smmu: Misc changes/Calxeda ECX-2000 support
 2013-10-07 15:42 UTC  (42+ 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-07 13:44 UTC  (2+ messages)

[PATCH v10 20/20] iommu/exynos: add devices attached to the System MMU to an IOMMU group
 2013-10-07  1:58 UTC 

[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  (14+ 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  (5+ messages)
  ` [PATCH 2/3] Fix compile error in drivers/gpu/drm/msm/msm_drv.c
  ` [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)

[PATCH 0/7]: iommu/arm-smmu: Misc fixes/adaptions
 2013-09-25 18:20 UTC  (25+ messages)
` [PATCH 1/7] iommu/arm-smmu: Switch to arch_initcall for driver registration
` [PATCH 2/7] iommu/arm-smmu: Calculate SMMU_CB_BASE from smmu register values
` [PATCH 3/7] ARM: dma-mapping: Always pass proper prot flags to iommu_map()
` [PATCH 4/7] iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception
` [PATCH 5/7] iommu/arm-smmu: Add function that isolates all masters for all SMMUs
` [PATCH 6/7] iommu/arm-smmu: Add module parameter arm-smmu=off|force_isolation
` [PATCH 7/7] iommu/arm-smmu: Clear global and context bank fault status and syndrome registers

[PATCH v4 0/2] iommu: Add iommu_error class event to iommu trace
 2013-09-25  9:11 UTC  (4+ messages)
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] iommu: Change iommu driver to call io_page_fault trace event

[PATCH v2] intel-iommu: Quiesce devices before disabling IOMMU
 2013-09-24 13:39 UTC  (3+ messages)

[PATCH 0/2] iommu: Add iommu_fault class event to iommu trace
 2013-09-24 12:39 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH 0/7] iommu: Add event tracing feature to iommu
 2013-09-24 10:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: add overall IOMMU section
 2013-09-24 10:31 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: fixes for 3.12
 2013-09-24 10:28 UTC  (2+ messages)

[PATCH] iommu/tegra: gart: cleanup devm_* functions usage
 2013-09-24  4:24 UTC 


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