iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-08 03:28:01 to 2016-10-28 03:32:29 UTC [more...]

[v13, 0/8] Fix eSDHC host version register bug
 2016-10-28  3:32 UTC  (4+ messages)
  ` [v13, 1/8] dt: bindings: update Freescale DCFG compatible
  ` [v13, 2/8] ARM64: dts: ls2080a: add device configuration node
  ` [v13, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory

SMR masking and PCI
 2016-10-27 17:10 UTC 

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

[PATCH V3 0/8] IOMMU probe deferral support
 2016-10-27 10:49 UTC  (28+ messages)
  ` [PATCH V3 4/8] drivers: platform: Configure dma operations at probe time
  ` [PATCH V3 5/8] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V3 6/8] arm: dma-mapping: Reset the device's dma_ops
  ` [PATCH V3 7/8] arm/arm64: dma-mapping: Call iommu's remove_device callback during device detach
  ` [PATCH V3 8/8] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops

[PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding
 2016-10-27 10:45 UTC 

[v12, 0/8] Fix eSDHC host version register bug
 2016-10-27  4:34 UTC  (9+ messages)
` [v12, 5/8] soc: fsl: add GUTS driver for QorIQ platforms

[PATCH 0/5] PCI: ACS enable quirk for link balancing switches
 2016-10-26 20:42 UTC  (7+ messages)
  ` [PATCH 1/5] PCI: Make pci_std_enable_acs() non-static
  ` [PATCH 2/5] PCI: Extract link speed & width retrieval from pcie_get_minimum_link()
  ` [PATCH 3/5] PCI: Extract link retraining from pcie_aspm_configure_common_clock()
  ` [PATCH 4/5] iommu: Move REQ_ACS_FLAGS out to header and rename
  ` [PATCH 5/5] PCI: Balance ports to avoid ACS errata on Pericom switches

[PATCH v2 1/2] iommu/dma: Implement dma_{map,unmap}_resource()
 2016-10-26 17:43 UTC  (2+ messages)
  ` [PATCH v2 2/2] arm64: Wire up iommu_dma_{map, unmap}_resource()

[PATCH 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2016-10-26 16:51 UTC  (12+ messages)
  ` [PATCH 1/4] Docs: dt: document ARM SMMU clocks/powerdomains bindings
  ` [PATCH 2/4] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH 3/4] iommu/arm-smmu: Add context save restore support
` [PATCH 4/4] iommu/arm-smmu: Add the device_link between masters and smmu

[PATCH v7 2/4] soc: mediatek: Init MT8173 scpsys driver earlier
 2016-10-26 14:54 UTC 

[PATCH] iommu/amd: tell kmemleak about the irq_remap_table
 2016-10-26 11:09 UTC 

[PATCH] iommu/arm-smmu: Expunge redundant iommu_present() checks
 2016-10-26 10:37 UTC 

[PATCH 1/2] iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3s
 2016-10-26  9:29 UTC  (10+ messages)
  ` [PATCH 2/2] iommu/arm-smmu: Work around ARM DMA configuration

[PATCH 0/3] drivers: iommu: declare iommu_gather_ops structures as const
 2016-10-25 20:21 UTC  (7+ messages)
  ` [PATCH 1/3] drivers: iommu: arm-smmu: constify iommu_gather_ops structures
  ` [PATCH 3/3] drivers: iommu: io-pgtable-arm: use const and __initconst for "
` [PATCH 2/3] drivers: iommu: arm-smmu-v3: constify "

[PATCH] drivers: iommu: constify iommu_gather_ops structures
 2016-10-25 15:46 UTC  (2+ messages)

[PATCH v5 0/7] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-10-25  6:53 UTC  (16+ messages)
    ` [PATCH v5 4/7] iommu/exynos: Set master device once on boot
      ` [PATCH v5 1/7] iommu/exynos: Remove excessive, useless debug
      ` [PATCH v5 2/7] iommu/exynos: Remove dead code
      ` [PATCH v5 3/7] iommu/exynos: Simplify internal enable/disable functions
      ` [PATCH v5 5/7] iommu/exynos: Rework and fix internal locking
      ` [PATCH v5 6/7] iommu/exynos: Add runtime pm support
    ` [PATCH v5 7/7] iommu/exynos: Use device dependency links to control runtime pm

[PATCH] arm64: SMMU-v2: Workaround for Cavium ThunderX erratum 28168
 2016-10-24 20:54 UTC  (5+ messages)

[PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-10-24 19:39 UTC  (25+ messages)
` [PATCH v14 02/16] iommu: Introduce DOMAIN_ATTR_MSI_RESV
` [PATCH v14 03/16] iommu/dma: Allow MSI-only cookies
  ` [PATCH v14 01/16] iommu/iova: fix __alloc_and_insert_iova_range
  ` [PATCH v14 04/16] iommu/dma: MSI doorbell alloc/free
  ` [PATCH v14 05/16] iommu/dma: Introduce iommu_calc_msi_resv
  ` [PATCH v14 06/16] iommu/arm-smmu: Implement domain_get_attr for DOMAIN_ATTR_MSI_RESV
  ` [PATCH v14 07/16] irqchip/gic-v2m: Register the MSI doorbell
  ` [PATCH v14 08/16] irqchip/gicv3-its: "
  ` [PATCH v14 09/16] vfio: Introduce a vfio_dma type field
  ` [PATCH v14 10/16] vfio/type1: vfio_find_dma accepting a type argument
  ` [PATCH v14 11/16] vfio/type1: Implement recursive vfio_find_dma_from_node
  ` [PATCH v14 12/16] vfio/type1: Handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
  ` [PATCH v14 13/16] vfio: Allow reserved msi iova registration
  ` [PATCH v14 14/16] vfio/type1: Check doorbell safety
  ` [PATCH v14 15/16] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v14 16/16] vfio/type1: Introduce MSI_RESV capability

[PATCH] iommu: arm-smmu-v2: Enable 16 bit ASID
 2016-10-24 11:01 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix IOMMU lookup for VF's
 2016-10-21 22:32 UTC 

[PATCH v6 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V6
 2016-10-21 17:52 UTC  (10+ messages)
` [PATCH v6 01/07] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v6 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v6 03/07] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v6 04/07] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v6 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v6 06/07] iommu/ipmmu-vmsa: ARM and ARM64 archdata access
` [PATCH v6 07/07] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency

[PATCH 4/5] iommu/iova: don't disable preempt around this_cpu_ptr()
 2016-10-21 17:06 UTC  (2+ messages)
` [PATCH 5/5] iommu/vt-d: don't disable preemption while accessing deferred_flush()

[RFC,v1,1/2] iommu/arm-smmu: support s2 domain attribute
 2016-10-21 14:48 UTC  (4+ messages)
` [RFC,v1,2/2] vfio/iommu-type1: set only stage 2 translation

[PATCH 1/2] iommu/dma: Implement dma_{map,unmap}_resource()
 2016-10-21 14:37 UTC  (4+ messages)
  ` [PATCH 2/2] arm64: Wire up iommu_dma_{map, unmap}_resource()

[PATCH v6 0/9] Fix kdump faults on system with amd iommu
 2016-10-20 11:37 UTC  (10+ messages)
` [PATCH v6 1/9] iommu/amd: Detect pre enabled translation
  ` [PATCH v6 2/9] iommu/amd: add several helper function
  ` [PATCH v6 3/9] iommu/amd: Define bit fields for DTE particularly
  ` [PATCH v6 4/9] iommu/amd: Add function copy_dev_tables
  ` [PATCH v6 5/9] iommu/amd: copy old trans table from old kernel
  ` [PATCH v6 6/9] iommu/amd: Don't update domain info to dte entry at iommu init stage
  ` [PATCH v6 7/9] iommu/amd: Update domain into to dte entry during device driver init
  ` [PATCH v6 8/9] iommu/amd: Add sanity check of irq remap information of old dev table entry
  ` [PATCH v6 9/9] iommu/amd: Don't copy GCR3 table root pointer

[PATCH v5 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V5
 2016-10-19 23:45 UTC  (4+ messages)
` [PATCH v5 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops

[PATCH] iommu: convert DT component matching to component_match_add_release()
 2016-10-19 10:30 UTC 

[PATCH 1/2] iommu/mediatek: Convert M4Uv2 to iommu_fwspec
 2016-10-19  7:12 UTC  (4+ messages)
  ` [PATCH 2/2] iommu/mediatek: Convert M4Uv1 "

[PATCH 1/1] arch/x86: Add CONFIG_IOMMU_DEFAULT_PT for iommu=pt
 2016-10-17 18:15 UTC  (8+ messages)
` [PATCH v1 "
            ` [PATCH v2 1/2] "
                ` [PATCH v2 2/2] Documentation/kernel-parameters.txt : Remove IA-64 from iommu=pt doc

[PATCH] iommu/iova: Extend cached node lookup condition
 2016-10-17 11:52 UTC 

[PATCH 1/2] iommu: Favour per-instance IOMMU ops
 2016-10-17 11:40 UTC  (2+ messages)
  ` [PATCH 2/2] iommu: Sanity-check device attach

[PATCH] iommu: fix double spin_lock_irqsave on `device_domain_lock'
 2016-10-17  8:54 UTC 

[PATCH v5 00/14] ACPI IORT ARM SMMU support
 2016-10-13 20:53 UTC  (8+ messages)
` [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

[PATCH] iommu/vt-d: Fix the size calculation of pasid table
 2016-10-12 12:17 UTC  (4+ messages)

[git pull] IOMMU Updates for Linux v4.9
 2016-10-11 14:56 UTC 

[PATCH v13 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-10-10 15:52 UTC  (12+ messages)
` [PATCH v13 03/15] iommu/dma: Allow MSI-only cookies
` [PATCH v13 15/15] vfio/type1: Return the MSI geometry through VFIO_IOMMU_GET_INFO capability chains

[PATCH v4 0/2] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-10-10 13:32 UTC  (4+ messages)
  ` [PATCH v4 2/2] iommu/exynos: Add proper runtime pm support


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