iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-08 16:50:43 to 2016-04-20 13:53:31 UTC [more...]

[PATCH 0/2] iommu/arm-smmu: Fixed for 4.6
 2016-04-20 13:53 UTC 

[PATCH v7 00/10] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-20 13:12 UTC  (18+ messages)
  ` [PATCH v7 01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
  ` [PATCH v7 02/10] iommu/arm-smmu: advertise "
  ` [PATCH v7 03/10] iommu: introduce a reserved iova cookie
  ` [PATCH v7 04/10] iommu/dma-reserved-iommu: alloc/free_reserved_iova_domain
  ` [PATCH v7 05/10] iommu/dma-reserved-iommu: reserved binding rb-tree and helpers
  ` [PATCH v7 06/10] iommu/dma-reserved-iommu: iommu_get/put_reserved_iova
  ` [PATCH v7 08/10] iommu/dma-reserved_iommu: iommu_msi_mapping_desc_to_domain
  ` [PATCH v7 09/10] iommu/dma-reserved-iommu: iommu_msi_mapping_translate_msg
  ` [PATCH v7 10/10] iommu/arm-smmu: call iommu_free_reserved_iova_domain on domain destruction
` [PATCH v7 07/10] iommu/dma-reserved-iommu: delete bindings in iommu_free_reserved_iova_domain

