Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-04-21 18:56:13 to 2017-05-04 12:35:38 UTC [more...]

[PATCH v2 0/7] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-04 12:35 UTC  (7+ messages)
` [PATCH v2 1/7] iommu/arm-smmu-v3: Introduce SMMU option PAGE0_REGS_ONLY
  ` [PATCH v2 2/7] iommu/arm-smmu-v3: Do resource size checks based on SMMU
  ` [PATCH v2 3/7] ACPICA: IORT: Add Cavium ThunderX2 SMMUv3 model definition
  ` [PATCH v2 4/7] iommu/arm-smmu-v3: For ACPI based device probing, set PAGE0_REGS_ONLY option for ThunderX2 SMMUv3 implementation
  ` [PATCH v2 5/7] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [PATCH v2 6/7] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[PATCH v1] ACPI: Switch to use generic UUID API
 2017-05-04 12:14 UTC  (3+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-04 10:16 UTC  (21+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 07/32] x86/mm: Add support to enable SME in early boot processing
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 12/32] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption
` [PATCH v5 32/32] x86/mm: Add support to make use of "

[PATCH 1/3] of/pci/dma: fix DMA configuration for PCI masters
 2017-05-03 20:06 UTC  (8+ messages)
  ` [PATCH 2/3] iommu/pci: reserve iova "
  ` [PATCH 3/3] PCI/of fix of_dma_get_range; get PCI specific dma-ranges

AMD Ryzen KVM/NPT/IOMMU issue
 2017-05-03 16:28 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Poll for CMDQ drain completion more effectively
 2017-05-03 16:24 UTC  (9+ messages)

[PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64
 2017-05-03 15:19 UTC 

[PATCH V8 00/11] IOMMU probe deferral support
 2017-05-03 11:13 UTC  (6+ messages)
` [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

[PATCH] drivers/of_iommu: ignore SMMU DT nodes with status 'disabled'
 2017-05-03 10:58 UTC  (7+ messages)

[PATCH 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-03 10:32 UTC  (12+ messages)
  ` [PATCH 1/3] arm64: Add MIDR values for Cavium cn99xx SoCs
  ` [PATCH 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
  ` [PATCH 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2

[RFC PATH] of/pci/dma: fix DMA configruation for PCI masters
 2017-05-03  4:51 UTC  (3+ messages)

userspace emulated smmu/vfio integration: how to trap updates to the table structures?
 2017-05-02 17:36 UTC  (10+ messages)

[RFC PATCH 0/2] iommu/s390: Fix iommu-groups and add sysfs support
 2017-04-28 23:02 UTC  (17+ messages)
  ` [PATCH 1/2] iommu/s390: Fix IOMMU groups
  ` [PATCH 2/2] iommu/s390: Add support for iommu_device handling

[PATCH 1/1] iommu/vt-d: Don't print the failure message when booting non-kdump kernel
 2017-04-28 21:39 UTC  (2+ messages)

[PATCH] ACPI/IORT: Fix CONFIG_IOMMU_API dependency
 2017-04-28 15:59 UTC 

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-04-28 12:51 UTC  (19+ messages)
` [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function
          ` [Qemu-devel] "
` [RFC PATCH 2/8] iommu/vt-d: add bind_pasid_table function
` [RFC PATCH 3/8] iommu: Introduce iommu do invalidate API function
` [RFC PATCH 4/8] iommu/vt-d: Add iommu do invalidate function
` [RFC PATCH 5/8] VFIO: Add new IOTCL for PASID Table bind propagation
    ` [Qemu-devel] "
` [RFC PATCH 6/8] VFIO: do pasid table binding
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation
` [RFC PATCH 8/8] VFIO: do IOMMU TLB invalidation from guest

[RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
 2017-04-28  9:56 UTC  (34+ messages)
` [RFC PATCH 01/20] intel_iommu: add "ecs" option
` [RFC PATCH 02/20] intel_iommu: exposed extended-context mode to guest
        ` [Qemu-devel] "
` [RFC PATCH 03/20] intel_iommu: add "svm" option
` [RFC PATCH 04/20] Memory: modify parameter in IOMMUNotifier func
` [RFC PATCH 05/20] VFIO: add new IOCTL for svm bind tasks
` [RFC PATCH 06/20] VFIO: add new notifier for binding PASID table
` [RFC PATCH 07/20] VFIO: check notifier flag in region_del()
` [RFC PATCH 08/20] Memory: add notifier flag check in memory_replay()
` [RFC PATCH 09/20] Memory: introduce iommu_ops->record_device
` [RFC PATCH 10/20] VFIO: notify vIOMMU emulator when device is assigned
` [RFC PATCH 11/20] intel_iommu: provide iommu_ops->record_device
` [RFC PATCH 12/20] Memory: Add func to fire pasidt_bind notifier
      ` [Qemu-devel] "
` [RFC PATCH 13/20] IOMMU: add pasid_table_info for guest pasid table
` [RFC PATCH 14/20] intel_iommu: add FOR_EACH_ASSIGN_DEVICE macro
` [RFC PATCH 15/20] intel_iommu: link whole guest pasid table to host
` [RFC PATCH 16/20] VFIO: Add notifier for propagating IOMMU TLB invalidate
` [RFC PATCH 17/20] Memory: Add func to fire TLB invalidate notifier
` [RFC PATCH 18/20] intel_iommu: propagate Extended-IOTLB invalidate to host
` [RFC PATCH 19/20] intel_iommu: propagate PASID-Cache "
` [RFC PATCH 20/20] intel_iommu: propagate Ext-Device-TLB "

Does a new booting kernel by "kexec -l" need to copy IR table from previous kernel?
 2017-04-28  8:17 UTC  (4+ messages)

[PATCH 0/4] iommu: Header file cleanups
 2017-04-27 14:16 UTC  (6+ messages)
` [PATCH 1/4] iommu: Include device.h in iommu.h
  ` [PATCH 2/4] iommu: Move report_iommu_fault() to iommu.c
  ` [PATCH 3/4] iommu: Remove pci.h include from trace/events/iommu.h
` [PATCH 4/4] iommu: Remove trace-events include from iommu.h

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-04-26 16:24 UTC  (15+ messages)
` [RFC 1/3] virtio-iommu: firmware description of the virtual topology
` [RFC 2/3] virtio-iommu: device probing and operations
` [RFC 3/3] virtio-iommu: future work

[PATCH] iommu: Print a message with the default domain type created
 2017-04-26 15:50 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed
 2017-04-26 12:03 UTC  (7+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-04-26 11:01 UTC  (8+ messages)
` [RFC PATCH 29/30] vfio: Add support for Shared Virtual Memory
` [RFC PATCH 30/30] vfio: Allow to bind foreign task

[PATCH] iommu/arm-smmu-v3: Increase SMMU CMD queue poll timeout
 2017-04-26  9:48 UTC  (7+ messages)

[PATCH] arm64/dma-mapping: fix DMA_ATTR_FORCE_CONTIGUOUS mmaping code
 2017-04-25 14:11 UTC  (5+ messages)

[PATCH v5 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-25 13:37 UTC  (11+ messages)
` [PATCH v5 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH] iommu: arm-smmu: correct sid to mask
 2017-04-25 12:26 UTC  (3+ messages)

[PATCH v2] arm64/dma-mapping: fix DMA_ATTR_FORCE_CONTIGUOUS mmaping code
 2017-04-24 17:38 UTC  (4+ messages)

[PATCH] iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed
 2017-04-24 16:20 UTC  (5+ messages)

[PATCH 1/1] iommu/amd: fix incorrect error handling
 2017-04-24 10:39 UTC  (2+ messages)

[RFC PATCH] of: Fix DMA configuration for non-DT masters
 2017-04-22  8:53 UTC  (2+ messages)


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