iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-19 23:37:12 to 2017-06-26 15:27:52 UTC [more...]

[RFC 0/9] IOMMU driver changes for shared virtual memory virtualization
 2017-06-26 15:27 UTC  (28+ messages)
` [RFC 1/9] iommu: Introduce bind_pasid_table API function
` [RFC 2/9] iommu/vt-d: add bind_pasid_table function
` [RFC 3/9] iommu: Introduce iommu do invalidate API function
` [RFC 4/9] iommu/vt-d: Add iommu do invalidate function
` [RFC 5/9] iommu: Introduce fault notifier API
` [RFC 6/9] iommu/vt-d: track device with pasid table bond to a guest
` [RFC 7/9] iommu/dmar: notify unrecoverable faults
` [RFC 8/9] iommu/intel-svm: notify page request to guest

Kernel crashes in iommu_flush_iotlb_psi()
 2017-06-26 15:15 UTC 

[PATCH 1/1] iommu/arm-smmu-v3: replace writel with writel_relaxed in queue_inc_prod
 2017-06-26 13:41 UTC  (6+ messages)

[PATCH 0/5] arm-smmu: performance optimization
 2017-06-26 13:38 UTC  (6+ messages)
` [PATCH 1/5] iommu/arm-smmu-v3: put off the execution of TLBI* to reduce lock confliction
` [PATCH 2/5] iommu: add a new member unmap_tlb_sync into struct iommu_ops
  ` [PATCH 3/5] iommu/arm-smmu-v3: add support for unmap an iova range with only one tlb sync
  ` [PATCH 4/5] iommu/arm-smmu: add support for unmap a memory "
  ` [PATCH 5/5] iommu/io-pgtable: delete member tlb_sync_pending of struct io_pgtable

[PATCH v2 0/8] io-pgtable lock removal
 2017-06-26 13:19 UTC  (19+ messages)
  ` [PATCH v2 1/8] iommu/io-pgtable-arm-v7s: Check table PTEs more precisely
  ` [PATCH v2 2/8] iommu/io-pgtable-arm: Improve split_blk_unmap
  ` [PATCH v2 3/8] iommu/io-pgtable-arm-v7s: Refactor split_blk_unmap
  ` [PATCH v2 4/8] iommu/io-pgtable: Introduce explicit coherency
  ` [PATCH v2 5/8] iommu/io-pgtable-arm: Support lockless operation
  ` [PATCH v2 6/8] iommu/io-pgtable-arm-v7s: "
  ` [PATCH v2 7/8] iommu/arm-smmu: Remove io-pgtable spinlock
  ` [PATCH v2 8/8] iommu/arm-smmu-v3: "

[PATCH 0/4] iommu: add qcom_iommu for early "B" family devices
 2017-06-26 12:43 UTC  (5+ messages)
` [PATCH 1/4] Docs: dt: document qcom iommu bindings
` [PATCH 2/4] iommu: arm-smmu: split out register defines
  ` [PATCH 3/4] iommu: add qcom_iommu
` [PATCH 4/4] iommu: qcom: initialize secure page table

[PATCH v1 0/3] iommu/amd: AMD IOMMU performance updates 2017-06-05
 2017-06-26 12:14 UTC  (12+ messages)
` [PATCH v1 3/3] iommu/amd: Optimize the IOMMU queue flush

[GIT PULL] iommu/arm-smmu: Updates for 4.13
 2017-06-26 10:42 UTC 

[PATCH] iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel
 2017-06-26 10:25 UTC  (5+ messages)

clean up and modularize arch dma_mapping interface V2
 2017-06-26  9:47 UTC  (13+ messages)