[PATCH v7 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-04-20 12:33 UTC  (16+ messages)
  ` [PATCH v7 1/8] genirq/msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
  ` [PATCH v7 2/8] irqchip/gic-v3-its: ITS advertises MSI_FLAG_IRQ_REMAPPING
  ` [PATCH v7 3/8] genirq/msi: export msi_get_domain_info
  ` [PATCH v7 4/8] genirq/msi: msi_compose wrapper
  ` [PATCH v7 5/8] genirq/irq: introduce msi_doorbell's structs and related callback
  ` [PATCH v7 6/8] irqchip/gicv2m: implement msi_doorbell_info callback
  ` [PATCH v7 7/8] genirq/msi: map/unmap the MSI doorbells on msi_domain_alloc/free_irqs
` [PATCH v7 8/8] genirq/msi: use the MSI doorbell's IOVA when requested

[PATCH v4 0/7] Intel IOMMU scalability improvements
 2016-04-20  8:34 UTC  (8+ messages)
  ` [PATCH v4 1/7] iommu/vt-d: refactoring of deferred flush entries
  ` [PATCH v4 2/7] iommu/vt-d: per-cpu deferred invalidation queues
  ` [PATCH v4 3/7] iommu/vt-d: correct flush_unmaps pfn usage
  ` [PATCH v4 4/7] iommu/vt-d: only unmap mapped entries
  ` [PATCH v4 5/7] iommu/vt-d: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
  ` [PATCH v4 6/7] iommu/vt-d: change intel-iommu to use IOVA frame numbers
  ` [PATCH v4 7/7] iommu/vt-d: introduce per-cpu caching to iova allocation

[PATCH v3 0/7] Intel IOMMU scalability improvements
 2016-04-20  8:21 UTC  (13+ messages)
  ` [PATCH v3 1/7] iommu: refactoring of deferred flush entries
  ` [PATCH v3 2/7] iommu: per-cpu deferred invalidation queues
  ` [PATCH v3 3/7] iommu: correct flush_unmaps pfn usage
  ` [PATCH v3 4/7] iommu: only unmap mapped entries
  ` [PATCH v3 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
  ` [PATCH v3 6/7] iommu: change intel-iommu to use IOVA frame numbers
  ` [PATCH v3 7/7] iommu: introduce per-cpu caching to iova allocation

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-20  7:14 UTC  (20+ messages)
  ` [RFC PATCH 01/11] drivers: acpi: iort: fix struct pci_dev compiler warnings
  ` [RFC PATCH 02/11] drivers: acpi: iort: add support for IOMMU registration
  ` [RFC PATCH 03/11] drivers: iommu: add FWNODE_IOMMU fwnode type
  ` [RFC PATCH 04/11] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [RFC PATCH 05/11] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
  ` [RFC PATCH 06/11] drivers: iommu: make of_xlate() interface DT agnostic
  ` [RFC PATCH 07/11] drivers: iommu: arm-smmu: allow ACPI based streamid translation
  ` [RFC PATCH 08/11] drivers: acpi: iort: enhance mapping API
  ` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure
  ` [RFC PATCH 10/11] drivers: iommu: arm-smmu: implement ACPI probing
  ` [RFC PATCH 11/11] drivers: irqchip: make struct irq_fwspec generic

[PATCH v7 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-20  3:05 UTC  (9+ messages)
  ` [PATCH v7 1/7] vfio: introduce a vfio_dma type field
  ` [PATCH v7 2/7] vfio/type1: vfio_find_dma accepting a type argument
  ` [PATCH v7 3/7] vfio/type1: specialize remove_dma and replay according to type
  ` [PATCH v7 4/7] vfio: allow reserved iova registration
  ` [PATCH v7 5/7] vfio/type1: also check IRQ remapping capability at msi domain
  ` [PATCH v7 6/7] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v7 7/7] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO

[PATCH 0/6 v2] of: Implement iterator for phandles
 2016-04-19 22:30 UTC  (4+ messages)
` [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing

[RFC v6 06/10] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
 2016-04-19 11:13 UTC  (4+ messages)
` [RFC v6 07/10] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping

[RFT] iommu/amd: use subsys_initcall() on amdv2 iommu
 2016-04-19  2:02 UTC  (12+ messages)
` [RFT v2] "

[RFC v6 08/10] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports IRQ remapping
 2016-04-18 11:04 UTC  (3+ messages)
` [RFC v6 09/10] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [RFC v6 10/10] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[RFC v6 01/10] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
 2016-04-18 10:56 UTC  (5+ messages)
` [RFC v6 02/10] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RFC v6 03/10] PCI: Add a new option for resource_alignment to reassign alignment
` [RFC v6 04/10] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC v6 05/10] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive

[RFC v6 00/10] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-04-18 10:53 UTC 

[RFC 0/3] Unify IOMMU-based DMA-mapping code for ARM and ARM64
 2016-04-18  2:20 UTC  (6+ messages)
` [RFC 2/3] iommu: dma-iommu: move IOMMU/DMA-mapping code from ARM64 arch to drivers
` [RFC 3/3] iommu: dma-iommu: use common implementation also on ARM architecture

[PATCH v2 0/7] Intel IOMMU scalability improvements
 2016-04-17 18:05 UTC  (17+ messages)
  ` [PATCH v2 1/7] iommu: refactoring of deferred flush entries
  ` [PATCH v2 2/7] iommu: per-cpu deferred invalidation queues
  ` [PATCH v2 3/7] iommu: correct flush_unmaps pfn usage
  ` [PATCH v2 4/7] iommu: only unmap mapped entries
  ` [PATCH v2 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
  ` [PATCH v2 6/7] iommu: change intel-iommu to use IOVA frame numbers
  ` [PATCH v2 7/7] iommu: introduce per-cpu caching to iova allocation

List Adminstration Help
 2016-04-15 19:26 UTC 

[PATCH] iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA
 2016-04-15 17:53 UTC  (9+ messages)
      ` [PATCH] iommu/arm-smmu: Don't allocate resources for bypass domains

[PATCH V4 0/4] Code refine for Intel IOMMU
 2016-04-14 14:55 UTC  (5+ messages)
  ` [PATCH V4 1/4] iommu/vt-d: replace *hdr with {drhd/atsr}[0] in struct dmar_{drhd/atsr}_unit
  ` [PATCH V4 2/4] iommu/vt-d: use zero-sized array in DMAR related ACPI structures
  ` [PATCH V4 3/4] iommu/vt-d: check Register Base Address at the beginning of dmar_parse_one_drhd()
  ` [PATCH V4 4/4] iommu/vt-d: refine dmar_acpi_dev_scope_init() with dmar_walk_dmar_table()

[Patch V2 0/2] Cleanup on IOMMU
 2016-04-14 13:59 UTC  (3+ messages)
` [Patch V2 1/2] iommu: remove the iommu_callback_data

[PATCH] iommu/amd: Set AMD iommu callbacks for platform bus driver
 2016-04-14 13:28 UTC 

[PATCH 0/7] arm-smmu: Implementation and context format differentiation
 2016-04-13 21:16 UTC  (10+ messages)
  ` [PATCH 1/7] iommu/arm-smmu: Differentiate specific implementations
  ` [PATCH 2/7] iommu/arm-smmu: Convert ThunderX workaround to new method
  ` [PATCH 3/7] iommu/arm-smmu: Work around MMU-500 prefetch errata
  ` [PATCH 4/7] io-64-nonatomic: Add relaxed accessor variants
  ` [PATCH 5/7] iommu/arm-smmu: Tidy up 64-bit/atomic I/O accesses
  ` [PATCH 6/7] iommu/arm-smmu: Decouple context format from kernel config
  ` [PATCH 7/7] iommu/arm-smmu: Support SMMUv1 64KB supplement

[PATCH 4/5] iommu/dma: Finish optimising higher-order allocations
 2016-04-13 16:29 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH v5 0/9] dmaengine: rcar-dmac: add iommu support for slave transfers
 2016-04-13 13:29 UTC  (6+ messages)
