Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-05-07 07:49:16 to 2015-05-20 23:52:42 UTC [more...]

[PATCH v11 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-20 23:52 UTC  (39+ 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

[PATCH v2 0/7] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-20 20:07 UTC  (14+ 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

[PATCH 0/3] iommu/arm-smmu: Add driver for ARM SMMUv3 devices
 2015-05-20 17:09 UTC  (9+ 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

[v5 0/9] Add VT-d Posted-Interrupts support - IOMMU part
 2015-05-20 11:46 UTC  (11+ messages)
` [v5 1/9] iommu: Add new member capability to struct irq_remap_ops
  ` [v5 2/9] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
  ` [v5 3/9] iommu, x86: Abstract modify_irte() to accept two format of irte
  ` [v5 4/9] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
  ` [v5 5/9] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
  ` [v5 6/9] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
  ` [v5 7/9] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
  ` [v5 8/9] iommu, x86: define irq_remapping_cap()
  ` [v5 9/9] iommu, x86: Properly handler PI for IOMMU hotplug

[PATCH v7 00/25] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-05-20  7:31 UTC  (28+ messages)
` [PATCH v7 01/25] drm/exynos: iommu: detach from default dma-mapping domain on init
` [PATCH v7 02/25] drm/exynos: fimd: ensure proper hw state in fimd_clear_channel()
` [PATCH v7 03/25] iommu: Init iommu-groups support earlier, in core_initcall
` [PATCH v7 04/25] iommu/exynos: Don't read version register on every tlb operation
` [PATCH v7 05/25] iommu/exynos: Remove unused functions
` [PATCH v7 06/25] iommu/exynos: Remove useless members from exynos_iommu_owner structure
` [PATCH v7 07/25] iommu/exynos: Refactor function parameters to simplify code
` [PATCH v7 08/25] iommu/exynos: Rename variables to reflect their purpose
` [PATCH v7 09/25] iommu/exynos: Use struct exynos_iommu_domain in internal structures
` [PATCH v7 10/25] iommu/exynos: Remove excessive includes and sort others alphabetically
` [PATCH v7 11/25] iommu/exynos: Document internal structures
` [PATCH v7 12/25] iommu/exynos: Add/remove callbacks should fail if no iommu is available
` [PATCH v7 13/25] iommu/exynos: Add support for binding more than one sysmmu to master device
` [PATCH v7 14/25] iommu/exynos: Add support for runtime_pm
` [PATCH v7 15/25] iommu/exynos: Add system suspend/resume support
` [PATCH v7 16/25] iommu/exynos: Init from dt-specific callback instead of initcall
` [PATCH v7 17/25] iommu/exynos: Add callback for initializing devices from device tree
` [PATCH v7 18/25] ARM: Exynos: pm_domains: register power domain driver from core_initcall
  ` [PATCH v7 19/25] ARM: dts: exynos4: add sysmmu nodes
` [PATCH v7 20/25] ARM: dts: exynos3250: "
` [PATCH v7 21/25] ARM: dts: exynos4415: "
` [PATCH v7 22/25] ARM: dts: exynos5250: "
` [PATCH v7 23/25] ARM: dts: exynos5420: "
` [PATCH v7 24/25] ARM: DMA-mapping: add support for creating reserved mappings in iova space
` [PATCH v7 25/25] ARM: dts: exynos: add iommu reserved regions for bootloader's splash screen

[RFC v2 PATCH 0/6] MT8173 IOMMU SUPPORT
 2015-05-19 11:14 UTC  (13+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU
` [PATCH v2 4/6] soc: mediatek: Add SMI driver
` [PATCH v2 5/6] iommu/mediatek: Add mt8173 IOMMU driver
  ` [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 v6 00/25] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-05-19 10:49 UTC  (30+ 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 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

[RFC/PATCH 0/9] IOMMU probe deferral support
 2015-05-19 10:39 UTC  (13+ 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)

[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  (22+ messages)

[PATCH 0/6] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-11 20:05 UTC  (23+ 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  (10+ messages)
` [PATCH v10 04/10] iommu/vt-d: functions to copy data from old mem


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