messages from 2016-10-04 16:11:39 to 2016-10-24 20:54:14 UTC [more...]
[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 0/4] iommu/arm-smmu: Add runtime pm/sleep support
2016-10-24 16:45 UTC (7+ 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 v5 0/7] Exynos IOMMU: proper runtime PM support (use device dependencies)
2016-10-24 12:39 UTC (15+ 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 V3 0/8] IOMMU probe deferral support
2016-10-24 12:30 UTC (16+ messages)
` [PATCH V3 1/8] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
` [PATCH V3 4/8] drivers: platform: Configure dma operations at probe time
` [PATCH V3 6/8] arm: dma-mapping: Reset the device's dma_ops
` [PATCH V3 2/8] of: dma: Move range size workaround to of_dma_get_range()
` [PATCH V3 3/8] of: dma: Make of_dma_deconfigure() public
` [PATCH V3 5/8] iommu: of: Handle IOMMU lookup failure with deferred probing or error
` [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] 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()
[PATCH 1/2] iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3s
2016-10-21 16:20 UTC (8+ messages)
` [PATCH 2/2] iommu/arm-smmu: Work around ARM DMA configuration
[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
[v12, 0/8] Fix eSDHC host version register bug
2016-10-19 8:27 UTC (6+ messages)
[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 v6 00/16] ACPI IORT ARM SMMU support
2016-10-18 16:04 UTC (17+ 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 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 (38+ messages)
` [PATCH v13 01/15] iommu: Introduce DOMAIN_ATTR_MSI_GEOMETRY
` [PATCH v13 05/15] genirq/msi: msi_doorbell_calc_pages
` [PATCH v13 13/15] vfio/type1: Check doorbell safety
` [PATCH v13 02/15] iommu/arm-smmu: Initialize the msi geometry
` [PATCH v13 03/15] iommu/dma: Allow MSI-only cookies
` [PATCH v13 04/15] genirq/msi: Introduce the MSI doorbell API
` [PATCH v13 06/15] irqchip/gic-v2m: Register the MSI doorbell
` [PATCH v13 07/15] irqchip/gicv3-its: "
` [PATCH v13 08/15] vfio: Introduce a vfio_dma type field
` [PATCH v13 09/15] vfio/type1: vfio_find_dma accepting a type argument
` [PATCH v13 10/15] vfio/type1: Implement recursive vfio_find_dma_from_node
` [PATCH v13 11/15] vfio/type1: Handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
` [PATCH v13 12/15] vfio: Allow reserved msi iova registration
` [PATCH v13 14/15] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP
` [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 (6+ messages)
` [PATCH v4 2/2] iommu/exynos: Add proper runtime pm support
[PATCH v7 00/22] Generic DT bindings for PCI IOMMUs and ARM SMMU
2016-10-05 11:31 UTC (5+ messages)
` [PATCH v7 21/22] iommu/dma: Add support for mapping MSIs
[RFC 00/11] KVM PCIe/MSI passthrough on ARM/ARM64: re-design with transparent MSI mapping
2016-10-04 17:37 UTC (6+ messages)
` [RFC 05/11] iommu/dma: iommu_dma_(un)map_mixed
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox