Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2016-11-16 15:29:25 to 2016-12-05 09:52:02 UTC [more...]

[PATCH v9 00/16] ACPI IORT ARM SMMU support
 2016-12-05  9:52 UTC  (28+ messages)
  ` [PATCH v9 01/16] drivers: acpi: add FWNODE_ACPI_STATIC fwnode type
  ` [PATCH v9 02/16] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [PATCH v9 03/16] drivers: acpi: iort: add support for IOMMU fwnode registration
  ` [PATCH v9 04/16] drivers: iommu: make of_iommu_set/get_ops() DT agnostic
  ` [PATCH v9 05/16] drivers: iommu: arm-smmu: convert struct device of_node to fwnode usage
  ` [PATCH v9 06/16] drivers: iommu: arm-smmu-v3: "
  ` [PATCH v9 07/16] drivers: acpi: implement acpi_dma_configure
  ` [PATCH v9 08/16] drivers: acpi: iort: add node match function
  ` [PATCH v9 09/16] drivers: acpi: iort: add support for ARM SMMU platform devices creation
  ` [PATCH v9 10/16] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
  ` [PATCH v9 11/16] drivers: iommu: arm-smmu-v3: add IORT configuration
  ` [PATCH v9 12/16] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
  ` [PATCH v9 13/16] drivers: iommu: arm-smmu: add IORT configuration
  ` [PATCH v9 14/16] drivers: acpi: iort: replace rid map type with type mask
  ` [PATCH v9 15/16] drivers: acpi: iort: add single mapping function
  ` [PATCH v9 16/16] drivers: acpi: iort: introduce iort_iommu_configure

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

[RESEND PATCH V6 0/6] Add support for privileged mappings
 2016-12-04  7:48 UTC  (9+ 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/intel-iommu: fix pasid table size encoding
 2016-12-01 21:50 UTC 

[PATCH v4 00/10] IOMMU probe deferral support
 2016-12-01 11:50 UTC  (21+ messages)
  ` [PATCH 01/10] iommu/of: Refactor of_iommu_configure() for error handling
  ` [PATCH 02/10] iommu/of: Prepare for deferred IOMMU configuration
  ` [PATCH 03/10] of: dma: Move range size workaround to of_dma_get_range()
  ` [PATCH 04/10] of: dma: Make of_dma_deconfigure() public
  ` [PATCH 05/10] drivers: platform: Configure dma operations at probe time
  ` [PATCH 06/10] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH 07/10] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops
  ` [PATCH 08/10] iommu/arm-smmu: Clean up early-probing workarounds
  ` [PATCH 09/10] drivers: acpi: Configure acpi devices dma operation at probe time
  ` [PATCH 10/10] drivers: acpi: 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)

[RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-11-30 14:41 UTC  (15+ messages)
` [RFC v3 04/10] iommu: iommu_alloc_resv_region

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

[PATCH 0/5] Fixes for Exynos IOMMU driver
 2016-11-30  9:05 UTC  (11+ messages)
  ` [PATCH 1/5] iommu/exynos: Improve page fault debug message
  ` [PATCH 2/5] iommu/exynos: Fix warnings from DMA-debug
  ` [PATCH 3/5] iommu/exynos: Ensure that SYSMMU is added only once to its master device
` [PATCH 4/5] iommu/exynos: Add default_domain check in iommu_attach_device
` [PATCH 5/5] iommu/exynos: Properly release device from the default domain in ->remove

[RFC Design Doc v3] Enable Shared Virtual Memory feature in pass-through scenarios
 2016-11-30  8:49 UTC 

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-29 19:56 UTC  (36+ messages)
` [RFC PATCH v3 08/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v3 09/20] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v3 10/20] Add support to access boot related data in the clear
` [RFC PATCH v3 11/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v3 12/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v3 13/20] x86: DMA support for memory encryption
` [RFC PATCH v3 15/20] x86: Check for memory encryption on the APs
` [RFC PATCH v3 19/20] x86: Add support to make use of Secure Memory Encryption
` [RFC PATCH v3 20/20] "

[PATCH v7 04/16] drivers: iommu: make of_iommu_set/get_ops() DT agnostic
 2016-11-29 17:06 UTC  (12+ messages)

[patch] iommu/amd: Missing error code in amd_iommu_init_device()
 2016-11-29 16:40 UTC  (2+ messages)

[PATCH] iommu/s390: drop duplicate header pci.h
 2016-11-29 16:38 UTC  (2+ messages)

[PATCH v3] iommu/ipmmu-vmsa: Add r8a7796 DT binding
 2016-11-29  9:46 UTC  (2+ messages)

[PATCH v5 8/8] iommu/rockchip: Enable Rockchip IOMMU on ARM64
 2016-11-29  9:22 UTC  (3+ messages)

[PATCH v2] iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped
 2016-11-28  2:39 UTC  (2+ messages)

[GIT PULL] Intel IOMMU fixes for 4.9
 2016-11-27 15:00 UTC 

[PATCH 13/22] iommu/vt-d: Convert to hotplug state machine
 2016-11-26 23:13 UTC 

[PATCH v7 00/12] Fix kdump faults on system with amd iommu
 2016-11-25  5:13 UTC  (13+ messages)
  ` [PATCH v7 01/12] iommu/amd: Detect pre enabled translation
  ` [PATCH v7 02/12] iommu/amd: add several helper function
  ` [PATCH v7 03/12] iommu/amd: Define bit fields for DTE particularly
  ` [PATCH v7 04/12] iommu/amd: Add function copy_dev_tables
  ` [PATCH v7 05/12] iommu/amd: copy old trans table from old kernel
  ` [PATCH v7 06/12] iommu: Add is_attach_deferred call-back to iommu-ops
  ` [PATCH v7 07/12] iommu/amd: Use is_attach_deferred call-back
  ` [PATCH v7 08/12] iommu/amd: Add sanity check of irq remap information of old dev table entry
  ` [PATCH v7 09/12] iommu/amd: Don't copy GCR3 table root pointer
  ` [PATCH v7 10/12] iommu/amd: Clear out the GV flag when handle deferred domain attach
  ` [PATCH v7 11/12] iommu: Assign the direct mapped domain to group->domain
  ` [PATCH v7 12/12] iommu/amd: Allocate memory below 4G for dev table if translation pre-enabled

[RFC 0/8] KVM PCIe/MSI passthrough on ARM/ARM64 (Alt II)
 2016-11-23 20:12 UTC  (5+ messages)
  ` Summary of LPC guest MSI discussion in Santa Fe (was: Re: [RFC 0/8] KVM PCIe/MSI passthrough on ARM/ARM64 (Alt II))
    ` Summary of LPC guest MSI discussion in Santa Fe

BUG at drivers/iommu/amd_iommu.c:1436!
 2016-11-22 19:53 UTC  (9+ messages)

[PATCH v5 0/7] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-11-21 13:11 UTC  (6+ messages)
  ` [PATCH v5 7/7] iommu/exynos: Use device dependency links to control runtime pm

[PATCH v8 00/16] ACPI IORT ARM SMMU support
 2016-11-18 18:03 UTC  (24+ messages)
` [PATCH v8 04/16] drivers: iommu: make of_iommu_set/get_ops() DT agnostic
  ` [PATCH v8 05/16] drivers: iommu: arm-smmu: convert struct device of_node to fwnode usage
  ` [PATCH v8 06/16] drivers: iommu: arm-smmu-v3: "
  ` [PATCH v8 07/16] drivers: acpi: implement acpi_dma_configure
  ` [PATCH v8 08/16] drivers: acpi: iort: add node match function
  ` [PATCH v8 09/16] drivers: acpi: iort: add support for ARM SMMU platform devices creation
  ` [PATCH v8 10/16] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
  ` [PATCH v8 11/16] drivers: iommu: arm-smmu-v3: add IORT configuration
  ` [PATCH v8 12/16] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
  ` [PATCH v8 13/16] drivers: iommu: arm-smmu: add IORT configuration
  ` [PATCH v8 14/16] drivers: acpi: iort: replace rid map type with type mask
  ` [PATCH v8 15/16] drivers: acpi: iort: add single mapping function
  ` [PATCH v8 16/16] drivers: acpi: iort: introduce iort_iommu_configure

[PATCH] iommu: mtk: add common-clk dependency
 2016-11-18  2:32 UTC  (5+ messages)

[iommu:next 1/1] drivers/base/power/main.c:1250:1: error: expected expression before '<<' token
 2016-11-17 18:05 UTC 

[iommu:next 1/1] drivers/base/power/main.c:1250:1: error: version control conflict marker in file
 2016-11-17 16:48 UTC 

[PATCH] arm: dma-mapping: Reset the device's dma_ops
 2016-11-17 12:00 UTC  (2+ messages)


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