iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-10 04:46:33 to 2014-05-28 03:30:19 UTC [more...]

[PATCH v3] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-28  3:30 UTC  (5+ messages)
` [libvirt] "

[PATCH] iommu: msm: use devm_ioremap_resource to simplify code
 2014-05-27 10:18 UTC 

[PATCH 2/2] iommu/vt-d: suppress compiler warnings
 2014-05-26 12:14 UTC 

[PATCH 1/2] iommu/vt-d: remove the useless dma_pte_addr
 2014-05-26 12:13 UTC 

[PATCH v2 00/10] Renesas ipmmu-vmsa: Miscellaneous cleanups and fixes
 2014-05-26 11:35 UTC  (16+ messages)
` [PATCH v2 01/10] iommu/ipmmu-vmsa: Refactor micro-TLB lookup
` [PATCH v2 02/10] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
  ` [PATCH v2 03/10] iommu/ipmmu-vmsa: Fix the supported page sizes
  ` [PATCH v2 04/10] iommu/ipmmu-vmsa: Define driver-specific page directory sizes
  ` [PATCH v2 05/10] iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible
` [PATCH v2 06/10] iommu/ipmmu-vmsa: PMD is never folded, PUD always is
` [PATCH v2 07/10] iommu/ipmmu-vmsa: Rewrite page table management
` [PATCH v2 08/10] iommu/ipmmu-vmsa: Support 2MB mappings
` [PATCH v2 09/10] iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions
` [PATCH v2 10/10] iommu/ipmmu-vmsa: Support clearing mappings

[PATCH 1/3] iommu/exynos: Remove invalid symbol dependency
 2014-05-26  9:52 UTC  (4+ messages)
  ` [PATCH 2/3] iommu/exynos: Fix trivial typo
  ` [PATCH 3/3] iommu/exynos: Fix checkpatch warning

[PATCH] remove duplicate checking code
 2014-05-26  9:39 UTC  (2+ messages)

[PATCH 0/5] AMD IOMMUv2 Cleanups and Fixes
 2014-05-26  9:28 UTC  (7+ messages)
  ` [PATCH 1/5] iommu/amd: Don't access IOMMUv2 state_table directly
  ` [PATCH 2/5] iommu/amd: Convert IOMMUv2 state_table into state_list
  ` [PATCH 3/5] iommu/amd: Implement mmu_notifier_release call-back
  ` [PATCH 4/5] iommu/amd: Remove IOMMUv2 pasid_state_list
  ` [PATCH 5/5] iommu/amd: Handle parallel invalidate_range_start/end calls correctly

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-05-23 20:36 UTC 

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-05-23 20:33 UTC 

[PATCH v4 00/16] PCI/iommu: Fix DMA alias problems
 2014-05-23  1:29 UTC  (18+ messages)
  ` [PATCH v4 01/16] PCI: Add DMA alias iterator
  ` [PATCH v4 02/16] PCI: define pci_dev_flags as bit shifts
  ` [PATCH v4 03/16] PCI: quirk pci_for_each_dma_alias()
  ` [PATCH v4 04/16] PCI: quirk dma_alias_devfn for Ricoh devices
  ` [PATCH v4 05/16] PCI: quirk dma_alias_devfn for Marvell devices
  ` [PATCH v4 06/16] PCI: Quirk pci_for_each_dma_alias() for bridges
  ` [PATCH v4 07/16] PCI: Add quirks for ASMedia and Tundra bridges
  ` [PATCH v4 08/16] iommu: Create central IOMMU group lookup/creation interface
  ` [PATCH v4 09/16] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH v4 10/16] iommu/amd: Use iommu_group_get_for_dev()
  ` [PATCH v4 11/16] iommu/intel: "
  ` [PATCH v4 12/16] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH v4 13/16] iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groups
  ` [PATCH v4 14/16] iommu: Remove pci.h
  ` [PATCH v4 15/16] PCI: Remove pci_find_upstream_pcie_bridge()
  ` [PATCH v4 16/16] PCI: Remove pci_get_dma_source()

[PATCH] devicetree: Add generic IOMMU device tree bindings
 2014-05-21 18:11 UTC  (40+ messages)

[PATCH] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
 2014-05-21 17:09 UTC  (5+ messages)

[git pull] IOMMU Fixes for Linux v3.15-rc5
 2014-05-21 10:16 UTC 

