iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-10 23:09:48 to 2018-05-17 14:25:14 UTC [more...]

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-17 14:25 UTC  (50+ messages)
  ` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
  ` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
  ` [PATCH v2 03/40] iommu/sva: Manage process address spaces
  ` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
  ` [PATCH v2 06/40] iommu/sva: Search mm by PASID
  ` [PATCH v2 07/40] iommu: Add a page fault handler
  ` [PATCH v2 08/40] iommu/iopf: Handle mm faults
  ` [PATCH v2 09/40] iommu/sva: Register page fault handler
  ` [PATCH v2 10/40] mm: export symbol mm_access
  ` [PATCH v2 11/40] mm: export symbol find_get_task_by_vpid
  ` [PATCH v2 12/40] mm: export symbol mmput_async
  ` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
  ` [PATCH v2 14/40] dt-bindings: document stall and PASID properties for IOMMU masters
  ` [PATCH v2 15/40] iommu/of: Add stall and pasid properties to iommu_fwspec
  ` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH v2 18/40] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
  ` [PATCH v2 19/40] iommu: Add generic PASID table library
  ` [PATCH v2 20/40] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs
  ` [PATCH v2 22/40] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH v2 23/40] iommu/arm-smmu-v3: Share process page tables
  ` [PATCH v2 24/40] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH v2 25/40] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH v2 26/40] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
  ` [PATCH v2 27/40] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH v2 28/40] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH v2 29/40] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH v2 30/40] iommu/arm-smmu-v3: Register I/O Page Fault queue
  ` [PATCH v2 31/40] iommu/arm-smmu-v3: Improve add_device error handling
  ` [PATCH v2 32/40] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH v2 33/40] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH v2 34/40] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH v2 36/40] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH v2 37/40] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH v2 38/40] PCI: Make "PRG Response PASID Required" handling common
  ` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI
  ` [PATCH v2 40/40] iommu/arm-smmu-v3: Add support for PCI PASID

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

[PATCH v2 0/9] iommu/vt-d: Improve PASID id and table management
 2018-05-17  1:13 UTC  (5+ messages)

add swiotlb support for riscv
 2018-05-16 14:43 UTC  (4+ messages)
  ` [PATCH 1/3] riscv: simplify Kconfig magic for 32-bit vs 64-bit kernels
  ` [PATCH 2/3] riscv: only enable ZONE_DMA32 for 64-bit
  ` [PATCH 3/3] riscv: add swiotlb support

[PATCH v1 0/9] Tegra GART driver clean up and optimization
 2018-05-16 13:43 UTC  (13+ messages)
` [PATCH v1 6/9] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v1 7/9] iommu/tegra: gart: Provide single domain and group for all devices
` [PATCH v1 8/9] iommu: Introduce iotlb_sync_map callback

swiotlb cleanup
 2018-05-16  9:24 UTC  (8+ messages)
  ` [PATCH 1/6] swiotlb: remove a pointless comment
  ` [PATCH 2/6] swiotlb: do not panic on mapping failures
  ` [PATCH 3/6] swiotlb: merge swiotlb_unmap_page and unmap_single
` [PATCH 4/6] swiotlb: mark is_swiotlb_buffer static
` [PATCH 5/6] swiotlb: share more code between map_page and map_sg
` [PATCH 6/6] swiotlb: respect DMA_ATTR_NO_WARN in __swiotlb_map_page

[PATCH 0/6 v3] Support for fsl-mc bus and its devices in SMMU
 2018-05-16  8:48 UTC  (8+ messages)
` [PATCH 5/6 v3] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus
` [PATCH v4 0/6] Support for fsl-mc bus and its devices in SMMU
  ` [PATCH v4 5/6] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus

[PATCH v3] dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI
 2018-05-16  2:47 UTC 

iommu/amd: flush IOTLB for specific domains only (v2)
 2018-05-15 15:18 UTC  (7+ messages)

