iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-09 01:47:26 to 2014-04-27 07:37:50 UTC [more...]

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-04-27  7:37 UTC  (19+ messages)
` [PATCH v12 02/31] iommu/exynos: add missing cache flush for removed page table entries
` [PATCH v12 04/31] iommu/exynos: fix L2TLB invalidation
` [PATCH v12 06/31] iommu/exynos: allocate lv2 page table from own slab
` [PATCH v12 07/31] iommu/exynos: always enable runtime PM
` [PATCH v12 08/31] iommu/exynos: handle one instance of sysmmu with a device descriptor
` [PATCH v12 10/31] iommu/exynos: use managed device helper functions
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU
` [PATCH v12 12/31] iommu/exynos: support for device tree
` [PATCH v12 13/31] iommu/exynos: gating clocks of master H/W
  ` [PATCH v12 01/31] iommu/exynos: do not include removed header
  ` [PATCH v12 03/31] iommu/exynos: change error handling when page table update is failed
  ` [PATCH v12 05/31] iommu/exynos: remove prefetch buffer setting
  ` [PATCH v12 09/31] iommu/exynos: remove dbgname from drvdata of a System MMU
  ` [PATCH v12 14/31] iommu/exynos: remove custom fault handler
  ` [PATCH v12 18/31] iommu/exynos: allow having multiple System MMUs for a master H/W
` [PATCH v12 15/31] iommu/exynos: handle 'mmu-masters' property of DT and improve handling sysmmu
` [PATCH v12 16/31] iommu/exynos: turn on useful configuration options
` [PATCH v12 17/31] iommu/exynos: add support for power management subsystems

IOMMU DMA-mapping API for arm64 ?
 2014-04-26 14:28 UTC  (3+ messages)

[PATCH -mm] intel-iommu: add missing include of dma-contiguous.h
 2014-04-26  5:57 UTC 

[PATCHv3 0/6] Crashdump Accepting Active IOMMU
 2014-04-25 18:11 UTC  (3+ messages)

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-04-25  0:36 UTC  (9+ messages)
  ` [PATCH 1/8] iommu/vt-d: Fix a few existing lines for checkpatch.pl
  ` [PATCH 2/8] iommu/vt-d: Consolidate lines for a new private header
  ` [PATCH 3/8] iommu/vt-d: Create intel-iommu-private.h
  ` [PATCH 4/8] iommu/vt-d: Update iommu_attach_domain() and its callers
  ` [PATCH 5/8] iommu/vt-d: Items required for kdump
  ` [PATCH 6/8] iommu/vt-d: Create intel-iommu-kdump.c
  ` [PATCH 7/8] iommu/vt-d: Add domain-id functions to intel-iommu-kdump.c
  ` [PATCH 8/8] iommu/vt-d: Changes to support kdump

[RFC Patch Part3 V1 00/22] Enable Intel DMAR device hotplug
 2014-04-24 17:33 UTC  (27+ messages)
  ` [Patch Part3 V1 01/22] iommu/vt-d: match segment number when searching for dev_iotlb capable devices
  ` [Patch Part3 V1 02/22] iommu/vt-d: use correct domain id to flush virtual machine domains
  ` [Patch Part3 V1 03/22] iommu/vt-d: introduce helper functions to improve code readability
  ` [Patch Part3 V1 04/22] iommu/vt-d: introduce helper functions to make code symmetric for readability
  ` [Patch Part3 V1 05/22] iommu/vt-d: only dynamically allocate domain id for virtual domains
  ` [Patch Part3 V1 06/22] iommu/vt-d: fix possible invalid memory access caused by free_dmar_iommu()
  ` [Patch Part3 V1 07/22] iommu/vt-d: avoid freeing virtual machine domain in free_dmar_iommu()
  ` [Patch Part3 V1 08/22] iommu/VT-d: simplify include/linux/dmar.h
  ` [Patch Part3 V1 09/22] iommu/vt-d: change iommu_enable/disable_translation to return void
  ` [Patch Part3 V1 10/22] iommu/vt-d: dynamically allocate and free seq_id for DMAR units
  ` [Patch Part3 V1 11/22] IOMMU/vt-d: introduce helper function dmar_walk_resources()
  ` [Patch Part3 V1 12/22] iommu/vt-d: implement DMAR unit hotplug framework
  ` [Patch Part3 V1 13/22] iommu/vt-d: search _DSM method for DMAR hotplug
  ` [Patch Part3 V1 14/22] iommu/vt-d: enhance intel_irq_remapping driver to support DMAR unit hotplug
  ` [Patch Part3 V1 15/22] iommu/vt-d: enhance error recovery in function intel_enable_irq_remapping()
  ` [Patch Part3 V1 16/22] iommu/vt-d: enhance intel-iommu driver to support DMAR unit hotplug
  ` [Patch Part3 V1 17/22] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug
  ` [Patch Part3 V1 18/22] iommu/vt-d: update proximity information when a new node with memory available
  ` [Patch Part3 V1 19/22] iommu/vt-d: simplify intel_unmap_sg() and kill duplicated code
  ` [Patch Part3 V1 20/22] iommu/vt-d: introduce helper domain_pfn_within_range() to simplify code
  ` [Patch Part3 V1 21/22] iommu/vt-d: introduce helper function iova_size() to improve code readability
