iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-29 10:24:22 to 2018-04-17 06:10:36 UTC [more...]

centralize SWIOTLB config symbol and misc other cleanups
 2018-04-17  6:10 UTC  (22+ messages)
  ` [PATCH 01/12] iommu-common: move to arch/sparc
  ` [PATCH 02/12] iommu-helper: unexport iommu_area_alloc
  ` [PATCH 03/12] iommu-helper: mark iommu_is_span_boundary as inline
  ` [PATCH 04/12] iommu-helper: move the IOMMU_HELPER config symbol to lib/
  ` [PATCH 05/12] scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
  ` [PATCH 06/12] dma-mapping: move the NEED_DMA_MAP_STATE "
  ` [PATCH 07/12] arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
  ` [PATCH 08/12] arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
  ` [PATCH 09/12] PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
  ` [PATCH 10/12] arm: don't build swiotlb by default
  ` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig
  ` [PATCH 12/12] swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs

[PATCH 0/9] iommu/vt-d: Improve PASID id and table management
 2018-04-17  3:03 UTC  (10+ messages)
  ` [PATCH 1/9] iommu/vt-d: Global PASID name space
  ` [PATCH 2/9] iommu/vt-d: Decouple idr bond pointer from svm
  ` [PATCH 3/9] iommu/vt-d: Use global PASID for SVM usage
  ` [PATCH 4/9] iommu/vt-d: Move device_domain_info to header
  ` [PATCH 7/9] iommu/vt-d: Calculate PTS value
` [PATCH 5/9] iommu/vt-d: Per domain pasid table interfaces
` [PATCH 6/9] iommu/vt-d: Allocate and free pasid table
` [PATCH 8/9] iommu/vt-d: Use per-domain "
` [PATCH 9/9] iommu/vt-d: Clean up PASID talbe management for SVM

[PATCH v3 0/2] Base enablement of IOMMU debugfs support
 2018-04-17  0:52 UTC  (6+ messages)
  ` [PATCH v3 1/2] iommu - Enable debugfs exposure of the IOMMU
  ` [PATCH v3 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-04-16 21:49 UTC  (23+ messages)
  ` [PATCH v4 01/22] iommu: introduce bind_pasid_table API function
  ` [PATCH v4 02/22] iommu/vt-d: move device_domain_info to header
  ` [PATCH v4 03/22] iommu/vt-d: add a flag for pasid table bound status
  ` [PATCH v4 04/22] iommu/vt-d: add bind_pasid_table function
  ` [PATCH v4 05/22] iommu: introduce iommu invalidate API function
  ` [PATCH v4 06/22] iommu/vt-d: add definitions for PFSID
  ` [PATCH v4 07/22] iommu/vt-d: fix dev iotlb pfsid use
  ` [PATCH v4 08/22] iommu/vt-d: support flushing more translation cache types
  ` [PATCH v4 11/22] driver core: add per device iommu param
  ` [PATCH v4 12/22] iommu: introduce device fault report API
  ` [PATCH v4 13/22] iommu: introduce page response function
  ` [PATCH v4 14/22] iommu: handle page response timeout
  ` [PATCH v4 15/22] iommu/config: add build dependency for dmar
  ` [PATCH v4 16/22] iommu/vt-d: report non-recoverable faults to device
  ` [PATCH v4 17/22] iommu/intel-svm: report device page request
  ` [PATCH v4 18/22] iommu/intel-svm: replace dev ops with fault report API
  ` [PATCH v4 19/22] iommu/intel-svm: do not flush iotlb for viommu
  ` [PATCH v4 20/22] iommu/vt-d: add intel iommu page response function
` [PATCH v4 09/22] iommu/vt-d: add svm/sva invalidate function
` [PATCH v4 10/22] iommu: introduce device fault data
` [PATCH v4 21/22] trace/iommu: add sva trace events
` [PATCH v4 22/22] iommu: use sva invalidate and device fault trace event

[PATCH 08/12] mmc: reduce use of block bounce buffers (fwd)
 2018-04-16 19:11 UTC 

[PATCH RFC] dma-direct: Try reallocation with GFP_DMA32 if possible
 2018-04-16 15:18 UTC 

remove PCI_DMA_BUS_IS_PHYS
 2018-04-16 10:51 UTC  (14+ messages)
  ` [PATCH 01/12] iscsi_tcp: don't set a bounce limit
  ` [PATCH 02/12] storsvc: "
  ` [PATCH 03/12] mtip32xx: don't use block layer bounce buffers
  ` [PATCH 04/12] DAC960: "
  ` [PATCH 05/12] sata_nv: "
  ` [PATCH 06/12] memstick: don't call blk_queue_bounce_limit
  ` [PATCH 07/12] scsi: reduce use of block bounce buffers
  ` [PATCH 08/12] mmc: "
  ` [PATCH 09/12] ide: kill ide_toggle_bounce
  ` [PATCH 10/12] ide: remove the PCI_DMA_BUS_IS_PHYS check
  ` [PATCH 11/12] net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
  ` [PATCH 12/12] PCI: remove PCI_DMA_BUS_IS_PHYS

[PATCH 0/2] swiotlb: Some regression fixes
 2018-04-15  9:08 UTC  (3+ messages)
  ` [PATCH 1/2] dma-direct: Don't repeat allocation for no-op GFP_DMA
  ` [PATCH 2/2] swiotlb: Fix dma_supported() to consider direct allocation

[PATCH] swiotlb: Fix unexpected swiotlb_alloc_coherent() failures
 2018-04-15  8:43 UTC  (11+ messages)

[PATCH 0/2] iommu/rockchip: fix clock handling to not break old dts
 2018-04-13 21:02 UTC  (7+ messages)
  ` [PATCH 1/2] dt-bindings: iommu/rockchip: Make clock properties optional
  ` [PATCH 2/2] iommu/rockchip: make clock handling optional

[PATCH v2] base: dma-mapping: Postpone cpu addr translation on mmap()
 2018-04-13 17:43 UTC  (2+ messages)

[PATCH] base: dma-mapping: Postpone cpu addr translation on mmap()
 2018-04-13 16:43 UTC  (5+ messages)

[PATCH] iommu: amd: hide unused iommu_table_lock
 2018-04-13 15:03 UTC  (2+ messages)

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-13 10:59 UTC  (4+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

[PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
 2018-04-12 13:51 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
 2018-04-12 11:56 UTC  (9+ messages)

[GIT PULL] dma mapping fix for 4.17
 2018-04-12  5:57 UTC 

[PATCH v9 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-04-12  1:55 UTC  (7+ messages)
` [PATCH v9 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant
          ` [PATCH v9 5/5] iommu/arm-smmu: Add support for qcom, smmu-v2 variant

[VERY RFC 0/2] iommu: optionally skip attaching to a DMA domain
 2018-04-11 23:32 UTC  (4+ messages)
  ` [PATCH 1/2] iommu: Gracefully allow drivers to not attach to a default domain
  ` [PATCH 2/2] iommu/arm-smmu: Add list of devices to opt out of DMA domains

[PATCH RFC 1/1] iommu/of: Deconfigure iommu on driver detach
 2018-04-11 19:52 UTC  (3+ messages)

[PATCH 0/4] Add virtio-iommu driver
 2018-04-11 18:35 UTC  (12+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request

[git pull] IOMMU Updates for Linux v4.17
 2018-04-11 15:49 UTC 

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-04-10 19:21 UTC  (9+ messages)
  ` [PATCH v3 1/2] "
      ` [PATCH v3 2/2] drivers: remove force dma flag from buses

[PATCH v1 0/4] Tegra GART fixes and improvements
 2018-04-09 20:07 UTC  (5+ messages)
  ` [PATCH v1 1/4] iommu/tegra: gart: Add debugging facility
  ` [PATCH v1 2/4] iommu/tegra: gart: Fix gart_iommu_unmap()
  ` [PATCH v1 3/4] iommu/tegra: gart: Constify number of GART pages
  ` [PATCH v1 4/4] iommu/tegra: gart: Optimize map/unmap

[PATCH] dma-coherent: Clarify dma_mmap_from_dev_coherent documentation
 2018-04-09 17:59 UTC 

[PATCH v2 0/2] Migo-R: reserve memory block with memblock APIs
 2018-04-09 15:18 UTC  (8+ messages)
` [RFC v2 2/2] base: dma-mapping: Postpone page_to_pfn() on mmap()

tip/x86/dma fix for arc and s390 (at least)
 2018-04-09 10:52 UTC  (4+ messages)
` [PATCH] dma-mapping: don't clear GFP_ZERO in dma_alloc_attrs
      ` dma-mapping: clear harmful GFP_* flags in common code

fix x86 swiotlb regression
 2018-04-09  9:15 UTC  (2+ messages)
  ` [PATCH] swiotlb: use dma_direct_supported for swiotlb_ops

[PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-04-09  4:22 UTC  (2+ messages)

amd_iommu fallback question
 2018-04-06 18:23 UTC  (2+ messages)

x86/dma conversion for v4.17-rc1 breaks sound / sst-acpi (commit 6e4bf5867783)
 2018-04-06 14:52 UTC  (7+ messages)

[PATCH v2 0/2] Base enablement of IOMMU debugfs support
 2018-04-05 20:00 UTC  (6+ messages)
` [PATCH v2 1/2] iommu - Enable debugfs exposure of the IOMMU
` [PATCH v2 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH] swiotlb: remove an unecessary NULL check
 2018-04-05 11:19 UTC 

[GIT PULL] dma-mapping updates for 4.17
 2018-04-05  9:19 UTC 

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-05  0:32 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix usage of force parameter in intel_ir_reconfigure_irte()
 2018-04-04 18:06 UTC  (2+ messages)

[PATCH] iommu: rockchip: fix building without CONFIG_OF
 2018-04-04 11:12 UTC  (3+ messages)

[PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
 2018-04-04 10:13 UTC  (4+ messages)

[PATCH v4 00/12] Intel IPU3 ImgU patchset
 2018-04-04  1:07 UTC  (4+ messages)

[PATCHv4 1/2] iommu/vt-d: Ratelimit each dmar fault printing
 2018-03-31  0:33 UTC  (2+ messages)
  ` [PATCHv4 2/2] iommu/vt-d: Limit number of faults to clear in irq handler

[PATCH 0/2] Base enablement of IOMMU debugfs support
 2018-03-30 19:08 UTC  (7+ messages)
` [PATCH 1/2] iommu - Enable debugfs exposure of the IOMMU
` [PATCH 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH 0/3] iommu/vt-d: Global PASID name space
 2018-03-29 23:38 UTC  (4+ messages)

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-03-29 16:05 UTC  (11+ messages)

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-03-29 13:52 UTC  (10+ messages)

[PATCH] iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_t
 2018-03-29 13:22 UTC  (2+ messages)

[PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU
 2018-03-29 10:24 UTC  (2+ messages)


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).