[PATCH v2 0/4] iommu/amd: avoid irqs_disabled() check
 2018-05-15 14:49 UTC  (7+ messages)
` [PATCH v2 1/4] iommu/amd: Fix grammar of comments
` [PATCH v2 2/4] iommu/amd: Prevent possible null pointer dereference and infinite loop
` [PATCH v2 3/4] iommu/amd: Cleanup locking in __attach/detach_device()

[PATCH 0/4] iommu/vt-d: Several cleanup patches
 2018-05-15 14:35 UTC  (2+ messages)

[PATCH v3 0/2] iommu/vt-d: Fix mapping PSI missing for iommu_map()
 2018-05-15 14:32 UTC  (2+ messages)

[PATCH v1] iommu: Remove extra NULL check when call strtobool()
 2018-05-15 14:29 UTC  (2+ messages)

[PATCH v7 0/2] Base enablement of IOMMU debugfs support
 2018-05-15 13:46 UTC  (7+ messages)
  ` [PATCH v7 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
  ` [PATCH v7 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

common non-cache coherent direct dma mapping ops
 2018-05-15  0:25 UTC  (26+ messages)
` [PATCH 01/20] dma-mapping: simplify Kconfig dependencies
  ` [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation
  ` [PATCH 03/20] arc: use generic dma_noncoherent_ops
  ` [PATCH 04/20] arm-nommu: "
  ` [PATCH 05/20] c6x: "
      ` [Linux-c6x-dev] "
  ` [PATCH 06/20] hexagon: "
  ` [PATCH 07/20] m68k: "
  ` [PATCH 08/20] microblaze: "
  ` [PATCH 09/20] microblaze: remove the consistent_sync and consistent_sync_page
  ` [PATCH 10/20] nds32: use generic dma_noncoherent_ops
  ` [PATCH 11/20] nios2: "
  ` [PATCH 12/20] openrisc: "
  ` [PATCH 13/20] sh: simplify get_arch_dma_ops
  ` [PATCH 14/20] sh: introduce a sh_cacheop_vaddr helper
  ` [PATCH 15/20] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
  ` [PATCH 16/20] mm: split arch/sh/mm/consistent.c
  ` [PATCH 17/20] sh: use generic dma_noncoherent_ops
  ` [PATCH 18/20] xtensa: "
  ` [PATCH 19/20] sparc: "
  ` [PATCH 20/20] parisc: "

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-05-14 18:30 UTC  (6+ messages)
` [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 v3 0/3] arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
 2018-05-14 14:57 UTC  (6+ messages)
  ` [PATCH v3 1/3] Revert "arm64: Increase the max granular size"
  ` [PATCH v3 2/3] arm64: Increase ARCH_DMA_MINALIGN to 128
  ` [PATCH v3 3/3] arm64: Force swiotlb bounce buffering for non-coherent DMA with large CWG

[PATCH v2] dma-debug: Check scatterlist segments
 2018-05-14 13:06 UTC 

Difference between IOVA and bus address when SMMU is enabled
 2018-05-14 10:53 UTC  (3+ messages)

[PATCH] swiotlb: Silent unwanted warning "buffer is full"
 2018-05-13  8:35 UTC  (3+ messages)

[GIT PULL] dma mapping fix for 4.17-rc5
 2018-05-13  7:03 UTC 

[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
 2018-05-11 20:52 UTC  (8+ messages)

[PATCH v6 0/2] Base enablement of IOMMU debugfs support
 2018-05-11 19:41 UTC  (5+ messages)
` [PATCH v6 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
` [PATCH v6 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH 0/3] drivers: rpmsg: make rpmsg bus DMA capable
 2018-05-11 18:24 UTC  (5+ messages)
` [PATCH 3/3] iommu: armsmmu: set iommu ops for rpmsg bus

[RFC/RFT] Add noats flag to boot parameters
 2018-05-10 23:09 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).