iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-09 09:45:45 to 2017-05-18 10:07:10 UTC [more...]

[PATCH V2 1/3] iommu: of: Fix check for returning EPROBE_DEFER
 2017-05-18 10:07 UTC  (3+ messages)
` [PATCH V2 2/3] iommu: of: Ignore all errors except EPROBE_DEFER
  ` [PATCH V2 3/3] ARM: dma-mapping: Don't tear third-party mappings

[PATCH 1/3] iommu: of: Fix check for returning EPROBE_DEFER
 2017-05-18  9:03 UTC  (5+ messages)
  ` [PATCH 2/3] iommu: of: Ignore all errors except EPROBE_DEFER
  ` [PATCH 3/3] ARM: dma-mapping: Don't tear third-party mappings

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-18  9:03 UTC  (28+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v5 19/32] x86/mm: Add support to access persistent memory in the clear
` [PATCH v5 22/32] x86, swiotlb: DMA support for memory encryption
` [PATCH v5 23/32] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v5 26/32] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME

[PATCH v3 0/6] iommu/iova: improve the allocation performance of dma64
 2017-05-18  7:59 UTC  (7+ messages)
  ` [PATCH v3 1/6] iommu/iova: cut down judgement times
  ` [PATCH v3 2/6] iommu/iova: insert start_pfn boundary of dma32
  ` [PATCH v3 4/6] iommu/iova: to optimize the allocation performance of dma64
  ` [PATCH v3 5/6] iommu/iova: move the caculation of pad mask out of loop
  ` [PATCH v3 6/6] iommu/iova: fix iovad->dma_32bit_pfn as the last pfn of dma32
` [PATCH v3 3/6] iommu/iova: adjust __cached_rbnode_insert_update

[PATCH/RFC] iommu: Move over to unsigned int domain type
 2017-05-18  5:26 UTC  (3+ messages)

[PATCH v8 00/08] iommu/ipmmu-vmsa: IPMMU multi-arch update V8
 2017-05-18  5:23 UTC  (13+ messages)
` [PATCH v8 01/08] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v8 02/08] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v8 03/08] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v8 04/08] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v8 05/08] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v8 06/08] iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64
` [PATCH v8 07/08] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
` [PATCH v8 08/08] iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typo

[PATCH v6 0/3] OF/PCI address PCI inbound memory limitations
 2017-05-17 19:13 UTC  (8+ messages)
  ` [PATCH v6 1/3] of/pci/dma: fix DMA configuration for PCI masters
  ` [PATCH v6 2/3] iommu/pci: reserve IOVA "
  ` [PATCH v6 3/3] PCI/of fix of_dma_get_range; get PCI specific dma-ranges

[PATCH RESEND] iommu/dma: Don't touch invalid iova_domain members
 2017-05-17 14:43 UTC  (4+ messages)

[PATCH] iommu/iova: Sort out rbtree limit_pfn handling
 2017-05-17 14:07 UTC  (3+ messages)

[PATCH 1/2] PCI: Save properties required to handle FLR for replay purposes
 2017-05-17 12:59 UTC  (4+ messages)
