iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-10 11:15:25 to 2014-08-01 16:44:33 UTC [more...]

[PATCH v4 0/1] Add iommu map_sg/unmap_sg API
 2014-08-01 16:44 UTC  (4+ messages)
` [PATCH v4 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH 1/2] iommu: Always define struct iommu_ops
 2014-08-01 12:45 UTC  (2+ messages)
  ` [PATCH 2/2] iommu: Implement a dummy bus_set_iommu()

[PATCH v4] iommu/arm-smmu: avoid calling request_irq in atomic context
 2014-07-31 18:30 UTC  (3+ messages)

[PATCH v5] devicetree: Add generic IOMMU device tree bindings
 2014-07-31 18:09 UTC  (8+ messages)

[PATCH] x86, irq: Keep IRQ assignment for PCI devices during suspend/hibernation
 2014-07-31 15:21 UTC  (2+ messages)

[PATCH 0/3 v2] mmu_notifier: Allow to manage CPU external TLBs
 2014-07-31 14:54 UTC  (5+ messages)
` [PATCH 1/3] mmu_notifier: Add mmu_notifier_invalidate_range()
` [PATCH 2/3] mmu_notifier: Call mmu_notifier_invalidate_range() from VMM
` [PATCH 3/3] mmu_notifier: Add the call-back for mmu_notifier_invalidate_range()

[PATCH] iommu/vt-d: fix race between free_irte() and get_irte()
 2014-07-31 11:49 UTC  (8+ messages)
              ` [PATCH v2] iommu/vt-d: race setting IRQ CPU affinity while freeing IRQ

[PATCH v4] devicetree: Add generic IOMMU device tree bindings
 2014-07-31 11:14 UTC  (42+ messages)

[PATCH v3] iommu/arm-smmu: avoid calling request_irq in atomic context
 2014-07-30 16:57 UTC  (4+ messages)

[PATCH 1/4] iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
 2014-07-30 14:04 UTC  (4+ messages)
  ` [PATCH 2/4] iommu/amd: Remove change_pte mmu_notifier call-back
  ` [PATCH 3/4] iommu/amd: Fix device_state reference counting
  ` [PATCH 4/4] iommu/amd: Fix 2 typos in comments

[PATCH v3 0/1] Add iommu map_sg/unmap_sg calls
 2014-07-30  9:45 UTC  (7+ messages)
` [PATCH v3 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH 06/17] ACPICA: Tables: Update for DMAR table changes
 2014-07-30  4:21 UTC 

