iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-20 17:56:48 to 2016-04-29 07:17:43 UTC [more...]

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-29  7:17 UTC  (45+ 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 04/18] x86: Add the Secure Memory Encryption cpu feature
` [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 v8 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-28 22:27 UTC  (10+ 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 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  (22+ messages)
` [PATCH 3/7] iommu/arm-smmu: Work around MMU-500 prefetch errata
` [PATCH 4/7] io-64-nonatomic: Add relaxed accessor variants
    ` [PATCH v2] "
` [PATCH 6/7] iommu/arm-smmu: Decouple context format from kernel config
    ` [PATCH v2] "

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-04-28 15:48 UTC  (20+ messages)

[PATCH v8 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-28  8:28 UTC  (8+ 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 v8 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-04-28  8:22 UTC  (9+ 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

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-04-27 12:43 UTC  (6+ 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

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

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-26 22:47 UTC  (11+ 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 04/18] x86: Add the Secure Memory Encryption cpu feature
` [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

[PATCH v7 7/8] genirq/msi: map/unmap the MSI doorbells on msi_domain_alloc/free_irqs
 2016-04-26 16:43 UTC  (4+ messages)
  ` [lkp] "

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

[RFC v6 01/10] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
 2016-04-26  6:44 UTC  (4+ messages)
` [RFC v6 04/10] PCI: Add support for enforcing all MMIO BARs to be page aligned

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

[RFC 0/9] IOMMU probe deferral support
 2016-04-25 15:58 UTC  (10+ messages)
  ` [RFC 1/9] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
  ` [RFC 2/9] of: dma: Move range size workaround to of_dma_get_range()
  ` [RFC 3/9] of: dma: Make of_dma_deconfigure() public
  ` [RFC 4/9] of: dma: Split of_configure_dma() into mask and ops configuration
  ` [RFC 5/9] drivers: platform: Configure dma operations at probe time
  ` [RFC 6/9] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [RFC 7/9] drivers: iommu: Add a new add device api
  ` [RFC 8/9] drivers: of: call iommu_bus_add_dev after iommu_configure_ops
  ` [RFC 9/9] drivers: iommu: arm-smmu: Set iommu_ops in probe

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

[RFT v2] iommu/amd: use subsys_initcall() on amdv2 iommu
 2016-04-25 10:23 UTC  (11+ messages)

[PATCH v7 00/10] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-22 19:07 UTC  (37+ messages)
` [PATCH v7 01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [PATCH v7 03/10] iommu: introduce a reserved iova cookie
` [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 07/10] iommu/dma-reserved-iommu: delete bindings in iommu_free_reserved_iova_domain
` [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 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-22 15:40 UTC  (5+ messages)
` [PATCH v7 6/7] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP

[PATCH v7 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-04-22 15:39 UTC  (10+ messages)
` [PATCH v7 1/8] genirq/msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [PATCH v7 6/8] irqchip/gicv2m: implement msi_doorbell_info callback

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-22 10:57 UTC  (4+ messages)
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure

[git pull] IOMMU Fixes for Linux v4.6-rc3
 2016-04-22  9:56 UTC 

[PATCH 0/5] Introduce per-domain page sizes
 2016-04-21 16:38 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu: Fixed for 4.6
 2016-04-21 14:51 UTC  (2+ messages)

[PATCH 4/5] iommu/dma: Finish optimising higher-order allocations
 2016-04-21  5:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/7] Intel IOMMU scalability improvements
 2016-04-20 19:54 UTC  (4+ messages)
` [PATCH v4 7/7] iommu/vt-d: introduce per-cpu caching to iova allocation


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