` [PATCH v5 3/9] dma-mapping: add dma_{map,unmap}_resource

[PATCH 7/7] iommu: introduce per-cpu caching to iova allocation
 2016-04-13 11:38 UTC  (3+ messages)

[PATCH 2/7] iommu: per-cpu deferred invalidation queues
 2016-04-13 11:32 UTC  (3+ messages)

[PATCH 6/7] iommu: change intel-iommu to use IOVA frame numbers
 2016-04-12 20:13 UTC  (6+ messages)

[PATCH v4 0/6] PCI: Support multiple DMA aliases
 2016-04-12 18:10 UTC  (18+ messages)
` [PATCH v4 1/6] PCI: Add pci_add_dma_alias() to abstract implementation
` [PATCH v4 2/6] PCI: Move informational printk to pci_add_dma_alias()
` [PATCH v4 3/6] PCI: Add support for multiple DMA aliases
` [PATCH v4 4/6] PCI: Rename dma_alias_is_enabled() to pci_devs_are_dma_aliases()
` [PATCH v4 6/6] PCI: Squash pci_dev_flags to remove holes

[PATCH V2 0/5] iommu/msm: Add DT adaptation and generic bindings support
 2016-04-12 15:34 UTC  (6+ messages)
` [PATCH V2 1/5] iommu/msm: Add DT adaptation

[PATCH 4/7] iommu: only unmap mapped entries
 2016-04-12 15:08 UTC  (3+ messages)

[PATCH 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
 2016-04-11 20:16 UTC  (2+ messages)

[PATCH 3/7] iommu: correct flush_unmaps pfn usage
 2016-04-11 20:11 UTC  (2+ messages)

[PATCH 1/7] iommu: refactoring of deferred flush entries
 2016-04-11 20:09 UTC  (2+ messages)

Can't boot new 4.4 kernel with IOMMU enabled
 2016-04-11 15:43 UTC  (13+ messages)

[patch] iommu/amd: Signedness bug in acpihid_device_group()
 2016-04-11 14:11 UTC  (3+ messages)

AMD-Vi regression with PCIe/PCI bridges in 4.4
 2016-04-11 14:08 UTC  (13+ messages)

[PATCH RESEND] iommu/dma: Implement scatterlist segment merging
 2016-04-11 11:32 UTC 

[PATCH v2 1/2] dma/iommu: Add pgsize_bitmap confirmation in __iommu_dma_alloc_pages
 2016-04-11  7:40 UTC  (8+ messages)

[v7, 0/5] Fix eSDHC host version register bug
 2016-04-11  2:54 UTC  (5+ messages)

[PATCH v4 5/6] pci: Add DMA alias quirk for mic_x200_dma
 2016-04-08 20:19 UTC  (3+ messages)
` [PATCH v5 5/6] PCI: "

[PATCH v4 3/6] PCI: Add support for multiple DMA aliases
 2016-04-08 20:19 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v6 0/5] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-08 16:57 UTC  (8+ messages)
` [PATCH v6 2/5] vfio: allow the user to register reserved iova range for MSI mapping


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