Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-05-04 08:16:18 to 2015-05-18 19:37:35 UTC [more...]

[PATCH v6 00/25] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-05-18 19:37 UTC  (47+ messages)
` [PATCH v6 01/25] arm: dma-mapping: add support for creating reserved mappings in iova space
` [PATCH v6 05/25] iommu: exynos: don't read version register on every tlb operation
` [PATCH v6 06/25] iommu: exynos: remove unused functions
` [PATCH v6 08/25] iommu: exynos: refactor function parameters to simplify code
` [PATCH v6 09/25] iommu: exynos: remove unused functions, part 2
` [PATCH v6 10/25] iommu: exynos: remove useless device_add/remove callbacks
` [PATCH v6 11/25] iommu: exynos: add support for binding more than one sysmmu to master device
` [PATCH v6 12/25] iommu: exynos: add support for runtime_pm
` [PATCH v6 15/25] iommu: exynos: document internal structures
` [PATCH v6 20/25] ARM: dts: exynos4: add sysmmu nodes
` [PATCH v6 21/25] ARM: dts: exynos3250: "
` [PATCH v6 22/25] ARM: dts: exynos4415: "
` [PATCH v6 23/25] ARM: dts: exynos5250: "
` [PATCH v6 24/25] ARM: dts: exynos5420: "
` [PATCH v6 25/25] ARM: dts: exynos: add iommu reserved regions for bootloader's splash screen
  ` [PATCH v6 27/26] iommu: exynos: add system suspend/resume support

[PATCH v2 0/7] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-18 18:25 UTC  (8+ messages)
` [PATCH v2 1/7] dma-debug: add checking for map/unmap_resource
` [PATCH v2 2/7] DMA-API: Introduce dma_(un)map_resource
` [PATCH v2 3/7] dma-mapping: pci: add pci_(un)map_resource
` [PATCH v2 4/7] DMA-API: Add dma_(un)map_resource() documentation
` [PATCH v2 5/7] iommu/amd: Implement (un)map_resource
` [PATCH v2 6/7] iommu/vt-d: implement (un)map_resource
` [PATCH v2 7/7] x86: add pci-nommu implementation of map_resource

[RFC v2 PATCH 0/6] MT8173 IOMMU SUPPORT
 2015-05-18 12:09 UTC  (12+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v2 2/6] dt-bindings: mediatek: Add smi dts binding
  ` [PATCH v2 3/6] iommu: add ARM short descriptor page table allocator
  ` [PATCH v2 6/6] dts: mt8173: Add iommu/smi nodes for mt8173
` [PATCH v2 4/6] soc: mediatek: Add SMI driver
` [PATCH v2 5/6] iommu/mediatek: Add mt8173 IOMMU driver

[PATCH v11 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-18 10:05 UTC  (36+ messages)
  ` [PATCH v11 01/10] iommu/vt-d: New function to attach domain with id
  ` [PATCH v11 02/10] iommu/vt-d: Items required for kdump
  ` [PATCH v11 03/10] iommu/vt-d: Function to get existing context entry
  ` [PATCH v11 04/10] iommu/vt-d: functions to copy data from old mem
  ` [PATCH v11 05/10] iommu/vt-d: Add functions to load and save old re
  ` [PATCH v11 06/10] iommu/vt-d: datatypes and functions used for kdump
  ` [PATCH v11 07/10] iommu/vt-d: enable kdump support in iommu module
  ` [PATCH v11 08/10] iommu/vt-d: assign new page table for dma_map
  ` [PATCH v11 09/10] iommu/vt-d: Copy functions for irte
  ` [PATCH v11 10/10] iommu/vt-d: Use old irte in kdump kernel

[RFC/PATCH 0/9] IOMMU probe deferral support
 2015-05-15 23:59 UTC  (11+ messages)
  ` [RFC/PATCH 1/9] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
  ` [RFC/PATCH 2/9] arm: dma-mapping: Support IOMMU mappings spanning the full 32 bits range
  ` [RFC/PATCH 3/9] of: dma: Move range size workaround to of_dma_get_range()
  ` [RFC/PATCH 4/9] of: dma: Make of_dma_deconfigure() public
  ` [RFC/PATCH 5/9] of: dma: Split of_configure_dma() into mask and ops configuration
  ` [RFC/PATCH 6/9] drivers: platform: Configure dma operations at probe time
  ` [RFC/PATCH 7/9] iommu: of: Document the of_iommu_configure() function
  ` [RFC/PATCH 8/9] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [RFC/PATCH 9/9] iommu/ipmmu-vmsa: Use DT-based instantiation

[PATCH] iommu/fsl: Fix the dependency check for PAMU driver
 2015-05-14 18:17 UTC  (3+ messages)

[PATCH] iommu/ipmmu-vmsa: Replace spinlock with mutex
 2015-05-14 12:42 UTC 

Any side effect if turn off amd_iommu
 2015-05-13 13:44 UTC  (13+ messages)

SRIOV and clear_context_table
 2015-05-13 13:04 UTC  (2+ messages)

[PATCH 0/3] iommu/arm-smmu: Add driver for ARM SMMUv3 devices
 2015-05-13  8:33 UTC  (7+ messages)
  ` [PATCH 1/3] Documentation: dt-bindings: Add device-tree binding for ARM SMMUv3 IOMMU
  ` [PATCH 2/3] iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devices
  ` [PATCH 3/3] drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3

[RFC PATCH] iommu: add ARM short descriptor page table allocator
 2015-05-13  2:52 UTC  (8+ messages)

[PATCH/RFC 0/4] Probe deferral for IOMMU DT integration
 2015-05-12 10:01 UTC  (4+ messages)

[PATCH v9 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-12  6:41 UTC  (23+ messages)

[PATCH 0/6] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-11 20:05 UTC  (24+ messages)
` [PATCH 2/6] DMA-API: Introduce dma_(un)map_resource
` [PATCH 3/6] dma-mapping: pci: add pci_(un)map_resource
` [PATCH 6/6] x86: add pci-nommu implementation of map_resource

[git pull] IOMMU Fixes for Linux v4.1-rc3
 2015-05-11 17:52 UTC 

[PATCH] iommu: exynos: tell kmemleak to ignore 2nd level page tables
 2015-05-11 16:50 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1
 2015-05-11 16:46 UTC  (2+ messages)

PROBLEM: Deadlock in attach_device() in AMD IOMMU driver
 2015-05-11 10:15 UTC  (6+ messages)

Master-aware devices and sideband ID data
 2015-05-11  9:52 UTC  (5+ messages)

[PATCH v2] CHROMIUM: iommu: rockchip: Make sure that page table state is coherent
 2015-05-08  8:22 UTC  (3+ messages)

[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-08  1:00 UTC  (23+ messages)
` [PATCH v10 04/10] iommu/vt-d: functions to copy data from old mem

[git pull] IOMMU Updates for Linux v4.1
 2015-05-06 12:03 UTC  (7+ messages)

[iommu:ppc/pamu 1/1] drivers/iommu/fsl_pamu.h:24:32: fatal error: asm/fsl_pamu_stash.h: No such file or directory
 2015-05-06  8:41 UTC  (10+ messages)

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static
 2015-05-05 17:19 UTC  (3+ messages)

[PATCH] IOMMU: Removed checkpatch warnings for Missing a blank line after declarations
 2015-05-05 15:49 UTC  (2+ messages)

[PATCH] iommu: rockchip: fix build without CONFIG_OF
 2015-05-05 13:19 UTC  (2+ messages)

[PATCH] iommu/amd: Fix bug in put_pasid_state_wait
 2015-05-04 11:21 UTC  (2+ messages)


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