[RESEND PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
 2014-07-29 15:44 UTC  (2+ messages)

[PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU
 2014-07-29 15:43 UTC  (2+ messages)

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug
 2014-07-29 12:09 UTC  (27+ messages)
  ` [Patch Part3 V4 01/21] iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
  ` [Patch Part3 V4 02/21] iommu/vt-d: Use correct domain id to flush virtual machine domains
  ` [Patch Part3 V4 03/21] iommu/vt-d: Introduce helper functions to improve code readability
  ` [Patch Part3 V4 04/21] iommu/vt-d: Introduce helper functions to make code symmetric for readability
  ` [Patch Part3 V4 05/21] iommu/vt-d: Allocate dynamic domain id for virtual domains only
  ` [Patch Part3 V4 06/21] iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
  ` [Patch Part3 V4 07/21] iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
  ` [Patch Part3 V4 08/21] iommu/vt-d: Simplify include/linux/dmar.h
  ` [Patch Part3 V4 09/21] iommu/vt-d: Change iommu_enable/disable_translation to return void
  ` [Patch Part3 V4 10/21] iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
  ` [Patch Part3 V4 11/21] iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
  ` [Patch Part3 V4 12/21] iommu/vt-d: Introduce helper function iova_size() to improve code readability
  ` [Patch Part3 V4 13/21] iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
  ` [Patch Part3 V4 14/21] iommu/vt-d: Introduce helper function dmar_walk_resources()
  ` [Patch Part3 V4 15/21] iommu/vt-d: Dynamically allocate and free seq_id for DMAR units
  ` [Patch Part3 V4 16/21] iommu/vt-d: Implement DMAR unit hotplug framework
          ` iommu/vt-d: Fix build error caused by unknown definition of acpi_handle
  ` [Patch Part3 V4 17/21] iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug
  ` [Patch Part3 V4 18/21] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug
  ` [Patch Part3 V4 19/21] iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()
  ` [Patch Part3 V4 20/21] iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug
  ` [Patch Part3 V4 21/21] pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug

[PATCH v2 0/3] iommu: Remove OMAP IOVMM driver
 2014-07-29 10:43 UTC  (14+ messages)
  ` [PATCH v2 1/3] iommu/omap: Remove virtual memory manager
` [PATCH v2 2/3] ARM: omap: Don't set iommu pdata da_start and da_end fields
` [PATCH v2 3/3] iommu/omap: Remove platform data "

[PATCH v2] iommu/arm-smmu: avoid calling request_irq in atomic context
 2014-07-29 10:31 UTC  (4+ messages)

[PATCH] iommu/arm-smmu: avoid calling request_irq in atomic context
 2014-07-28 16:56 UTC  (3+ messages)

[PATCH 0/3] mmu_notifier: Allow to manage CPU external TLBs
 2014-07-25 21:57 UTC  (14+ messages)
  ` [PATCH 1/3] mmu_notifier: Add mmu_notifier_invalidate_range()
  ` [PATCH 2/3] mmu_notifier: Call mmu_notifier_invalidate_range() from VMM
  ` [PATCH 3/3] mmu_notifier: Add the call-back for mmu_notifier_invalidate_range()

Trouble with R-Car IPMMU and DMAC (help needed)
 2014-07-25 15:42 UTC 

[PATCH 0/3] Renesas IPMMU-VMSA fixes
 2014-07-24 15:27 UTC  (4+ messages)
` [PATCH 1/3] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
  ` [PATCH 2/3] iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table
` [PATCH 3/3] iommu/ipmmu-vmsa: Invalidate TLB after unmapping

[PATCH v2 0/1] Add iommu map_range/unmap_range calls
 2014-07-24 10:14 UTC  (10+ messages)
` [PATCH v2 1/1] iommu-api: Add map_range/unmap_range functions

[PATCH v3 00/13] Add support for Hisilicon SMMU architecture
 2014-07-22  3:54 UTC  (2+ messages)

[PATCH] iommu/omap: Remove virtual memory manager
 2014-07-18 16:45 UTC  (4+ messages)

[git pull] IOMMU Fixes for Linux v3.16-rc5
 2014-07-18 13:38 UTC 

[RFC/PATCH 0/7] Add MSM SMMUv1 support
 2014-07-15  1:13 UTC  (13+ messages)
` [RFC/PATCH 2/7] iommu-api: Add map_range/unmap_range functions

[RFC PATCHv2 0/3] Support for nesting IOMMUs in VFIO
 2014-07-14 17:06 UTC  (7+ messages)

[PATCH v2 00/10] Renesas ipmmu-vmsa: Miscellaneous cleanups and fixes
 2014-07-14  9:15 UTC  (7+ messages)
` [PATCH v2 01/10] iommu/ipmmu-vmsa: Refactor micro-TLB lookup

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-07-11 16:27 UTC  (4+ messages)

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-07-11 12:24 UTC  (13+ messages)

[RFC] iommu: qcom-iommu-v0 IOMMU
 2014-07-10 23:47 UTC  (3+ messages)

[PATCH 0/3] Add pci_enable_msi_partial() to conserve MSI-related resources
 2014-07-10 17:02 UTC  (9+ messages)
` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()

[GIT PULL] iommu/arm-smmu: updates for 3.17
 2014-07-10 13:30 UTC  (2+ messages)

[PATCH 0/9] AMD IOMMUv2 driver updates and fixes
 2014-07-10 13:25 UTC  (10+ messages)
` [PATCH 2/9] iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
  ` [PATCH 1/9] iommu/amd: Fix typo in amd_iommu_v2 driver
  ` [PATCH 3/9] iommu/amd: Don't free pasid_state in mn_release path
  ` [PATCH 4/9] iommu/amd: Get rid of __unbind_pasid
  ` [PATCH 5/9] iommu/amd: Drop pasid_state reference in ppr_notifer error path
  ` [PATCH 6/9] iommu/amd: Add pasid_state->invalid flag
  ` [PATCH 7/9] iommu/amd: Don't hold a reference to mm_struct
  ` [PATCH 8/9] iommu/amd: Don't hold a reference to task_struct
  ` [PATCH 9/9] iommu/amd: Don't call the inv_ctx_cb when pasid is not set up


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