Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2016-04-26 22:56:47 to 2016-05-06 06:35:38 UTC [more...]

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-06  6:35 UTC  (19+ messages)
` [PATCH 1/5] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH 2/5] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [PATCH 3/5] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports "
  ` [PATCH 4/5] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
  ` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[v10, 0/7] Fix eSDHC host version register bug
 2016-05-05 22:25 UTC  (12+ messages)
  ` [v10, 1/7] Documentation: DT: update Freescale DCFG compatible
  ` [v10, 2/7] ARM64: dts: ls2080a: add device configuration node
  ` [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms
  ` [v10, 4/7] dt: move guts devicetree doc out of powerpc directory
  ` [v10, 5/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl
  ` [v10, 6/7] MAINTAINERS: add entry for Freescale SoC drivers
  ` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH v9 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-05-05 19:23 UTC  (11+ messages)
  ` [PATCH v9 1/7] vfio: introduce a vfio_dma type field
  ` [PATCH v9 2/7] vfio/type1: vfio_find_dma accepting a type argument
  ` [PATCH v9 3/7] vfio/type1: bypass unmap/unpin and replay for VFIO_IOVA_RESERVED slots
  ` [PATCH v9 4/7] vfio: allow reserved msi iova registration
  ` [PATCH v9 5/7] vfio/type1: also check IRQ remapping capability at msi domain
  ` [PATCH v9 6/7] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [PATCH v9 7/7] vfio/type1: return MSI geometry through VFIO_IOMMU_GET_INFO capability chains

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

[PATCH V3 0/7] iommu/msm: Add DT adaptation and generic bindings support
 2016-05-05  5:10 UTC  (10+ messages)
  ` [PATCH V3 1/7] iommu/msm: Add DT adaptation
  ` [PATCH V3 2/7] documentation: iommu: Add bindings for msm,iommu-v0 ip
  ` [PATCH V3 3/7] iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
  ` [PATCH V3 4/7] iommu/msm: Add support for generic master bindings
  ` [PATCH V3 6/7] iommu/msm: Use writel_relaxed and add a barrier
  ` [PATCH V3 7/7] iommu/msm: Remove driver BROKEN
` [PATCH V3 5/7] iommu/msm: use generic ARMV7S short descriptor pagetable ops

[v9, 0/7] Fix eSDHC host version register bug
 2016-05-05  3:21 UTC  (12+ messages)
` [v9, 2/7] ARM64: dts: ls2080a: add device configuration node
` [v9, 3/7] soc: fsl: add GUTS driver for QorIQ platforms
  ` [v9, 1/7] Documentation: DT: update Freescale DCFG compatible
  ` [v9, 4/7] dt: move guts devicetree doc out of powerpc directory
  ` [v9, 5/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl
  ` [v9, 6/7] MAINTAINERS: add entry for Freescale SoC driver
  ` [v9, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH RESEND] iommu/dma: Implement scatterlist segment merging
 2016-05-04 15:33 UTC  (2+ messages)

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

[GIT PULL] iommu/arm-smmu: Updates for 4.7
 2016-05-04 13:45 UTC 

[PATCH v9 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-05-04 11:40 UTC  (9+ messages)
  ` [PATCH v9 1/8] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY
  ` [PATCH v9 2/8] iommu/arm-smmu: initialize the msi geometry and advertise iommu-msi support
  ` [PATCH v9 3/8] iommu: introduce an msi cookie
  ` [PATCH v9 4/8] iommu/msi-iommu: initialization
  ` [PATCH v9 5/8] iommu/msi-iommu: iommu_msi_[get,put]_doorbell_iova
  ` [PATCH v9 6/8] iommu/msi-iommu: iommu_msi_domain
  ` [PATCH v9 8/8] iommu/arm-smmu: get/put the msi cookie
` [PATCH v9 7/8] iommu/msi-iommu: iommu_msi_msg_pa_to_va

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

[PATCH V2] iommu/arm-smmu: clear cache lock bit of ACR
 2016-05-03 16:50 UTC  (2+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-03 15:59 UTC  (52+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
` [RFC PATCH v1 11/18] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v1 12/18] x86: Access device tree in the clear
` [RFC PATCH v1 13/18] x86: DMA support for memory encryption
` [RFC PATCH v1 14/18] iommu/amd: AMD IOMMU "
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs
` [RFC PATCH v1 16/18] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v1 17/18] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption

[PATCH] iommu/arm-smmu: clear cache lock bit of ACR
 2016-05-03 12:50 UTC  (3+ messages)

[PATCH v8 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-05-03 12:27 UTC  (13+ messages)
  ` [PATCH v8 1/8] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY
  ` [PATCH v8 2/8] iommu/arm-smmu: sets the MSI geometry to programmable
  ` [PATCH v8 3/8] iommu: introduce an msi cookie
  ` [PATCH v8 4/8] iommu/msi-iommu: initialization
  ` [PATCH v8 5/8] iommu/msi-iommu: iommu_msi_[get,put]_doorbell_iova
  ` [PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain
  ` [PATCH v8 7/8] iommu/msi-iommu: iommu_msi_msg_pa_to_va
  ` [PATCH v8 8/8] iommu/arm-smmu: get/put the msi cookie

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-05-01 10:37 UTC  (21+ messages)

[BUGREPORT] Intel X58 Boards don't boot after "iommu/vt-d: Make root entry visible for hardware right after allocation"
 2016-04-29 12:41 UTC  (5+ messages)

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2016-04-28 16:40 UTC  (6+ messages)
` [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer

[PATCH 0/7] arm-smmu: Implementation and context format differentiation
 2016-04-28 16:12 UTC  (3+ messages)
` [PATCH 6/7] iommu/arm-smmu: Decouple context format from kernel config
    ` [PATCH v2] "

[PATCH V2 0/5] iommu/msm: Add DT adaptation and generic bindings support
 2016-04-27  5:37 UTC  (4+ messages)
` [PATCH V2 4/5] iommu/msm: use generic ARMV7S short descriptor pagetable ops

[RFC v6 00/10] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-04-27  2:27 UTC  (4+ messages)


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