iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-13 11:48:28 to 2017-06-19 23:37:12 UTC [more...]

[patch 02/55] iommu/amd: Add name to irq chip
 2017-06-19 23:37 UTC  (5+ messages)
` [patch 03/55] iommu/vt-d: "
` [patch 10/55] x86/msi: Provide new iommu irqdomain interface
` [patch 11/55] iommu/vt-d: Use named irq domain interface
` [patch 12/55] iommu/amd: "

[PATCH v3 0/2] acpi/iort, numa: Add numa node mapping for smmuv3 devices
 2017-06-19 17:54 UTC  (5+ messages)
` [PATCH v3 1/2] acpica: iort: Update SMMUv3 header for proximity domain mapping
` [PATCH v3 2/2] acpi/iort: numa: Add numa node mapping for smmuv3 devices

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

[PATCH v4 00/09] iommu/ipmmu-vmsa: r8a7795 support V4
 2017-06-19 17:19 UTC  (11+ messages)
` [PATCH v4 01/09] iommu/ipmmu-vmsa: Introduce features, break out alias
` [PATCH v4 02/09] iommu/ipmmu-vmsa: Add optional root device feature
` [PATCH v4 03/09] iommu/ipmmu-vmsa: Enable multi context support
` [PATCH v4 04/09] iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()
` [PATCH v4 05/09] iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master
` [PATCH v4 06/09] iommu/ipmmu-vmsa: Write IMCTR twice
` [PATCH v4 07/09] iommu/ipmmu-vmsa: Make IMBUSCTR setup optional
` [PATCH v4 08/09] iommu/ipmmu-vmsa: Allow two bit SL0
` [PATCH v4 09/09] iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-19 17:18 UTC  (32+ messages)
` [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 00/04] iommu/ipmmu-vmsa: 32-bit ARM update
 2017-06-19 16:27 UTC  (10+ 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

[PATCH v3] iommu/arm-smmu: Plumb in new ACPI identifiers
 2017-06-19 15:41 UTC 

clean up and modularize arch dma_mapping interface V2
 2017-06-19 15:12 UTC  (51+ 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 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 15/44] xtensa: remove DMA_ERROR_CODE
` [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 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 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask

[PATCH 0/2 v2] iommu/s390: Improve iommu-groups and add sysfs support
 2017-06-19 15:02 UTC  (5+ 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 v4 0/3] iommu/ipmmu-vmsa: r8a7796 support V4
 2017-06-19 11:04 UTC  (4+ messages)
` [PATCH v4 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding
` [PATCH v4 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48
` [PATCH v4 3/3] iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-17 14:08 UTC  (39+ messages)
` [PATCH v7 01/36] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v7 02/36] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v7 05/36] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v7 07/36] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
  ` [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [PATCH v7 04/36] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
  ` [PATCH v7 06/36] x86/mm: Add Secure Memory Encryption (SME) support
  ` [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing
  ` [PATCH v7 09/36] x86/mm: Simplify p[gum]d_page() macros
  ` [PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption
  ` [PATCH v7 13/36] x86/mm: Add support for early encrypt/decrypt of memory
  ` [PATCH v7 14/36] x86/mm: Insure that boot memory areas are mapped properly
  ` [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 24/36] x86, swiotlb: Add memory encryption support
  ` [PATCH v7 25/36] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used "
  ` [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 36/36] x86/mm: Add support to make use of Secure Memory Encryption
` [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v7 12/36] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v7 15/36] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v7 16/36] efi: Add an EFI table address match function
` [PATCH v7 20/36] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v7 21/36] x86/mm: Add support to access persistent memory in the clear
` [PATCH v7 22/36] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v7 23/36] x86, realmode: Decrypt trampoline area if memory encryption is active
` [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 28/36] x86, realmode: Check for memory encryption on the APs
` [PATCH v7 29/36] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v7 30/36] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments

[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

clean up and modularize arch dma_mapping interface
 2017-06-16  8:47 UTC  (26+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 21/44] powerpc: implement ->mapping_error
` [PATCH 25/44] arm: "
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 33/44] openrisc: "

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

[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  (3+ messages)
    ` 答复: "

[PATCH v7 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-13 11:51 UTC  (4+ messages)

[PATCH 3/4] iommu: add qcom_iommu
 2017-06-12 13:25 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).