Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-04-16 08:50:31 to 2018-04-25 05:15:29 UTC [more...]

centralize SWIOTLB config symbol and misc other cleanups V3
 2018-04-25  5:15 UTC  (4+ messages)
  ` [PATCH 01/13] iommu-common: move to arch/sparc
  ` [PATCH 02/13] iommu-helper: unexport iommu_area_alloc
  ` [PATCH 03/13] iommu-helper: mark iommu_is_span_boundary as inline

[PATCH] dma-debug: Check scatterlist segments
 2018-04-25  4:52 UTC  (2+ messages)

remove PCI_DMA_BUS_IS_PHYS V2
 2018-04-25  2:02 UTC  (8+ messages)
  ` [PATCH 1/5] scsi: reduce use of block bounce buffers
  ` [PATCH 2/5] ide: kill ide_toggle_bounce
  ` [PATCH 3/5] ide: remove the PCI_DMA_BUS_IS_PHYS check
  ` [PATCH 4/5] net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
  ` [PATCH 5/5] PCI: remove PCI_DMA_BUS_IS_PHYS

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-24 18:52 UTC  (6+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-04-24 18:29 UTC  (40+ messages)
` [PATCH v4 09/22] iommu/vt-d: add svm/sva invalidate function
` [PATCH v4 10/22] iommu: introduce device fault data
  ` [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 21/22] trace/iommu: add sva trace events
` [PATCH v4 22/22] iommu: use sva invalidate and device fault trace event

dma-debug cleanups, including removing the arch hook
 2018-04-24 14:02 UTC  (4+ messages)
` [PATCH 2/3] dma-debug: simplify counting of preallocated requests
  ` [PATCH 1/3] dma-debug: move initialization to common code
  ` [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings

[PATCH v6 0/7] vfio/type1: Add support for valid iova list management
 2018-04-24 13:16 UTC  (9+ messages)
  ` [PATCH v6 1/7] vfio/type1: Introduce iova list and add iommu aperture validity check
  ` [PATCH v6 2/7] vfio/type1: Check reserve region conflict and update iova list
  ` [PATCH v6 3/7] vfio/type1: Update iova list on detach
  ` [PATCH v6 4/7] iommu/dma: Move PCI window region reservation back into dma specific path
  ` [PATCH v6 6/7] vfio/type1: Add IOVA range capability support
  ` [PATCH v6 7/7] vfio/type1: remove duplicate retrieval of reserved regions
` [PATCH v6 5/7] vfio/type1: check dma map request is within a valid iova range

[RFC 0/2] iommu/arm-smmu-v3: Support software retention for pm_resume
 2018-04-24 11:57 UTC  (7+ messages)
  ` [RFC 1/2] iommu/arm-smmu-v3: Remove bypass in arm_smmu_reset_device
  ` [RFC 2/2] iommu/arm-smmu-v3: Support software retention for pm_resume

centralize SWIOTLB config symbol and misc other cleanups V2
 2018-04-24  7:56 UTC  (19+ 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] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-04-23 17:41 UTC  (3+ messages)

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-04-23 12:56 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH] dma-coherent: Clarify dma_mmap_from_dev_coherent documentation
 2018-04-23 12:56 UTC  (2+ messages)

[PATCH 0/2] swiotlb: Some regression fixes
 2018-04-23 12:54 UTC  (3+ messages)
` [PATCH 1/2] dma-direct: Don't repeat allocation for no-op GFP_DMA

[PATCH v2] base: dma-mapping: Postpone cpu addr translation on mmap()
 2018-04-23 12:53 UTC  (2+ messages)

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-22 17:12 UTC  (25+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 15/20] net: "
  ` [PATCH v3 02/20] ata: "
  ` [PATCH v3 05/20] firewire: "
  ` [PATCH v3 06/20] fpga: "
  ` [PATCH v3 07/20] i2c: "
  ` [PATCH v3 12/20] media: "
  ` [PATCH v3 13/20] mmc: "
  ` [PATCH v3 14/20] mtd: "
  ` [PATCH v3 16/20] remoteproc: "
  ` [PATCH v3 17/20] serial: "
  ` [PATCH v3 18/20] spi: "
  ` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 20/20] usb: "

centralize SWIOTLB config symbol and misc other cleanups
 2018-04-20 18:42 UTC  (19+ messages)
` [PATCH 01/12] iommu-common: move to arch/sparc
` [PATCH 02/12] iommu-helper: unexport iommu_area_alloc
` [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 09/12] PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig

[PATCH RFC] dma-direct: Try reallocation with GFP_DMA32 if possible
 2018-04-20 10:06 UTC  (4+ messages)

[PATCH] iommu/amd: fix unused-variable warning
 2018-04-20  9:47 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix shift-out-of-bounds in bug checking
 2018-04-20  5:29 UTC 

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

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-19 14:05 UTC  (2+ messages)
` [PATCH 24/61] iommu: "

remove PCI_DMA_BUS_IS_PHYS
 2018-04-19  4:29 UTC  (9+ messages)
` [PATCH 01/12] iscsi_tcp: don't set a bounce limit
` [PATCH 02/12] storsvc: "
` [PATCH 08/12] mmc: reduce use of block bounce buffers
  ` [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 v3 0/2] Base enablement of IOMMU debugfs support
 2018-04-19  1:52 UTC  (20+ 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 v2 0/3] intel-iommu: fix mapping PSI missing for iommu_map()
 2018-04-18  8:39 UTC  (4+ messages)
  ` [PATCH v2 1/3] intel-iommu: add some traces for PSIs
  ` [PATCH v2 2/3] intel-iommu: generalize __mapping_notify_one()
  ` [PATCH v2 3/3] intel-iommu: fix iotlb psi missing for mappings

[PATCH 0/6] Support for fsl-mc bus and its devices in SMMU
 2018-04-18  6:21 UTC  (11+ messages)
  ` [PATCH 0/6 v2] "
      ` [PATCH 1/6 v2] Docs: dt: add fsl-mc iommu-map device-tree binding
      ` [PATCH 2/6 v2] iommu: of: make of_pci_map_rid() available for other devices too
      ` [PATCH 3/6 v2] iommu: support iommu configuration for fsl-mc devices
      ` [PATCH 4/6 v2] iommu: arm-smmu: Add support for the fsl-mc bus
      ` [PATCH 5/6 v2] bus: fsl-mc: supoprt dma configure for devices on "
      ` [PATCH 6/6 v2] arm64: dts: ls208xa: comply with the iommu map binding for fsl_mc

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:48 UTC  (3+ messages)

[PATCH v2] iommu/rockchip: make clock handling optional
 2018-04-17 14:27 UTC  (2+ messages)

[PATCH 0/2] iommu/rockchip: fix clock handling to not break old dts
 2018-04-17 12:01 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iommu/rockchip: Make clock properties optional

[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 08/12] mmc: reduce use of block bounce buffers (fwd)
 2018-04-16 19:11 UTC 


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