iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-12 12:22:01 to 2014-08-05 11:05:32 UTC [more...]

[PATCH] iommu/vt-d: Do not BUG_ON in intel_unmap if no domain
 2014-08-05 11:05 UTC  (4+ messages)
    ` [PATCH] iommu/vt-d: Defer domain removal if device is assigned to a driver

[PATCH 00/29] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-08-05 10:47 UTC  (30+ messages)
` [PATCH 01/29] pm: Add PM domain notifications
` [PATCH 02/29] ARM: Exynos: bind power domains earlier, on device creation
` [PATCH 03/29] clk: exynos: add missing smmu_g2d clock and update comments
` [PATCH 04/29] drivers: base: add notifier for failed driver bind
` [PATCH 05/29] drivers: convert suppress_bind_attrs parameter into flags
` [PATCH 06/29] drivers: iommu: add notify about failed bind
` [PATCH 07/29] ARM: dma-mapping: arm_iommu_attach_device: automatically set max_seg_size
` [PATCH 08/29] ARM: dma-mapping: add helpers for managing default per-device dma mappings
` [PATCH 09/29] ARM: dma-mapping: provide stubs if no ARM_DMA_USE_IOMMU has been selected
` [PATCH 10/29] drivers: add DRIVER_HAS_OWN_IOMMU_MANAGER flag
` [PATCH 11/29] DRM: exynos: add DRIVER_HAS_OWN_IOMMU_MANAGER flag to all sub-drivers
` [PATCH 12/29] DRM: Exynos: fix window clear code
` [PATCH 13/29] temporary: media: s5p-mfc: remove DT hacks & initialization custom memory init code
` [PATCH 14/29] devicetree: Update Exynos SYSMMU device tree bindings
` [PATCH 15/29] ARM: DTS: Exynos4: add System MMU nodes
` [PATCH 16/29] iommu: exynos: make driver multiarch friendly
` [PATCH 17/29] iommu: exynos: don't read version register on every tlb operation
` [PATCH 18/29] iommu: exynos: remove unused functions
` [PATCH 19/29] iommu: exynos: remove useless spinlock
` [PATCH 20/29] iommu: exynos: refactor function parameters to simplify code
` [PATCH 21/29] iommu: exynos: remove unused functions, part 2
` [PATCH 22/29] iommu: exynos: add support for binding more than one sysmmu to master device
` [PATCH 23/29] iommu: exynos: init iommu controllers from device tree
` [PATCH 24/29] iommu: exynos: create default iommu-based dma-mapping for master devices
` [PATCH 25/29] iommu: exynos: add support for runtime_pm
` [PATCH 26/29] iommu: exynos: rename variables to reflect their purpose
` [PATCH 27/29] iommu: exynos: document internal structures
` [PATCH 28/29] iommu: exynos: remove excessive includes and sort others alphabetically
` [PATCH 29/29] temporary: media: s5p-mfc: add support for IOMMU

[PATCH v4 0/1] Add iommu map_sg/unmap_sg API
 2014-08-04 18:03 UTC  (5+ messages)
` [PATCH v4 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH v2 0/2] arm-smmu fixes for CBn_TCR and S2CR/SMR programming
 2014-08-04 18:01 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/arm-smmu: Fix programming of SMMU_CBn_TCR for stage 1
` [PATCH v2 2/2] iommu/arm-smmu: Do not access non-existing SMR registers

[PATCH v1 0/2] arm-smmu fixes for CBn_TCR and S2CR/SMR programming
 2014-08-04 15:39 UTC  (6+ messages)
` [PATCH v1 1/2] iommu/arm-smmu: Fix programming of SMMU_CBn_TCR for stage 1
  ` [PATCH v1 2/2] iommu/arm-smmu: Correctly program S2CR and SMR registers

[PATCH] iommu/msm: Switch to using managed resources
 2014-08-04 12:07 UTC 

[PATCH] iommu/amd: Implement syscore_ops.shutdown()
 2014-08-04 10:12 UTC  (2+ messages)

[PATCH v2] iommu: exynos: Fix trivial typos
 2014-08-04  6:14 UTC  (2+ messages)

[PATCH 1/1] iommu: exynos: Fix trivial typos
 2014-08-04  4:25 UTC  (3+ messages)

[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  (34+ 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  (8+ messages)
` [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 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  (4+ 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


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