Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-12-22 19:19:13 to 2016-01-26 11:54:35 UTC [more...]

iommu/arm-smmu-v2 ASID/VMID calculation
 2016-01-26 11:54 UTC  (6+ messages)

[Patch v3 00/12] Fix AMD IOMMU faults in kdump kernel
 2016-01-26 10:52 UTC  (16+ messages)
  ` [Patch v3 01/12] iommu/amd: Use standard bitmap operation to set bitmap
  ` [Patch v3 02/12] iommu/amd: Detect pre enabled translation
  ` [Patch v3 03/12] iommu/amd: move dte irq macro defitions to amd_iommu_types.h
  ` [Patch v3 04/12] iommu/amd: add copy_irq_table function
  ` [Patch v3 05/12] iommu/amd: change IOMMU_PTE_P to IOMMU_PTE_V
  ` [Patch v3 06/12] iommu/amd: Clean up the useless IOMMU_PTE_U/IOMMU_PTE_FC
  ` [Patch v3 07/12] iommu/amd: Add function copy_dev_tables
  ` [Patch v3 08/12] iommu/amd: set the device table and re-enable event/cmd buffer
  ` [Patch v3 09/12] iommu/amd: Don't update the domain information to iommu dev before dev init
  ` [Patch v3 10/12] iommu/amd: Update related domain info to dev when dev driver init
  ` [Patch v3 11/12] iommu/amd: No need to wait iommu completion if no dte irq entry change
  ` [Patch v3 12/12] iommu/amd: fix a code bug in do_attach

[PATCH v8 0/5] MT8173 IOMMU SUPPORT
 2016-01-26  4:12 UTC  (6+ messages)
  ` [PATCH v8 1/5] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v8 2/5] dt-bindings: mediatek: Add smi dts binding
  ` [PATCH v8 3/5] memory: mediatek: Add SMI driver
  ` [PATCH v8 4/5] iommu/mediatek: Add mt8173 IOMMU driver
  ` [PATCH v8 5/5] dts: mt8173: Add iommu/smi nodes for mt8173

[PATCH V2 0/4]IOMMU: avoid lock contention in iova allocation
 2016-01-22 11:35 UTC  (14+ messages)
  ` [PATCH V2 1/4] IOMMU: add a percpu cache for "
  ` [PATCH V2 2/4] iommu: free_iova doesn't need lock twice
  ` [PATCH V2 3/4] intel-iommu: remove find_iova in unmap path
  ` [PATCH V2 4/4] intel-iommu: do batch iova free

Can't boot new 4.4 kernel with IOMMU enabled
 2016-01-21 22:39 UTC  (21+ messages)

[PATCH] iommu/arm-smmu: add a shortcut when the @dev_node is NULL
 2016-01-21  2:04 UTC  (6+ messages)

[PATCH] iommu/vt-d: Don't skip PCI devices when disabling IOTLB
 2016-01-20 18:41 UTC  (2+ messages)

Regression in kernel 4.2.3+ (relative to 4.1.10) on AMD 990FX system with IOMMU enabled
 2016-01-20 14:43 UTC  (7+ messages)

[PATCH] iommu/amd: Correct the wrong setting of alias DTE in do_attach
 2016-01-20 14:01 UTC 

[PATCH 0/6] iommu/amd: enable ACPI hardware ID device support
 2016-01-20 12:00 UTC  (17+ messages)
  ` [PATCH 1/6] iommu/amd: Modify ivhd_header structure to support type 11h and 40h
  ` [PATCH 2/6] iommu/amd: Use the most comprehensive IVHD type that the driver can support
  ` [PATCH 3/6] iommu/amd: Add new map for storing IVHD dev entry type HID
  ` [PATCH 4/6] iommu/amd: Introduces ivrs_acpihid kernel parameter
  ` [PATCH 5/6] iommu/amd: Add support for non-pci devices
  ` [PATCH 6/6] iommu/amd: Manage iommu_group "

[PATCH] iommu/amd: set AMD iommu-callbacks for the amba bus
 2016-01-20 11:58 UTC  (3+ messages)

[git pull] IOMMU Updates for Linux v4.5
 2016-01-19 16:00 UTC 

[PATCH v7 0/5] MT8173 IOMMU SUPPORT
 2016-01-19  9:43 UTC  (6+ messages)
` [PATCH v7 3/5] memory: mediatek: Add SMI driver

[PATCH v1] iommu/rockchip: reconstruct to support multi slaves
 2016-01-19  7:03 UTC 

[PATCH 1/3] iommu/dma: Add some missing #includes
 2016-01-19  2:55 UTC  (10+ messages)
` [PATCH 2/3] iommu/dma: Use correct offset in map_sg
    ` [PATCH RESEND] "
` [PATCH 3/3] iommu/dma: Avoid unlikely high-order allocations

[PATCH] iommu/vt-d: Add support for multiple DMA aliases
 2016-01-18 12:00 UTC  (6+ messages)

[PATCH v2 0/3] io-pgtable ARM short descriptor format
 2016-01-18  7:22 UTC  (14+ messages)