` [PATCH 2/2] iommu/vt-d: Helper function to query if a pasid has any active users

[PATCH] iommu/mediatek: include linux/dma-mapping.h
 2017-05-17 12:51 UTC  (2+ messages)

[PATCH] iommu: intel: Flush the IOTLB to get rid of the initial kdump mappings
 2017-05-17 12:46 UTC  (2+ messages)

[PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64
 2017-05-17 12:31 UTC  (2+ messages)

[PATCH V8 00/11] IOMMU probe deferral support
 2017-05-17 11:36 UTC  (27+ messages)
` [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
                        ` [PATCH] ARM: dma-mapping: Don't tear third-party mappings

[PATCH 1/2] acpica: iort: Update SMMU models for IORT rev. C
 2017-05-17 11:26 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/arm-smmu: Plumb in new ACPI identifiers

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-05-17 10:27 UTC  (27+ messages)
` [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function
` [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
    ` [Qemu-devel] "
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation

[v6 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-17 10:13 UTC  (9+ messages)
` [v6 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [v6 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
  ` [v6 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[RFC v1 0/7] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-05-17  8:05 UTC  (19+ messages)
` [RFC v1 1/7] iommu/arm-smmu-v3: Add erratum framework structures
  ` [RFC v1 2/7] iommu/arm-smmu-v3: Add erratum framework functions
  ` [RFC v1 6/7] iommu/arm-smmu-v3: Rearrange msi resv alloc functions
` [RFC v1 3/7] iommu/arm-smmu-v3: Replace the device tree binding for hisilicon broken prefetch cmd with erratum id
` [RFC v1 4/7] iommu/arm-smmu-v3: Enable HiSilicon erratum 161010701
` [RFC v1 5/7] iommu/arm-smmu-v3: Enable ACPI based "
` [RFC v1 7/7] iommu/arm-smmu-v3: Enable ACPI based HiSilicon erratum 161010801

[PATCH] iommu: of: Fix check for returning EPROBE_DEFER
 2017-05-17  5:17 UTC  (3+ messages)

[PATCH] iommu/dma: Don't touch invalid iova_domain members
 2017-05-16 20:21 UTC  (2+ messages)

[PATCH] iommu/dma: Setup iova_domain granule for IOMMU_DMA_MSI cookies
 2017-05-16 20:20 UTC  (6+ messages)

[patch V2 10/17] iommu/vt-d: Adjust system_state checks
 2017-05-16 18:42 UTC  (2+ messages)
` [patch V2 11/17] iommu/of: Adjust system_state check

[PATCH 1/3] of/pci/dma: fix DMA configuration for PCI masters
 2017-05-16  5:24 UTC  (6+ messages)

[PATCH] iova: allow allocation of lowest domain PFN
 2017-05-15 18:32 UTC  (6+ messages)

[patch 10/18] iommu/vt-d: Adjust system_state checks
 2017-05-15 14:42 UTC  (5+ messages)
` [patch 11/18] iommu/of: Adjust system_state check

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-05-15 13:57 UTC  (7+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 07/30] iommu/arm-smmu-v3: Add second level of context descriptor table

[v5 0/4] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-12 11:51 UTC  (10+ messages)
  ` [v5 1/4] ACPICA: IORT: Add Cavium ThunderX2 SMMUv3 model definition
  ` [v5 2/4] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [v5 3/4] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
  ` [v5 4/4] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[PATCH] iommu: add qcom_iommu
 2017-05-12  3:52 UTC  (5+ messages)
  ` [PATCH 3/4] "

[PATCH 4.4 17/60] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-05-11 14:12 UTC 

[PATCH 4.9 044/103] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-05-11 14:12 UTC 

[PATCH 4.10 060/129] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-05-11 14:11 UTC 

[PATCH 3.18 12/39] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-05-11 13:02 UTC 

[PATCH] iommu: remove unnecessary code
 2017-05-11  8:01 UTC  (2+ messages)

[PATCH 1/2] PCI: Save properties required to handle FLR for replay purposes
 2017-05-10 18:28 UTC  (2+ messages)
` [PATCH 2/2] iommu/vt-d: Helper function to query if a pasid has any active users

[PATCH] iommu/rockchip: Remove build dependency on ARM
 2017-05-10 10:37 UTC  (2+ messages)

[v4 0/4] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-10  5:31 UTC  (8+ messages)
  ` [v4 1/4] ACPICA: IORT: Add Cavium ThunderX2 SMMUv3 model definition
  ` [v4 2/4] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [v4 3/4] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
` [v4 4/4] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[PATCH v1] ACPI: Switch to use generic UUID API
 2017-05-10  1:20 UTC  (2+ messages)

[PATCH v3 0/7] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-09 16:07 UTC  (4+ messages)

userspace emulated smmu/vfio integration: how to trap updates to the table structures?
 2017-05-09 13:48 UTC  (3+ messages)

[git pull] IOMMU Updates for Linux v4.12
 2017-05-09  9:45 UTC 


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