Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-06-30 18:35:57 to 2014-07-11 12:24:25 UTC [more...]

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

[RFC/PATCH 0/7] Add MSM SMMUv1 support
 2014-07-11 10:20 UTC  (26+ messages)
` [RFC/PATCH 2/7] iommu-api: Add map_range/unmap_range functions
` [RFC/PATCH 3/7] iopoll: Introduce memory-mapped IO polling macros
` [RFC/PATCH 4/7] iommu: msm: Add MSM IOMMUv1 driver
` [RFC/PATCH 7/7] iommu-api: Add domain attribute to enable coherent HTW

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug
 2014-07-11  6:19 UTC  (22+ 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
  ` [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

[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  (17+ messages)
` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()

[RFC PATCHv2 0/3] Support for nesting IOMMUs in VFIO
 2014-07-10 16:14 UTC  (9+ messages)
  ` [RFC PATCHv2 1/3] iommu: introduce domain attribute for nesting IOMMUs
  ` [RFC PATCHv2 2/3] vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type
  ` [RFC PATCHv2 3/3] iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

[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

[PATCH v4] devicetree: Add generic IOMMU device tree bindings
 2014-07-10 12:38 UTC  (8+ messages)

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

[PATCH v3] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-07-09 23:20 UTC  (4+ messages)

[PATCH 0/5] iommu/arm-smmu: Updates for 3.17
 2014-07-09 16:39 UTC  (10+ messages)
` [PATCH 2/5] iommu/arm-smmu: add support for PCI master devices

[PATCH 1/2] iommu/amd: Fix for pasid initialization
 2014-07-09 14:04 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/amd: Moving PPR fault flags macros definitions

[PATCH v2] iommu/arm-smmu: fix some checkpatch issues
 2014-07-09  9:41 UTC  (2+ messages)

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-07-08 22:37 UTC  (6+ messages)
` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
  ` [PATCH] "

[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
 2014-07-08 17:03 UTC  (22+ messages)

[stable PATCH] iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()
 2014-07-08 15:50 UTC  (2+ messages)

[RESEND PATCH] iommu/intel: GAW only gets smaller by adding devices
 2014-07-08 15:41 UTC 

3.16rc3 multiplatform, Armada 370 and IOMMU: unbootable kernel
 2014-07-08 12:01 UTC  (10+ messages)

[PATCH] iommu/arm-smmu: fix some checkpatch issues
 2014-07-08  9:26 UTC  (2+ messages)

[PATCH] iommu: Fix IOMMU sysfs stubs
 2014-07-08  8:05 UTC  (2+ messages)

[RFC 00/10] Add NVIDIA Tegra124 IOMMU support
 2014-07-07 11:42 UTC  (16+ messages)
` [RFC 01/10] iommu: Add IOMMU device registry
` [PATCH v3 02/10] devicetree: Add generic IOMMU device tree bindings
` [RFC 04/10] memory: Add Tegra124 memory controller support

[PATCH 0/3] iommu/fsl: Fixes for the PAMU driver
 2014-07-07  8:55 UTC  (11+ messages)
` [PATCH 1/3] iommu/fsl: Fix PAMU window size check
` [PATCH 2/3] iommu/fsl: Fix the device domain attach condition

[PATCH v2] iommu: Constify struct iommu_ops
 2014-07-07  8:40 UTC  (2+ messages)

[PATCH] iommu: Add void declarations in zero-arg functions
 2014-07-04 11:23 UTC 

[PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before kfree
 2014-07-04 11:09 UTC  (2+ messages)

[PATCH 1/1] drivers/iommu/omap-iovmm.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE
 2014-07-04 10:40 UTC  (2+ messages)

[PATCH 0/3] iommu: Expose IOMMU information in sysfs
 2014-07-04 10:37 UTC  (6+ messages)

[PATCH 0/7] iommu: Fix DMA alias problems
 2014-07-04 10:36 UTC  (9+ messages)
  ` [PATCH 1/7] iommu: Create central IOMMU group lookup/creation interface
  ` [PATCH 2/7] iommu/amd: Update to use PCI DMA aliases
  ` [PATCH 3/7] iommu/amd: Use iommu_group_get_for_dev()
  ` [PATCH 4/7] iommu/intel: "
  ` [PATCH 5/7] iommu/intel: Update to use PCI DMA aliases
  ` [PATCH 6/7] iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groups
  ` [PATCH 7/7] iommu: Remove pci.h

[PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU
 2014-07-04  9:58 UTC  (3+ messages)

[PATCH 2/2] iommu/vt-d: suppress compiler warnings
 2014-07-04  9:35 UTC  (2+ messages)

[PATCH 0/6] trivial cleanup for iommu/vt-d
 2014-07-04  9:29 UTC  (6+ messages)
` [PATCH 2/6] iommu/vt-d: move up no_iommu and dmar_disabled check

[RESEND PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
 2014-07-03 15:57 UTC 

[RFC PATCH 1/3] iommu: introduce IOMMU_DOMAIN_HYP domain type for hypervisor allocation
 2014-07-02 18:57 UTC  (10+ messages)
  ` [RFC PATCH 2/3] vfio/iommu_type1: add new VFIO_TYPE1_HYP_IOMMU IOMMU type
  ` [RFC PATCH 3/3] iommu/arm-smmu: add support for IOMMU_DOMAIN_HYP flag

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-07-02 13:32 UTC  (3+ messages)


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