iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-02 14:31:09 to 2018-05-11 19:06:27 UTC [more...]

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-11 19:06 UTC  (27+ 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 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

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

[PATCH v1 0/9] Tegra GART driver clean up and optimization
 2018-05-11 15:34 UTC  (15+ messages)
  ` [PATCH v1 1/9] memory: tegra: Provide facility for integration with the GART driver
  ` [PATCH v1 2/9] iommu/tegra: gart: Provide access to Memory Controller driver
  ` [PATCH v1 3/9] iommu/tegra: gart: Remove code related to module unloading
  ` [PATCH v1 4/9] iommu/tegra: gart: Remove pr_fmt and clean up includes
  ` [PATCH v1 5/9] iommu/tegra: gart: Clean up driver probe failure unwinding
  ` [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
  ` [PATCH v1 9/9] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v1 6/9] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT

[PATCH v6 0/2] Base enablement of IOMMU debugfs support
 2018-05-11 15:22 UTC  (4+ 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

common non-cache coherent direct dma mapping ops
 2018-05-11 13:56 UTC  (24+ 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: "
  ` [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 v3 0/3] arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
 2018-05-11 13:55 UTC  (4+ 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

[RFC/RFT] Add noats flag to boot parameters
 2018-05-10 23:09 UTC  (8+ messages)

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-05-10 15:45 UTC  (2+ messages)
` [PATCH 02/18] lib: Use pr_fmt

[PATCH] swiotlb: Update the comment of swiotlb
 2018-05-09 14:21 UTC  (5+ messages)

two alpha dma cleanups/fixes
 2018-05-09 14:04 UTC  (3+ messages)
  ` [PATCH 1/2] alpha: use dma_direct_ops for jensen
  ` [PATCH 2/2] alpha: simplify get_arch_dma_ops

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-05-09 12:55 UTC  (13+ messages)
` [PATCH v4 05/22] iommu: introduce iommu invalidate API function

centralize SWIOTLB config symbol and misc other cleanups V3
 2018-05-09  5:03 UTC  (11+ messages)
` [PATCH 07/13] arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
` [PATCH 08/13] arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
` [PATCH 11/13] mips,unicore32: swiotlb doesn't need sg->dma_length
    ` [PATCH 11/13] mips, unicore32: "

[PATCH v5 0/2] Base enablement of IOMMU debugfs support
 2018-05-08 20:48 UTC  (9+ messages)
  ` [PATCH v5 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
  ` [PATCH v5 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

dma-debug cleanups, including removing the arch hook
 2018-05-08 10:45 UTC  (12+ messages)
` [PATCH 1/3] dma-debug: move initialization to common code
` [PATCH 2/3] dma-debug: simplify counting of preallocated requests
` [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
` [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG

[PATCH] dma-debug: Check scatterlist segments
 2018-05-08 10:14 UTC  (3+ messages)

[PATCH v1 0/4] Tegra GART fixes and improvements
 2018-05-07 17:38 UTC  (11+ messages)
` [PATCH v1 4/4] iommu/tegra: gart: Optimize map/unmap

iommu/amd: avoid irqs_disabled() check
 2018-05-07 13:26 UTC  (7+ messages)
  ` [PATCH 1/3] iommu/amd: Prevent possible null pointer dereference and infinite loop
  ` [PATCH 2/3] iommu/amd: Cleanup locking in __attach/detach_device()
  ` [PATCH 3/3] iommu/amd: Do not flush when device is busy

[PATCH v2 0/4] iommu/amd: avoid irqs_disabled() check
 2018-05-07 12:53 UTC  (5+ 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 v2 4/4] iommu/amd: Do not flush when device is busy

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-05-07  7:21 UTC  (6+ messages)
` [PATCH v3 09/20] iommu: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 12/20] media: "

[PATCH] iommu/amd: fix unused symbol iommu_table_lock
 2018-05-07  7:15 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v4.17-rc4
 2018-05-06  9:44 UTC 

[PATCH v3 0/2] iommu/vt-d: Fix mapping PSI missing for iommu_map()
 2018-05-04  7:32 UTC  (4+ messages)
  ` [PATCH v3 1/2] iommu/vt-d: Introduce __mapping_notify_one()
  ` [PATCH v3 2/2] iommu/vt-d: Fix iotlb psi missing for mappings

[PATCH 0/4] iommu/vt-d: Several cleanup patches
 2018-05-04  5:08 UTC  (5+ messages)
` [PATCH 1/4] iommu: Clean up the comments for iommu_group_alloc
` [PATCH 2/4] iommu/vt-d: Clean up unused variable in find_or_alloc_domain
` [PATCH 3/4] iommu/vt-d: Clean up pasid quirk for pre-production devices
` [PATCH 4/4] iommu/vt-d: Remove unnecessary parentheses

[PATCH v2 0/3] intel-iommu: fix mapping PSI missing for iommu_map()
 2018-05-04  2:23 UTC  (4+ messages)
` [PATCH v2 2/3] intel-iommu: generalize __mapping_notify_one()

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

[PATCH] swiotlb: Silent unwanted warning "buffer is full"
 2018-05-03 21:54 UTC 

[PATCH 0/2] Tweak AMD IOMMU logging
 2018-05-03 20:29 UTC  (5+ messages)
` [PATCH 1/2] iommu/amd - Update the PASID information printed to the system log

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-05-03 16:36 UTC  (7+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] drivers: remove force dma flag from buses

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

[PATCH v4 0/2] Base enablement of IOMMU debugfs support
 2018-05-03 13:44 UTC  (3+ messages)
` [PATCH v4 1/2] iommu - Enable debugfs exposure of the IOMMU

[PATCH] iommu/io-pgtable-arm: Use for_each_set_bit to simplify code
 2018-05-03 13:31 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix shift-out-of-bounds in bug checking
 2018-05-03 13:27 UTC  (2+ messages)

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

[PATCH v6 0/7] vfio/type1: Add support for valid iova list management
 2018-05-03 13:16 UTC  (3+ messages)
` [PATCH v6 4/7] iommu/dma: Move PCI window region reservation back into dma specific path

[PATCH v2] iommu/rockchip: make clock handling optional
 2018-05-03 12:59 UTC  (3+ messages)

[PATCH] iommu: amd: hide unused iommu_table_lock
 2018-05-03 12:48 UTC  (2+ messages)

[PATCH] iommu: rockchip: fix building without CONFIG_OF
 2018-05-03 12:46 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix usage of force parameter in intel_ir_reconfigure_irte()
 2018-05-03 12:23 UTC  (2+ messages)

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

[RESEND][PATCH] iommu/vt-d: fix shift-out-of-bounds in bug checking
 2018-05-02 23:56 UTC  (2+ messages)

[PATCH] swiotlb: Fix inversed DMA_ATTR_NO_WARN test
 2018-05-02 16:59 UTC  (7+ 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).