iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-06 18:23:11 to 2018-01-02 10:36:00 UTC [more...]

consolidate direct dma mapping and swiotlb support
 2018-01-02 10:36 UTC  (76+ messages)
` [PATCH 03/67] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 06/67] hexagon: remove unused flush_write_buffers definition
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 11/67] riscv: remove the unused dma_capable helper
` [PATCH 13/67] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 14/67] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
  ` [PATCH 01/67] x86: remove X86_PPRO_FENCE
  ` [PATCH 02/67] alpha: mark jensen as broken
  ` [PATCH 04/67] arm64: don't override dma_max_pfn
  ` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
  ` [PATCH 07/67] m32r: remove unused flush_write_buffers definition
  ` [PATCH 08/67] powerpc: "
  ` [PATCH 10/67] m32r: remove the unused dma_capable helper
  ` [PATCH 12/67] s390: "
  ` [PATCH 15/67] hexagon: use the generic "
  ` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
  ` [PATCH 18/67] microblaze: remove dma_nommu_dma_supported
  ` [PATCH 20/67] s390: move s390_pci_dma_ops to asm/pci_dma.h
  ` [PATCH 21/67] dma-mapping: warn when there is no coherent_dma_mask
  ` [PATCH 23/67] dma-mapping: add an arch_dma_supported hook
  ` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
  ` [PATCH 26/67] dma-direct: use phys_to_dma
  ` [PATCH 27/67] dma-direct: add dma address sanity checks
  ` [PATCH 59/67] unicore32: use generic swiotlb_ops
  ` [PATCH 66/67] swiotlb: remove swiotlb_{alloc,free}_coherent
` [PATCH 19/67] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 24/67] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 28/67] dma-direct: add support for CMA allocation
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc,free} available to other implementations
` [PATCH 32/67] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 33/67] dma-direct: reject too small dma masks
` [PATCH 34/67] cris: use dma-direct
` [PATCH 35/67] h8300: "
` [PATCH 36/67] x86: remove dma_alloc_coherent_mask
` [PATCH 37/67] x86: use dma-direct
` [PATCH 38/67] x86/amd_gart: clean up gart_alloc_coherent
` [PATCH 39/67] iommu/amd_iommu: use dma_direct_* helpers for the direct mapping case
` [PATCH 40/67] iommu/intel-iommu: "
` [PATCH 41/67] x86: remove dma_alloc_coherent_gfp_flags
` [PATCH 42/67] arm64: rename swiotlb_dma_ops
` [PATCH 43/67] ia64: "
` [PATCH 44/67] powerpc: "
` [PATCH 45/67] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 46/67] swiotlb: lift x86 swiotlb_dma_ops to common code
` [PATCH 47/67] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 48/67] swiotlb: rely on dev->coherent_dma_mask
` [PATCH 49/67] swiotlb: refactor coherent buffer freeing
` [PATCH 50/67] swiotlb: refactor coherent buffer allocation
` [PATCH 51/67] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 52/67] dma-direct: handle the memory encryption bit in common code
` [PATCH 53/67] swiotlb: remove swiotlb_set_mem_attributes
` [PATCH 54/67] x86: remove sta2x11_dma_ops
` [PATCH 55/67] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 56/67] ia64: use generic swiotlb_ops
` [PATCH 57/67] ia64: clean up swiotlb support
` [PATCH 58/67] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 60/67] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 61/67] tile: use generic swiotlb_ops
` [PATCH 62/67] mips/netlogic: remove swiotlb support
` [PATCH 63/67] mips: use swiotlb_{alloc,free}
` [PATCH 64/67] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 65/67] arm64: use swiotlb_alloc and swiotlb_free
` [PATCH 67/67] swiotlb: remove various exports

[PATCH] iommu: Place spaces after if for coding style
 2017-12-29 18:36 UTC 

[PATCH v3 00/16] [PATCH v3 00/16] IOMMU driver support for SVM virtualization
 2017-12-28 19:25 UTC  (28+ messages)
` [PATCH v3 03/16] iommu: introduce iommu invalidate API function
` [PATCH v3 09/16] driver core: add iommu device fault reporting data
` [PATCH v3 10/16] iommu: introduce device fault report API
` [PATCH v3 15/16] iommu: introduce page response function

[PATCH v5 0/5] Add Intel IOMMU debugfs support
 2017-12-28  8:54 UTC  (8+ messages)
` [PATCH v5 1/5] iommu/vt-d: Add debugfs support for Intel IOMMU internals
` [PATCH v5 2/5] iommu/vt-d: Add debugfs support to show context internals
` [PATCH v5 3/5] iommu/vt-d: Add debugfs support to show register contents
` [PATCH v5 4/5] iommu/vt-d: Add debugfs support to show Pasid table contents
` [PATCH v5 5/5] iommu/vt-d: Add debugfs support for Interrupt remapping

[PATCH V1 0/1] Fix kernel panic caused by device ID duplication presented to the IOMMU
 2017-12-27 19:34 UTC  (8+ messages)
  ` [PATCH V1 1/1] iommu: Make sure device's ID array elements are unique

[RFC PATCH v2 0/2] Reduce IOTLB flush when pass-through dGPU devices
 2017-12-27  9:20 UTC  (3+ messages)
  ` [RFC PATCH v2 1/2] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
  ` [RFC PATCH v2 2/2] iommu/amd: Add support for fast IOTLB flushing

