iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-15 12:10:35 to 2016-11-30 03:22:42 UTC [more...]

[PATCH v9 00/16] ACPI IORT ARM SMMU support
 2016-11-30  3:22 UTC  (22+ 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 V3 0/8] IOMMU probe deferral support
 2016-11-30  0:34 UTC  (13+ messages)

[PATCH v4 00/10] IOMMU probe deferral support
 2016-11-30  0:22 UTC  (11+ 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

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-29 19:56 UTC  (53+ messages)
` [RFC PATCH v3 04/20] x86: Handle reduction in physical address size with SME
` [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] "

[GIT PULL] iommu/arm-smmu: Updates for 4.10
 2016-11-29 17:28 UTC 

[PATCH v7 00/16] ACPI IORT ARM SMMU support
 2016-11-29 17:06 UTC  (22+ messages)
` [PATCH v7 04/16] drivers: iommu: make of_iommu_set/get_ops() DT agnostic
` [PATCH v7 07/16] drivers: acpi: implement acpi_dma_configure
` [PATCH v7 16/16] drivers: acpi: iort: introduce iort_iommu_configure

[PATCH 0/5] Fixes for Exynos IOMMU driver
 2016-11-29 16:48 UTC  (10+ 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

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

[RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-11-29 16:11 UTC  (14+ messages)
` [RFC v3 04/10] iommu: iommu_alloc_resv_region
  ` [RFC v3 01/10] iommu/dma: Allow MSI-only cookies
  ` [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 05/10] iommu: Do not map reserved regions
  ` [RFC v3 06/10] iommu: iommu_get_group_resv_regions
  ` [RFC v3 07/10] iommu: Implement reserved_regions iommu-group sysfs file
  ` [RFC v3 08/10] iommu/vt-d: Implement reserved region get/put callbacks
  ` [RFC v3 09/10] iommu/arm-smmu: "
  ` [RFC v3 10/10] vfio/type1: Get MSI cookie

[PATCH] iommu/vt-d: Flush old iotlb for kdump when the device gets context mapped
 2016-11-29 14:35 UTC  (5+ 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  (9+ 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  (27+ messages)
  ` [PATCH v8 01/16] drivers: acpi: add FWNODE_ACPI_STATIC fwnode type
  ` [PATCH v8 02/16] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [PATCH v8 03/16] drivers: acpi: iort: add support for IOMMU fwnode registration
  ` [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)

[PATCH v2] arm64: SMMU-v2: Workaround for Cavium ThunderX erratum 28168
 2016-11-16  9:54 UTC  (5+ messages)

[PATCH] iommu/dma: Stop getting dma_32bit_pfn wrong
 2016-11-15 16:22 UTC  (3+ messages)

[RFC v2 0/8] KVM PCIe/MSI passthrough on ARM/ARM64 - Alt II
 2016-11-15 14:52 UTC  (5+ messages)
` [RFC v2 3/8] iommu/dma: Allow MSI-only cookies


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