Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-05-31 09:51:48 to 2017-06-08 14:35:51 UTC [more...]

[PATCH 02/12] intel-ipu3: mmu: implement driver
 2017-06-08 14:35 UTC  (9+ messages)
    ` [PATCH 03/12] intel-ipu3: Add DMA API implementation

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-08 14:26 UTC  (45+ messages)
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
  ` [PATCH v6 01/34] x86: Document AMD Secure Memory Encryption (SME)
  ` [PATCH v6 02/34] x86/mm/pat: Set write-protect cache mode for full PAT support
  ` [PATCH v6 03/34] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [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 14/34] x86/mm: Insure that boot memory areas are mapped properly
  ` [PATCH v6 15/34] x86/boot/e820: Add support to determine the E820 type of an address
  ` [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 21/34] x86/mm: Add support to access persistent memory in the clear
  ` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
  ` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs
  ` [PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v6 07/34] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v6 08/34] x86/mm: Add support to enable SME in early boot processing
` [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
` [PATCH v6 11/34] x86/mm: Provide general kernel support for memory encryption
` [PATCH v6 12/34] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 16/34] efi: Add an EFI table address match function
` [PATCH v6 17/34] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
` [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v6 24/34] x86, swiotlb: Add memory encryption support
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [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 v6 33/34] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption

clean up and modularize arch dma_mapping interface
 2017-06-08 14:24 UTC  (53+ messages)
  ` [PATCH 01/44] firmware/ivc: use dma_mapping_error
  ` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
  ` [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 13/44] openrisc: "
  ` [PATCH 14/44] sh: "
  ` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
  ` [PATCH 19/44] s390: implement ->mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 04/44] drm/exynos: don't use DMA_ERROR_CODE
` [PATCH 12/44] microblaze: remove DMA_ERROR_CODE
` [PATCH 15/44] xtensa: "
` [PATCH 16/44] arm64: "
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [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 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 v1 0/3] iommu/amd: AMD IOMMU performance updates 2017-06-05
 2017-06-08 12:43 UTC  (10+ messages)
  ` [PATCH v1 1/3] iommu/amd: Reduce amount of MMIO when submitting commands
  ` [PATCH v1 2/3] iommu/amd: Reduce delay waiting for command buffer space
  ` [PATCH v1 3/3] iommu/amd: Optimize the IOMMU queue flush

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

[RFCv2 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-06-08 11:43 UTC  (14+ messages)
` [RFCv2 1/2] acpi:iort: Add new helper function to retrieve ITS base addr from dev IORT node
      ` 回复: Alibaba-kernel
` [RFCv2 2/2] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801

[PATCH v3 0/2] acpi/iort, numa: Add numa node mapping for smmuv3 devices
 2017-06-08  9:04 UTC  (4+ 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 v7 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-08  8:58 UTC  (5+ messages)
` [PATCH v7 1/3] ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model
` [PATCH v7 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

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

[PATCH 0/7] iommu/amd: Optimize iova queue flushing
 2017-06-07 14:58 UTC  (8+ messages)
` [PATCH 1/7] iommu/amd: Rip out old queue flushing code
  ` [PATCH 2/7] iommu/amd: Add per-domain flush-queue data structures
  ` [PATCH 3/7] iommu/amd: Make use of the per-domain flush queue
  ` [PATCH 7/7] iommu/amd: Remove queue_release() function
` [PATCH 4/7] iommu/amd: Add locking to per-domain flush-queue
` [PATCH 5/7] iommu/amd: Add flush counters to struct dma_ops_domain
` [PATCH 6/7] iommu/amd: Add per-domain timer to flush per-cpu queues

Device address specific mapping of arm,mmu-500
 2017-06-07  6:20 UTC  (13+ messages)

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

[v6 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-06-06  9:38 UTC  (4+ messages)
` [v6 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74

[PATCH v2 1/2] ACPICA: IORT: Update SMMU models for IORT rev. C
 2017-06-06  8:43 UTC  (4+ messages)

[PATCH] acpi/iort, numa: Add numa node mapping for smmuv3 devices
 2017-06-04  4:04 UTC  (4+ messages)

[PATCH v7 0/3] PCI/IOMMU: Reserve IOVAs for PCI inbound memory
 2017-06-01 18:06 UTC  (6+ messages)
` [PATCH v7 2/3] PCI: Add support for PCI inbound windows resources

[PATCH 3.16 095/212] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-06-01 15:43 UTC 

[PATCH 3.2 036/101] x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
 2017-06-01 15:40 UTC 

[PATCH 0/4] iommu: add qcom_iommu for early "B" family devices
 2017-06-01 13:58 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

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

[PATCH] iommu/of: Handle PCI aliases properly
 2017-05-31 17:52 UTC 

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-31 15:48 UTC  (30+ messages)
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 32/32] x86/mm: Add support to make use of Secure Memory Encryption


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