[PATCH v4 00/12] Intel IPU3 ImgU patchset
 2017-12-26 22:30 UTC  (4+ messages)

[PATCH v2 0/2] iommu/ipmmu-vmsa: Add r8a779(6|70|95) DT bindings
 2017-12-21  9:26 UTC  (4+ messages)

[PATCH v2 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code
 2017-12-21  2:13 UTC  (4+ messages)
  ` [PATCH v2 1/2] PCI: mediatek: Clear IRQ status after IRQ dispatched to avoid reentry
  ` [PATCH v2 2/2] PCI: mediatek: Fixup class type for MT7622

[PATCH 0/4] Add support for Intel IOMMU 5-level paging
 2017-12-20 19:59 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/vt-d: Enable upto 57 bits of domain address width
  ` [PATCH 2/4] iommu/vt-d: Add a check for 1GB page support
  ` [PATCH 3/4] iommu/vt-d: Add a check for 5-level paging support
  ` [PATCH 4/4] iommu/vt-d: Enable 5-level paging mode in the PASID entry

[PATCH V2] iommu/amd - Set the device table entry PPR bit for IOMMU V2 devices
 2017-12-20 19:50 UTC  (3+ messages)

[PATCH] iommu/amd - Record more information about unknown events
 2017-12-20 19:02 UTC  (2+ messages)

[PATCH] iommu/vt-d: clean up pr_irq if request_threaded_irq fails
 2017-12-20 19:02 UTC  (3+ messages)

[PATCH] iommu: Check the result of iommu_group_get() for NULL
 2017-12-20 19:02 UTC  (2+ messages)

[PATCH -next] iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()
 2017-12-20 17:41 UTC  (3+ messages)

[PATCH v4 0/5] Add Intel IOMMU debugfs support
 2017-12-20  1:47 UTC  (10+ messages)
  ` [PATCH v4 1/5] iommu/vt-d: Add debugfs support for Intel IOMMU internals
  ` [PATCH v4 2/5] iommu/vt-d: Add debugfs support to show context internals
  ` [PATCH v4 3/5] iommu/vt-d: Add debugfs support to show register contents
  ` [PATCH v4 4/5] iommu/vt-d: Add debugfs support to show Pasid table contents
  ` [PATCH v4 5/5] iommu/vt-d: Add debugfs support for Interrupt remapping

[PATCH V4 11/26] iommu/amd: deprecate pci_get_bus_and_slot()
 2017-12-19  5:37 UTC 

[PATCH v12 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-12-15 15:01 UTC  (7+ messages)
` [PATCH v12 1/3] ACPI/IORT: Add msi address regions reservation helper
  ` [PATCH v12 2/3] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation
` [PATCH v12 3/3] arm64:dts:hisilicon Disable hisilicon smmu node on hip06/hip07

[PATCH] iommu/vt-d: Fix shift overflow in qi_flush_dev_iotlb
 2017-12-15  7:29 UTC  (8+ messages)

[PATCH 0/2] Kernel MMU notifier for IOTLB/DEVTLB management
 2017-12-15  3:08 UTC  (9+ messages)
  ` [PATCH 1/2] mm: Add kernel MMU notifier to manage IOTLB/DEVTLB
  ` [PATCH 2/2] iommu/vt-d: Register "

[PATCH v2 0/4] SMMU 52-bit address support
 2017-12-14 16:58 UTC  (5+ messages)
  ` [PATCH v2 1/4] iommu/arm-smmu-v3: Clean up address masking
  ` [PATCH v2 2/4] iommu/io-pgtable-arm: Support 52-bit physical address
  ` [PATCH v2 3/4] iommu/arm-smmu-v3: "
  ` [PATCH v2 4/4] iommu/arm-smmu-v3: Support 52-bit virtual address

[PATCH] iommu/arm-smmu-v3: Don't free page table ops twice
 2017-12-14 16:25 UTC  (2+ messages)

[PATCH v11 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-12-14 12:43 UTC  (7+ messages)
` [PATCH v11 1/3] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v11 2/3] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation
` [PATCH v11 3/3] arm64:dts:hisilicon Disable hisilicon smmu node on hip06/hip07

[PATCH v3 0/6] Intel IOMMU debugfs support
 2017-12-13  4:30 UTC  (9+ messages)
` [PATCH v3 2/6] iommu/vt-d: Add Intel IOMMU debugfs to show context internals
` [PATCH v3 3/6] iommu/vt-d: Add Intel IOMMU debugfs to show extended "

[PATCH] iommu/amd - Set the device table entry PPR bit for IOMMU V2 devices
 2017-12-12 22:47 UTC  (2+ messages)

[PATCH 0/2] iommu/tegra: Add IOMMU group support
 2017-12-12 21:57 UTC  (5+ messages)
` [PATCH 1/2] iommu/tegra: Allow devices to be grouped

[PATCH v10 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-12-12 11:51 UTC  (7+ messages)
` [PATCH v10 1/3] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v10 2/3] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation

[RFC 1/2] of: reserved_mem: check return value of_dma_configure
 2017-12-07 12:01 UTC  (7+ messages)
  ` [RFC 2/2] drivers: dma-mapping: parse per device reserved mem at probe time

[GIT PULL] IOMMU fixes for v4.15-rc3
 2017-12-06 18:44 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).