` [Patch Part3 V1 22/22] iommu/vt-d: fix bug in computing domain's iommu_snooping flag

[PATCH RESEND] arm: dma-mapping: Fix mapping size value
 2014-04-23 13:22 UTC  (9+ messages)
  ` [PATCH] "

[PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W
 2014-04-23  1:15 UTC  (3+ messages)

[PATCH] iommu/amd: Fix interrupt remapping for aliased devices
 2014-04-22 16:08 UTC 

[PATCH v11 12/27] ARM: dts: Add description of System MMU of Exynos SoCs
 2014-04-22 12:36 UTC  (3+ messages)

[PATCH 0/9] Renesas ipmmu-vmsa: Miscellaneous cleanups and fixes
 2014-04-22 11:44 UTC  (14+ messages)
` [PATCH 2/9] iommu/ipmmu-vmsa: Fix the supported page sizes
` [PATCH 3/9] iommu/ipmmu-vmsa: Define driver-specific page directory sizes
  ` [PATCH 1/9] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
  ` [PATCH 4/9] iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible
` [PATCH 5/9] iommu/ipmmu-vmsa: PMD is never folded, PUD always is
` [PATCH 6/9] iommu/ipmmu-vmsa: Rewrite page table management
` [PATCH 7/9] iommu/ipmmu-vmsa: Support 2MB mappings
` [PATCH 8/9] iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions
` [PATCH 9/9] iommu/ipmmu-vmsa: Support clearing mappings

[PATCH] iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT
 2014-04-22 10:40 UTC  (5+ messages)

[PATCH] arm: dma-mapping: Fix mapping size value
 2014-04-21 12:25 UTC  (3+ messages)

[PATCH] arm: dma-mapping: Fix mapping size value
 2014-04-20 22:36 UTC  (3+ messages)

[PATCH -mm 0/2] x86: fix DMA CMA on x86
 2014-04-20 12:39 UTC  (3+ messages)
  ` [PATCH -mm 1/2] x86: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled
  ` [PATCH -mm 2/2] x86: avoid duplicated memset in dma_generic_alloc_coherent()

[git pull] IOMMU Fixes for Linux v3.15-rc1
 2014-04-20  9:45 UTC 

[PATCH 0/8] Fix crashdump failure caused by legacy DMA/IO
 2014-04-19 14:05 UTC  (10+ messages)
  ` [PATCH 1/8] Fix a few existing lines that checkpatch.pl will complain about later
  ` [PATCH 2/8] Consolidate all .h lines at front of intel-iommu.c file
  ` [PATCH 3/8] Create intel-iommu-private.h
  ` [PATCH 4/8] Update iommu_attach_domain() and its callers
  ` [PATCH 5/8] Add new definitions & prototypes to intel-iommu-private.h
  ` [PATCH 6/8] Create intel-iommu-kdump.c
  ` [PATCH 7/8] Add domain-id functions to intel-iommu-kdump.c
  ` [PATCH 8/8] Add remaining changes to intel-iommu.c to fix crashdump

[PATCH v2 0/5] Renesas VMSA-compatible IPMMU DT support
 2014-04-17 22:50 UTC  (3+ messages)

[PATCH v3 0/5] enhance DMA CMA on x86
 2014-04-17 15:40 UTC  (8+ messages)
  ` [PATCH v3 1/5] x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled
  ` [PATCH v3 2/5] x86: enable DMA CMA with swiotlb
  ` [PATCH v3 3/5] intel-iommu: integrate DMA CMA
  ` [PATCH v3 4/5] memblock: introduce memblock_alloc_range()
  ` [PATCH v3 5/5] cma: add placement specifier for "cma=" kernel parameter

[PATCH v2 0/5] Renesas VMSA-compatible IPMMU DT support
 2014-04-17 11:12 UTC  (9+ messages)
` [PATCH v2 1/5] iommu/ipmmu-vmsa: Refactor micro-TLB lookup
  ` [PATCH v2 2/5] iommu/ipmmu-vmsa: Add device tree bindings documentation
` [PATCH v2 3/5] iommu/ipmmu-vmsa: Add device tree support
` [PATCH v2 4/5] ARM: shmobile: r8a7791: Add IPMMU DT nodes
` [PATCH v2 5/5] [TEST] ARM: shmobile: r8a7791: Enable IOMMU support for the VSP1

[PATCH 0/3] SH-Mobile IPMMU miscellaneous cleanups
 2014-04-17 10:18 UTC  (2+ messages)
  ` [GIT PULL FOR v3.16] "

[PATCH v3] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-04-17 10:14 UTC  (5+ messages)

[GIT PULL FOR v3.16] OMAP IOMMU fixes
 2014-04-16 23:43 UTC  (7+ messages)
    ` [GIT PULL v2 "

[PATCH 0/2] ARM SMMU fixes
 2014-04-16 14:25 UTC  (8+ messages)

hpsa driver bug crack kernel down!
 2014-04-16 14:13 UTC  (29+ messages)

[GIT PULL] iommu/arm-smmu: fixes for 3.15
 2014-04-16 13:35 UTC  (2+ messages)

[PATCH 04/28] Remove EXYNOS_DEV_SYSMMU
 2014-04-15  9:33 UTC  (4+ messages)

[PATCH] iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors
 2014-04-15  2:35 UTC 

[PATCH 00/33] iommu/vt-d: Add support for DMA mapping of ACPI-enumerated devices
 2014-04-14 21:52 UTC  (5+ messages)
` [PATCH 21/33] iommu/vt-d: Make get_domain_for_dev() take struct device

[PATCH] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()
 2014-04-14 19:01 UTC 

[PATCH] hpsa: fix uninitialized trans_support in hpsa_put_ctlr_into_performant_mode()
 2014-04-14 15:52 UTC  (5+ messages)

[PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions
 2014-04-10 23:30 UTC  (6+ messages)

[RFC PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-10 22:16 UTC  (4+ messages)

hpsa NULL pointer in hpsa_enter_performant_mode()
 2014-04-10 22:12 UTC  (3+ messages)

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-10 20:03 UTC  (4+ messages)
` [PATCH] driver core: platform: add device binding path 'driver_override'

[PATCH] iommu/vt-d: fix memory leakage caused by commit ea8ea46
 2014-04-09  2:20 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).