iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-08 13:25:44 to 2017-06-16 18:10:36 UTC [more...]

clean up and modularize arch dma_mapping interface V2
 2017-06-16 18:10 UTC  (22+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 04/44] drm/exynos: "
` [PATCH 05/44] drm/armada: don't abuse DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 09/44] c6x: remove DMA_ERROR_CODE
` [PATCH 10/44] ia64: "
` [PATCH 11/44] m32r: "
` [PATCH 12/44] microblaze: "
` [PATCH 13/44] openrisc: "
  ` [PATCH 14/44] sh: "
` [PATCH 15/44] xtensa: "
` [PATCH 16/44] arm64: "
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [PATCH 19/44] s390: "
` [PATCH 20/44] sparc: "
` [PATCH 21/44] powerpc: "

[PATCH 0/2 v2] iommu/s390: Improve iommu-groups and add sysfs support
 2017-06-16 17:33 UTC  (4+ messages)
  ` [PATCH 1/2] iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()
  ` [PATCH 2/2] iommu/s390: Add support for iommu_device handling

[PATCH 0/7] iommu/amd: Disable previously enabled IOMMUs at boot
 2017-06-16 14:10 UTC  (8+ messages)
` [PATCH 1/7] iommu/amd: Disable IOMMUs at boot if they are enabled
  ` [PATCH 2/7] iommu/amd: Rename free_on_init_error()
  ` [PATCH 3/7] iommu/amd: Add new init-state IOMMU_CMDLINE_DISABLED
  ` [PATCH 4/7] iommu/amd: Check for error states first in iommu_go_to_state()
  ` [PATCH 5/7] iommu/amd: Set global pointers to NULL after freeing them
  ` [PATCH 6/7] iommu/amd: Free IOMMU resources when disabled on command line
` [PATCH 7/7] iommu/amd: Remove amd_iommu_disabled check from amd_iommu_detect()

[PATCH 3/4] iommu: add qcom_iommu
 2017-06-16 13:29 UTC  (2+ messages)

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-06-16 11:36 UTC  (4+ messages)
` [RFC PATCH linux] iommu: Add virtio-iommu driver
  ` [virtio-dev] "

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

[PATCH 00/04] iommu/ipmmu-vmsa: 32-bit ARM update
 2017-06-16 10:10 UTC  (8+ messages)
` [PATCH 01/04] iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()
` [PATCH 02/04] iommu/ipmmu-vmsa: Consistent ->of_xlate() handling
` [PATCH 03/04] iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARM
` [PATCH 04/04] iommu/ipmmu-vmsa: Replace local utlb code with fwspec ids

clean up and modularize arch dma_mapping interface
 2017-06-16  8:47 UTC  (60+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 16/44] arm64: remove DMA_ERROR_CODE
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 20/44] sparc: implement ->mapping_error
` [PATCH 21/44] powerpc: "
` [PATCH 22/44] x86/pci-nommu: "
` [PATCH 23/44] x86/calgary: "
` [PATCH 24/44] x86: remove DMA_ERROR_CODE
` [PATCH 25/44] arm: implement ->mapping_error
` [PATCH 26/44] dma-mapping: remove DMA_ERROR_CODE
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 29/44] dma-noop: remove dma_supported and mapping_error methods
` [PATCH 30/44] dma-virt: "
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 32/44] hexagon: remove the unused dma_is_consistent prototype
` [PATCH 33/44] openrisc: remove arch-specific dma_supported implementation
` [PATCH 34/44] arm: remove arch specific "
` [PATCH 35/44] x86: "
` [PATCH 36/44] dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED
` [PATCH 37/44] mips/loongson64: implement ->dma_supported instead of ->set_dma_mask
` [PATCH 38/44] arm: "
` [PATCH 39/44] xen-swiotlb: remove xen_swiotlb_set_dma_mask
` [PATCH 40/44] tile: remove dma_supported and mapping_error methods
` [PATCH 41/44] powerpc/cell: clean up fixed mapping dma_ops initialization
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask
  ` [PATCH 19/44] s390: implement ->mapping_error

[PATCH] iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel
 2017-06-16  8:15 UTC 

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-15 20:13 UTC  (68+ messages)
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
              ` [Xen-devel] "
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v6 24/34] x86, swiotlb: Add memory encryption support
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME

[PATCH v3 0/2] acpi/iort, numa: Add numa node mapping for smmuv3 devices
 2017-06-15 13:46 UTC  (3+ messages)
` [PATCH v3 2/2] acpi/iort: "

[PATCH 0/8] io-pgtable lock removal
 2017-06-15 12:25 UTC  (4+ messages)

[RFC 0/9] IOMMU driver changes for shared virtual memory virtualization
 2017-06-14 22:23 UTC  (10+ messages)
` [RFC 4/9] iommu/vt-d: Add iommu do invalidate function
  ` [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 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
` [RFC 9/9] iommu/intel-svm: replace dev ops with generic fault notifier

[PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
 2017-06-14 16:39 UTC 

What differences and relations between SVM, HSA, HMM and Unified Memory?
 2017-06-13 12:36 UTC  (4+ messages)
      ` 答复: "

[PATCH v7 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-13 11:51 UTC  (15+ messages)
` [PATCH v7 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
` [PATCH v7 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74
          ` Fwd: "
` [PATCH v7 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

[PATCH] iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops
 2017-06-13 10:28 UTC 

[PATCH] iommu/vt-d: constify intel_dma_ops
 2017-06-13 10:18 UTC 

[PATCH 0/4] iommu: add qcom_iommu for early "B" family devices
 2017-06-12 13:25 UTC  (4+ messages)
` [PATCH 3/4] iommu: add qcom_iommu

[git pull] IOMMU Fixes for Linux v4.12-rc4
 2017-06-09 22:38 UTC 

[PATCH 03/12] intel-ipu3: Add DMA API implementation
 2017-06-09 13:05 UTC  (17+ messages)
  ` [PATCH 02/12] intel-ipu3: mmu: implement driver

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

[PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
 2017-06-08 21:09 UTC  (2+ messages)

[PATCH] iommu/vt-d: correctly disable Intel IOMMU force on
 2017-06-08 18:27 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).