iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-04 16:27:10 to 2016-01-28 09:50:00 UTC [more...]

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-01-28  9:50 UTC  (21+ messages)
` [PATCH 01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [PATCH 02/10] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
  ` [PATCH 03/10] vfio_iommu_type1: add reserved binding RB tree management
` [PATCH 04/10] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [PATCH 05/10] vfio/type1: attach a reserved iova domain to vfio_domain
` [PATCH 06/10] vfio: introduce vfio_group_alloc_map_/unmap_free_reserved_iova
` [PATCH 07/10] vfio: pci: cache the vfio_group in vfio_pci_device
` [PATCH 08/10] vfio: introduce vfio_group_require_msi_mapping
` [PATCH 09/10] vfio-pci: create an iommu mapping for msi address
` [PATCH 10/10] vfio: allow the user to register reserved iova range for MSI mapping

Bus error at 0x0 by sysmmu_fimd (Page table base 0x000 0x00 ad808000)
 2016-01-28  4:54 UTC 

iommu/arm-smmu-v2 ASID/VMID calculation
 2016-01-27 19:08 UTC  (9+ messages)

[RFC PATCH 0/6] iommu/arm-smmu: Add support for DMA domains and instruction fetch
 2016-01-27 14:22 UTC  (9+ messages)
  ` [RFC PATCH 1/6] iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE
  ` [RFC PATCH 2/6] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()
  ` [RFC PATCH 3/6] of: iommu: Increment DT node refcount in of_iommu_set_ops()
  ` [RFC PATCH 4/6] iommu/arm-smmu: Add support for IOMMU_DOMAIN_DMA in SMMUv1/SMMUv2 driver
  ` [RFC PATCH 5/6] iommu/arm-smmu: Option to treat instruction fetch as data read for SMMUv2
  ` [RFC PATCH 6/6] iommu/arm-smmu: Update bindings document for smmu-inst-as-data DT option

[Patch v3 00/12] Fix AMD IOMMU faults in kdump kernel
 2016-01-27 11:23 UTC  (21+ 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] iommu/io-pgtable-arm: Fix io-pgtable-arm build failure
 2016-01-27 11:10 UTC 

[PATCH 0/4] Miscellaneous ARM SMMU patches
 2016-01-27  6:00 UTC  (6+ messages)
  ` [PATCH 1/4] iommu/arm-smmu: Treat all device transactions as unprivileged
  ` [PATCH 2/4] iommu/arm-smmu: Allow disabling unmatched stream bypass
  ` [PATCH 3/4] iommu/arm-smmu: Support DMA-API domains
  ` [PATCH 4/4] iommu/arm-smmu: Use per-context TLB sync as appropriate

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

[PATCH V2 0/8] iommu/amd: enable ACPI hardware ID device support
 2016-01-26 23:14 UTC  (9+ messages)
  ` [PATCH V2 1/8] iommu/amd: Modify ivhd_header structure to support type 11h and 40h
  ` [PATCH V2 2/8] iommu/amd: Use the most comprehensive IVHD type that the driver can support
  ` [PATCH V2 3/8] iommu/amd: Add new map for storing IVHD dev entry type HID
  ` [PATCH V2 4/8] iommu/amd: Introduces ivrs_acpihid kernel parameter
  ` [PATCH V2 5/8] iommu/amd: Make call-sites of get_device_id aware of its return value
  ` [PATCH V2 6/8] iommu/amd: Add iommu support for ACPI HID devices
  ` [PATCH V2 7/8] iommu/amd: Manage iommu_group "
  ` [PATCH V2 8/8] iommu/amd: Set AMD iommu callbacks for amba bus

[PATCH v8 0/5] MT8173 IOMMU SUPPORT
 2016-01-26 22:00 UTC  (10+ 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] Intel-IOMMU.txt: fix link
 2016-01-26 16:33 UTC 

[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  (4+ messages)
` [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  (10+ messages)
` [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 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()
` [PATCH v2 4/6] perf/amd/iommu: Introduce data structure for tracking prev count

[PATCH 2/3] iommu/dma: Use correct offset in map_sg
 2016-01-07 12:38 UTC  (3+ messages)
` [PATCH RESEND] "

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


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