` new dma-mapping tree, was "

[PATCH v2] iommu/amd: Fix interrupt remapping when disable guest_mode
 2017-06-26  9:28 UTC 

DMA_ATTR_WEAK_ORDERING defintion, was Re: [PATCH] nvme: set DMA_ATTR_WEAK_ORDERING attribute on dma buffers
 2017-06-26  9:15 UTC  (2+ messages)

AMD Ryzen KVM/NPT/IOMMU issue
 2017-06-25  5:55 UTC  (4+ messages)

[PATCH] iommu/amd: Fix interrupt remapping when disable guest_mode
 2017-06-24 16:43 UTC  (2+ messages)

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-23 17:44 UTC  (64+ messages)
` [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v7 06/36] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v7 07/36] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing
` [PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption
` [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v7 14/36] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v7 16/36] efi: Add an EFI table address match function
` [PATCH v7 17/36] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v7 18/36] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v7 19/36] x86/mm: Add support to access boot related data in the clear
` [PATCH v7 20/36] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v7 23/36] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v7 24/36] x86, swiotlb: Add memory encryption support
` [PATCH v7 25/36] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v7 26/36] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH v3 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-06-23 16:54 UTC  (4+ messages)
` [PATCH v3 1/2] acpi:iort: Add an IORT helper function to reserve HW ITS address regions for IOMMU drivers
` [PATCH v3 2/2] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801

[RFC PATCH 20/30] iommu/arm-smmu-v3: Enable PCI PASID in masters
 2017-06-23 15:15 UTC  (4+ messages)
` [RFC,20/30] "

[RESEND PATCH v9 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
 2017-06-23 13:34 UTC 

[PATCH v9 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
 2017-06-23 11:39 UTC  (2+ messages)

[PATCH v9 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-23 10:11 UTC  (14+ messages)
` [PATCH v9 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
  ` [PATCH v9 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [PATCH v9 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
      ` [Devel] [PATCH v9 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
            ` [PATCH] iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number definitions

[PATCH] iommu/amd: Free already flushed ring-buffer entries before full-check
 2017-06-22 10:16 UTC 

[PATCH] iommu/intel-iommu: Handle return of iommu_device_register/iommu_device_sysfs_add
 2017-06-22  9:44 UTC 

[PATCH] iommu: intel-iommu: constify intel_dma_ops and intel_iommu_group
 2017-06-22  8:39 UTC 

[PATCH] iommu/amd_iommu_init: Handle return of iommu_device_register/iommu_device_sysfs_add
 2017-06-22  8:20 UTC 

[PATCH] iommu: amd_iommu_init: constify amd_iommu_group
 2017-06-22  7:56 UTC 

[PATCH] iommu: arm-smmu: Handle return of iommu_device_register
 2017-06-22  7:27 UTC 

[PATCH] iommu: arm-smmu-v3: make of_device_ids const
 2017-06-22  7:21 UTC 

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-21 18:40 UTC  (8+ messages)
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption

[PATCH v8 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-21 18:19 UTC  (12+ messages)
  ` [PATCH v8 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
  ` [PATCH v8 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
  ` [PATCH v8 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[patch 02/55] iommu/amd: Add name to irq chip
 2017-06-21 15:52 UTC  (8+ messages)
` [patch 03/55] iommu/vt-d: "
` [patch 11/55] iommu/vt-d: Use named irq domain interface
` [patch 12/55] iommu/amd: "

[PATCH 0/8] io-pgtable lock removal
 2017-06-21 15:47 UTC  (5+ messages)

[RESEND PATCH 0/4] iommu: add qcom_iommu for early "B" family devices
 2017-06-21 12:04 UTC  (5+ messages)
` [RESEND PATCH 1/4] Docs: dt: document qcom iommu bindings
` [RESEND PATCH 2/4] iommu: arm-smmu: split out register defines
  ` [RESEND PATCH 3/4] iommu: add qcom_iommu
  ` [RESEND PATCH 4/4] iommu: qcom: initialize secure page table

[PATCH v3] iommu/arm-smmu: Plumb in new ACPI identifiers
 2017-06-21  9:27 UTC  (2+ messages)

[PATCH v2 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-06-20 16:27 UTC  (11+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801

clean up and modularize arch dma_mapping interface
 2017-06-20 13:17 UTC  (3+ messages)

[PATCH 0/7] Add PCI ATS support to SMMUv3
 2017-06-20 11:38 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: PCI: Describe ATS property for root complex nodes

[PATCH v7 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-20 10:31 UTC  (5+ messages)
` [PATCH v7 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model

[PATCH v3 0/2] acpi/iort, numa: Add numa node mapping for smmuv3 devices
 2017-06-20  2:27 UTC  (4+ messages)
` [PATCH v3 1/2] acpica: iort: Update SMMUv3 header for proximity domain 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).