Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2016-11-30 09:53:34 to 2016-12-23 13:38:50 UTC [more...]

[PATCH V6 0/7] perf/amd/iommu: Enable multi-IOMMU support
 2016-12-23 13:38 UTC  (8+ messages)
  ` [PATCH V6 1/7] perf/amd/iommu: Misc fix up perf_iommu_read
  ` [PATCH V6 2/7] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH V6 3/7] perf/amd/iommu: Modify IOMMU API to allow specifying IOMMU index
  ` [PATCH V6 4/7] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
  ` [PATCH V6 5/7] perf/amd/iommu: Clean up perf_iommu_enable_event
  ` [PATCH V6 6/7] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH V6 7/7] perf/amd/iommu: Enable support for multiple IOMMUs

[RFC v4 00/16] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-12-23 13:33 UTC  (21+ messages)
  ` [RFC v4 01/16] iommu/dma: Allow MSI-only cookies
  ` [RFC v4 02/16] iommu: Rename iommu_dm_regions into iommu_resv_regions
  ` [RFC v4 03/16] iommu: Add a new type field in iommu_resv_region
  ` [RFC v4 04/16] iommu: iommu_alloc_resv_region
  ` [RFC v4 05/16] iommu: Only map direct mapped regions
  ` [RFC v4 06/16] iommu: iommu_get_group_resv_regions
  ` [RFC v4 07/16] iommu: Implement reserved_regions iommu-group sysfs file
  ` [RFC v4 08/16] iommu/vt-d: Implement reserved region get/put callbacks
  ` [RFC v4 09/16] iommu/arm-smmu: "
  ` [RFC v4 10/16] iommu/arm-smmu-v3: "
  ` [RFC v4 11/16] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_REMAP value
  ` [RFC v4 12/16] irqdomain: irq_domain_check_msi_remap
  ` [RFC v4 13/16] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
  ` [RFC v4 14/16] vfio/type1: Allow transparent MSI IOVA allocation
  ` [RFC v4 15/16] vfio/type1: Check MSI remapping at irq domain level
  ` [RFC v4 16/16] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore

possible dmar_init_reserved_ranges() error
 2016-12-23 10:35 UTC  (7+ messages)

[PATCH v3] arm64: SMMU-v2: Workaround for Cavium ThunderX erratum 28168
 2016-12-21  4:40 UTC  (5+ messages)

[PATCH] iommu/arm-smmu-v3: prevent corruption of ste stage-1 context ptr
 2016-12-21  4:11 UTC  (3+ messages)
      ` [PATCH] iommu/arm-smmu-v3: Clear prior settings when updating STEs

[RFC PATCH] iommu/arm-smmu: Add global SMR masking property
 2016-12-21  3:29 UTC  (3+ messages)

[PATCH 0/4] iommu/arm-smmu: Fixes for 4.8
 2016-12-20 16:17 UTC  (8+ messages)
` [PATCH 3/4] iommu/arm-smmu: Disable stalling faults for all endpoints

[PATCH] iommu/arm-smmu-v3: avoid over allocating for l2 stream tables
 2016-12-20 10:22 UTC  (2+ messages)

[PATCH] Docs: dt: Be explicit and consistent in reference to IOMMU specifiers
 2016-12-19 23:06 UTC  (5+ messages)

[PATCH] iommu/iova: use rb_entry()
 2016-12-19 14:46 UTC 

RFC: extend iommu-map binding to support #iommu-cells > 1
 2016-12-16 17:05 UTC  (11+ messages)

[PATCH v2] iommu/intel-iommu: fix pasid table size encoding
 2016-12-15 22:51 UTC  (5+ messages)

[git pull] IOMMU Updates for Linux v4.10
 2016-12-15 17:01 UTC 

[PATCH V7 0/8] Add support for privileged mappings
 2016-12-13 19:11 UTC  (17+ messages)
  ` [PATCH V7 1/8] iommu: add IOMMU_PRIV attribute
  ` [PATCH V7 2/8] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
  ` [PATCH V7 3/8] iommu/io-pgtable-arm-v7s: Add "
  ` [PATCH V7 4/8] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
  ` [PATCH V7 5/8] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
  ` [PATCH V7 6/8] dmaengine: pl330: Make sure microcode is privileged
  ` [PATCH V7 7/8] iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'
  ` [PATCH V7 8/8] iommu/arm-smmu: Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"

[RESEND PATCH V6 0/6] Add support for privileged mappings
 2016-12-12 19:34 UTC  (14+ messages)
  ` [RESEND PATCH V6 1/6] iommu: add IOMMU_PRIV attribute
  ` [RESEND PATCH V6 2/6] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
  ` [RESEND PATCH V6 3/6] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
  ` [RESEND PATCH V6 4/6] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
  ` [RESEND PATCH V6 5/6] dmaengine: pl330: Make sure microcode is privileged
  ` [PATCH V6 6/6] iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'

[PATCH] iommu/amd: fix the left value check of cmd buffer
 2016-12-12 12:28 UTC 

[RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-12-12  8:12 UTC  (38+ messages)
` [RFC v3 02/10] iommu: Rename iommu_dm_regions into iommu_resv_regions
` [RFC v3 03/10] iommu: Add new reserved IOMMU attributes
` [RFC v3 04/10] iommu: iommu_alloc_resv_region
` [RFC v3 05/10] iommu: Do not map reserved regions
` [RFC v3 06/10] iommu: iommu_get_group_resv_regions
` [RFC v3 09/10] iommu/arm-smmu: Implement reserved region get/put callbacks

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-12-09 14:26 UTC  (4+ messages)
` [RFC PATCH v3 10/20] Add support to access boot related data in the clear

[PATCH v3] iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped
 2016-12-06 22:03 UTC  (3+ messages)

[PATCH] iommu/intel-iommu: fix pasid table size encoding
 2016-12-06 17:30 UTC  (4+ messages)

[PATCH v2] ACPI/IORT: Make dma masks set-up IORT specific
 2016-12-06 15:58 UTC  (2+ messages)

[PATCH] ACPI/IORT: Make dma masks set-up IORT specific
 2016-12-06 15:18 UTC  (7+ messages)

[PATCH 0/2] Device links documentation
 2016-12-06  1:41 UTC  (15+ messages)
  ` [PATCH 1/2] Documentation/core-api/device_link: Add initial documentation
  ` [PATCH 2/2] driver core: Silence device links sphinx warning

[PATCH] iommu/intel: disable DMAR for Q35 integrated gfx
 2016-12-05 23:16 UTC  (5+ messages)

[PATCH v9 00/16] ACPI IORT ARM SMMU support
 2016-12-05 10:57 UTC  (8+ messages)
` [PATCH v9 07/16] drivers: acpi: implement acpi_dma_configure

[PATCH v4 00/10] IOMMU probe deferral support
 2016-12-01 11:50 UTC  (13+ messages)
  ` [PATCH 02/10] iommu/of: Prepare for deferred IOMMU configuration
    ` [PATCH 06/10] iommu: of: Handle IOMMU lookup failure with deferred probing or error

[PATCH] iommu/vt-d: Flush old iotlb for kdump when the device gets context mapped
 2016-12-01 11:44 UTC  (13+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.10
 2016-11-30 14:40 UTC  (2+ messages)

[PATCH V3 0/8] IOMMU probe deferral support
 2016-11-30 12:07 UTC  (11+ messages)


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