[PATCH] iommu: fsl_pamu.c: Fix for possible null pointer dereference
 2014-05-21  7:15 UTC  (3+ messages)

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-05-21  0:25 UTC  (3+ messages)
` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
  ` [RFC PATCH v5_v2 "

[PATCH] iommu/amd: Fix for L2 race with VM invalidation
 2014-05-20 13:53 UTC  (5+ messages)

[PATCH v2] arm: dma-iommu: Clean up redundant variable
 2014-05-20 13:06 UTC  (2+ messages)

[PATCH 0/6] trivial cleanup for iommu/vt-d
 2014-05-20 12:37 UTC  (7+ messages)
  ` [PATCH 1/6] iommu/vt-d: Use list_for_each_safe() to simplify code
  ` [PATCH 2/6] iommu/vt-d: move up no_iommu and dmar_disabled check
  ` [PATCH 3/6] iommu/vt-d: clear the redundant assignment in dmar_enable_qi
  ` [PATCH 4/6] iommu/vt-d: clear the redundant assignment for domain->nid
  ` [PATCH 5/6] iommu/vt-d: use inline function dma_pte_superpage instead of macros
  ` [PATCH 6/6] iommu/vt-d: fix reference count in iommu_prepare_isa

[PATCH 0/1] arm: dma-iommu: Clean up redundant variable
 2014-05-19 15:07 UTC  (2+ messages)
    ` [PATCH 1/1] "

[PATCH v2] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-19 13:28 UTC  (4+ messages)

[Patch Part3 V2 00/21] Enable support of Intel DMAR device hotplug
 2014-05-19  9:23 UTC  (2+ messages)

[RFC Patch Part1 V1 11/30] x86, ioapic: replace get_nr_irqs_gsi() with arch_dynirq_lower_bound(0)
 2014-05-16  8:05 UTC 

[PATCH v3 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-16  6:28 UTC 

[PATCH v2 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-16  3:55 UTC  (5+ messages)

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-05-16  0:39 UTC  (6+ messages)
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU

[PATCH v3] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-05-15 10:16 UTC  (5+ messages)

[PATCH v3 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-14 17:18 UTC  (20+ messages)
  ` [PATCH v3 01/15] PCI: Add DMA alias iterator
  ` [PATCH v3 02/15] PCI: quirk pci_for_each_dma_alias()
  ` [PATCH v3 03/15] PCI: quirk dma_func_alias for Ricoh devices
  ` [PATCH v3 04/15] PCI: quirk dma_func_alias for Marvell devices
  ` [PATCH v3 05/15] PCI: Quirk pci_for_each_dma_alias() for bridges
  ` [PATCH v3 06/15] PCI: Add quirks for ASMedia and Tundra bridges
  ` [PATCH v3 07/15] PCI: Consolidate isolation domain code
  ` [PATCH v3 08/15] iommu/amd: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 09/15] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH v3 10/15] iommu/intel: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 11/15] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH v3 12/15] iommu/fsl: Use pci_find_dma_isolation_root() for IOMMU groups
  ` [PATCH v3 13/15] iommu: Remove pci.h
  ` [PATCH v3 14/15] PCI: Remove pci_find_upstream_pcie_bridge()
  ` [PATCH v3 15/15] PCI: Remove pci_get_dma_source()

[PATCH] documentation/iommu: Add note on existing DT binding status
 2014-05-14 12:46 UTC  (3+ messages)

[PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-05-14  5:57 UTC  (24+ messages)
  ` [PATCH v13 01/19] iommu/exynos: fix build errors
  ` [PATCH v13 02/19] iommu/exynos: change error handling when page table update is failed
  ` [PATCH v13 03/19] iommu/exynos: allocate lv2 page table from own slab
  ` [PATCH v13 04/19] iommu/exynos: fix L2TLB invalidation
  ` [PATCH v13 05/19] iommu/exynos: remove prefetch buffer setting
  ` [PATCH v13 06/19] iommu/exynos: add missing cache flush for removed page table entries
  ` [PATCH v13 07/19] iommu/exynos: always enable runtime PM
  ` [PATCH v13 08/19] iommu/exynos: remove dbgname from drvdata of a System MMU
  ` [PATCH v13 09/19] iommu/exynos: use managed device helper functions
  ` [PATCH v13 10/19] iommu/exynos: gating clocks of master H/W
  ` [PATCH v13 11/19] iommu/exynos: remove custom fault handler
  ` [PATCH v13 12/19] iommu/exynos: change rwlock to spinlock
  ` [PATCH v13 13/19] iommu/exynos: use exynos-iommu specific typedef
  ` [PATCH v13 14/19] iommu/exynos: add devices attached to the System MMU to an IOMMU group
  ` [PATCH v13 15/19] iommu/exynos: enhanced error messages
  ` [PATCH v13 16/19] documentation: iommu: add binding document of Exynos System MMU
  ` [PATCH v13 17/19] iommu/exynos: support for device tree
  ` [PATCH v13 18/19] iommu/exynos: turn on useful configuration options
  ` [PATCH v13 19/19] iommu/exynos: apply workaround of caching fault page table entries

[PATCH v1 1/1] iommu/amd: fix enabling exclusion range for an exact device
 2014-05-13 10:35 UTC  (2+ messages)

[PATCH 0/3] SH-Mobile IPMMU miscellaneous cleanups
 2014-05-12 19:46 UTC  (4+ messages)
` [GIT PULL FOR v3.16] "

[PATCH] iommu/amd: Fix interrupt remapping for aliased devices
 2014-05-12 19:05 UTC  (2+ messages)

[PATCH] iommu/amd: Take mmap_sem when calling get_user_pages
 2014-05-12 19:04 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: updates for 3.16
 2014-05-12 18:33 UTC  (2+ messages)

[PATCH v2 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-10 16:16 UTC  (6+ messages)

[PATCH 00/13] PCI/iommu: Fix DMA alias problems
 2014-05-10  5:19 UTC  (6+ messages)
` [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices


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