` [PATCH v2 1/3] iommu/io-pgtable: Add ARMv7 short descriptor support
` [PATCH v2 2/3] iommu/io-pgtable: Add helper functions for TLB ops
` [PATCH v2 3/3] iommu/io-pgtable: Avoid redundant TLB syncs

IOMMU, DMA and legacy PCI board
 2016-01-15 16:14 UTC 

[PATCH] iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users
 2016-01-13 21:35 UTC 

[PATCH] iommu/vt-d: Add support for multiple DMA aliases
 2016-01-11 13:30 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v4.4-rc8
 2016-01-07 19:28 UTC 

[PATCH v2 0/6] perf/amd/iommu: Enable multi-IOMMU support
 2016-01-07 15:28 UTC  (12+ messages)
` [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH v2 1/6] perf/amd/iommu: Consolidate and move perf_event_amd_iommu header
  ` [PATCH v2 2/6] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH v2 4/6] perf/amd/iommu: Introduce data structure for tracking prev count
  ` [PATCH v2 5/6] perf/amd/iommu: Introduce get_iommu_bnk_cnt_evt_idx
  ` [PATCH v2 6/6] perf/amd/iommu: Enable support for multiple IOMMUs

[patch] iommu/amd: remove an unneeded condition
 2016-01-07 12:08 UTC  (2+ messages)

[PATCH] iommu:Check that iommu_device_create has completed successfully in alloc_iommu
 2016-01-07 11:19 UTC  (2+ messages)
  ` [PATCH] iommu/vt-d: Fix up error handling in alloc_iommu "

linux-4.4-rc8/drivers/iommu/intel-iommu.c:151: possible int/long mixup ?
 2016-01-04 18:03 UTC 

[PATCH 0/7] Intel IOMMU scalability improvements
 2016-01-04 17:35 UTC  (2+ messages)

[PATCH] iommu:Check that iommu_device_create has completed successfully in alloc_iommu
 2016-01-04 16:38 UTC  (6+ messages)

[PATCH v2] iommu/dma: Map scatterlists more parsimoniously
 2015-12-30  1:42 UTC  (2+ messages)

[PATCH 0/6] perf/amd/iommu: Enable multi-IOMMU support
 2015-12-29 21:20 UTC  (8+ messages)
  ` [PATCH 2/6] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH 4/6] perf/amd/iommu: Introduce data structure for tracking prev count
  ` [PATCH 5/6] perf/amd/iommu: Introduce get_iommu_bnk_cnt_evt_idx
  ` [PATCH 6/6] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH 00/06] iommu/ipmmu-vmsa: IPMMU multi-arch update
 2015-12-29  0:26 UTC  (14+ messages)
` [PATCH 01/06] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH 02/06] iommu/ipmmu-vmsa: Convert to dev_data
` [PATCH 03/06] iommu/ipmmu-vmsa: Break out utlb control function
` [PATCH 04/06] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH 05/06] iommu/ipmmu-vmsa: Break out 32-bit ARM mapping code
` [PATCH 06/06] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency

Regression since 4.1
 2015-12-28 16:49 UTC  (4+ messages)

[PATCH 7/7] iommu: introduce per-cpu caching to iova allocation
 2015-12-28 16:17 UTC 

[PATCH 6/7] iommu: change intel-iommu to use IOVA frame numbers
 2015-12-28 16:17 UTC 

[PATCH 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
 2015-12-28 16:17 UTC 

[PATCH 4/7] iommu: only unmap mapped entries
 2015-12-28 16:16 UTC 

[PATCH 3/7] iommu: correct flush_unmaps pfn usage
 2015-12-28 16:16 UTC 

[PATCH 2/7] iommu: per-cpu deferred invalidation queues
 2015-12-28 16:16 UTC 

[PATCH 1/7] iommu: refactoring of deferred flush entries
 2015-12-28 16:15 UTC 

[PATCH] iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabled
 2015-12-28 16:12 UTC  (2+ messages)

[PATCH 00/23] AMD IOMMU DMA-API Scalability Improvements
 2015-12-22 22:21 UTC  (24+ messages)
  ` [PATCH 01/23] iommu/amd: Warn only once on unexpected pte value
  ` [PATCH 02/23] iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c
  ` [PATCH 03/23] iommu/amd: Introduce bitmap_lock in struct aperture_range
  ` [PATCH 04/23] iommu/amd: Flush IOMMU TLB on __map_single error path
  ` [PATCH 05/23] iommu/amd: Flush the IOMMU TLB before the addresses are freed
  ` [PATCH 06/23] iommu/amd: Pass correct shift to iommu_area_alloc()
  ` [PATCH 07/23] iommu/amd: Add dma_ops_aperture_alloc() function
  ` [PATCH 08/23] iommu/amd: Move aperture_range.offset to another cache-line
  ` [PATCH 09/23] iommu/amd: Retry address allocation within one aperture
  ` [PATCH 10/23] iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc()
  ` [PATCH 11/23] iommu/amd: Remove 'start' parameter from dma_ops_area_alloc
  ` [PATCH 12/23] iommu/amd: Rename dma_ops_domain->next_address to next_index
  ` [PATCH 13/23] iommu/amd: Flush iommu tlb in dma_ops_free_addresses
  ` [PATCH 14/23] iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc
  ` [PATCH 15/23] iommu/amd: Remove need_flush from struct dma_ops_domain
  ` [PATCH 16/23] iommu/amd: Optimize dma_ops_free_addresses
  ` [PATCH 17/23] iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses
  ` [PATCH 18/23] iommu/amd: Build io page-tables with cmpxchg64
  ` [PATCH 19/23] iommu/amd: Initialize new aperture range before making it visible
  ` [PATCH 21/23] iommu/amd: Make dma_ops_domain->next_index percpu
` [PATCH 20/23] iommu/amd: Relax locking in dma_ops path
` [PATCH 22/23] iommu/amd: Use trylock to aquire bitmap_lock
` [PATCH 23/23] iommu/amd: Preallocate dma_ops apertures based on dma_mask


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