iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 15:08:20 to 2019-11-22 15:33:09 UTC [more...]

[PATCH v2 0/8] iommu: Add PASID support to Arm SMMUv3
 2019-11-22 15:33 UTC  (17+ messages)
` [PATCH v2 3/8] ACPI/IORT: Support PASID for platform devices
` [PATCH v2 4/8] iommu/arm-smmu-v3: Prepare for SSID support
` [PATCH v2 5/8] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v2 6/8] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v2 7/8] iommu/arm-smmu-v3: Improve add_device() error handling
` [PATCH v2 8/8] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v9 0/4] Add uacce module for Accelerator
 2019-11-22 15:07 UTC  (2+ messages)
` [PATCH v9 2/4] uacce: add uacce driver

"Revisit iommu_insert_resv_region() implementation" causes use-after-free
 2019-11-22 15:06 UTC 

[RFC PATCH] usb: gadget: f_tcm: Added DMA32 flag while allocation of command buffer
 2019-11-22 11:55 UTC 

[PATCH v2] iommu/iova: silence warnings under memory pressure
 2019-11-22 14:59 UTC  (3+ messages)

[PATCH] of: property: Add device link support for "iommu-map"
 2019-11-22 14:55 UTC  (4+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-22 13:00 UTC  (16+ messages)
` [RFC 01/13] ACPI/IORT: Move IORT to the ACPI folder
` [RFC 02/13] ACPI: Add VIOT definitions
` [RFC 03/13] ACPI/IORT: Allow registration of external tables
` [RFC 04/13] ACPI/IORT: Add node categories
` [RFC 05/13] ACPI/IORT: Support VIOT virtio-mmio node
` [RFC 06/13] ACPI/IORT: Support VIOT virtio-pci node
` [RFC 07/13] ACPI/IORT: Defer probe until virtio-iommu-pci has registered a fwnode
` [RFC 08/13] ACPI/IORT: Add callback to update a device's fwnode
` [RFC 09/13] iommu/virtio: Create fwnode if necessary
` [RFC 10/13] iommu/virtio: Update IORT fwnode
` [RFC 11/13] ACPI: Add VIOT table
` [RFC virtio 12/13] virtio-iommu: Add built-in topology description
` [RFC 13/13] iommu/virtio: Add topology description to

[PATCH AUTOSEL 4.9 86/91] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  6:01 UTC 

[PATCH AUTOSEL 4.14 119/127] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  5:55 UTC 

[PATCH AUTOSEL 4.19 204/219] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  5:48 UTC 

[PATCH 0/5] iommu/vt-d: Consolidate various cache flush ops
 2019-11-22  3:04 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Extend iommu_flush for scalable mode
` [PATCH 2/5] iommu/vt-d: Consolidate pasid cache invalidation
` [PATCH 3/5] iommu/vt-d: Consolidate device tlb invalidation
` [PATCH 4/5] iommu/vt-d: Consolidate pasid-based "
` [PATCH 5/5] iommu/vt-d: Consolidate pasid-based device "

[PATCH v4 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-11-21 21:37 UTC  (10+ messages)
` [PATCH v4 1/8] iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
` [PATCH v4 2/8] iommu/vt-d: Match CPU and IOMMU paging mode
` [PATCH v4 3/8] iommu/vt-d: Reject SVM bind for failed capability check
` [PATCH v4 4/8] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v4 5/8] iommu/vt-d: Fix off-by-one in PASID allocation
` [PATCH v4 6/8] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v4 7/8] iommu/vt-d: Avoid sending invalid page response
` [PATCH v4 8/8] iommu/vt-d: Misc macro clean up for SVM

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-21 18:21 UTC  (7+ messages)

use generic DMA mapping code in powerpc V4
 2019-11-21 17:26 UTC  (20+ messages)
            ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-21 17:17 UTC  (10+ messages)

generic DMA bypass flag
 2019-11-21 16:44 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 2/2] powerpc: use the generic dma_ops_bypass mode

[PATCH v2 0/6] Raspberry Pi 4 PCIe support
 2019-11-21 12:18 UTC  (3+ messages)
` [PATCH v2 1/6] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions

[PATCH v3 00/14] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-21 11:49 UTC  (15+ messages)
` [PATCH v3 01/14] drivers/iommu: Export core IOMMU API symbols to permit modular drivers
` [PATCH v3 02/14] iommu/of: Request ACS from the PCI core when configuring IOMMU linkage
` [PATCH v3 03/14] PCI: Export pci_ats_disabled() as a GPL symbol to modules
` [PATCH v3 04/14] drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()
` [PATCH v3 05/14] iommu/of: Take a ref to the IOMMU driver during ->of_xlate()
` [PATCH v3 06/14] drivers/iommu: Allow IOMMU bus ops to be unregistered
` [PATCH v3 07/14] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"
` [PATCH v3 08/14] Revert "iommu/arm-smmu: Make arm-smmu "
` [PATCH v3 09/14] iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers
` [PATCH v3 10/14] iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal
` [PATCH v3 11/14] iommu/arm-smmu-v3: Allow building as a module
` [PATCH v3 12/14] iommu/arm-smmu: Unregister IOMMU and bus ops on device removal
` [PATCH v3 13/14] iommu/arm-smmu: Allow building as a module
` [PATCH v3 14/14] iommu/arm-smmu: Update my email address in MODULE_AUTHOR()

[PATCH] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-21  9:18 UTC  (8+ messages)

[PATCH v3 0/4] dma-mapping: introduce new dma unmap and sync variants
 2019-11-21  7:41 UTC  (8+ messages)
` [PATCH v3 1/4] dma-mapping: introduce new dma unmap and sync api variants
` [PATCH v3 2/4] iommu/dma: wire-up new dma map op .get_virt_addr
` [PATCH v3 3/4] swiotlb: make new {unmap, sync}_desc dma apis work with swiotlb
` [PATCH v3 4/4] dpaa2_eth: use new unmap and sync dma api variants

[PATCH v2] iommu: Fix Kconfig indentation
 2019-11-21  3:19 UTC 

[PATCH 0/3] iommu: reduce spinlock contention on fast path
 2019-11-21  0:13 UTC  (4+ messages)
` [PATCH 1/3] iommu: match the original algorithm
` [PATCH 2/3] iommu: optimize iova_magazine_free_pfns()
` [PATCH 3/3] iommu: avoid taking iova_rbtree_lock twice

[PATCH v3 1/8] iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
 2019-11-20 23:19 UTC  (8+ messages)
  ` [PATCH v3 3/8] iommu/vt-d: Reject SVM bind for failed capability check
  ` [PATCH v3 4/8] iommu/vt-d: Avoid duplicated code for PASID setup
  ` [PATCH v3 5/8] iommu/vt-d: Fix off-by-one in PASID allocation
  ` [PATCH v3 6/8] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
  ` [PATCH v3 7/8] iommu/vt-d: Avoid sending invalid page response
  ` [PATCH v3 2/8] iommu/vt-d: Match CPU and IOMMU paging mode

[PATCH] Ensure pci transactions coming from PLX NTB are handled when IOMMU is turned on
 2019-11-20 19:49 UTC  (6+ messages)

next/master bisection: boot on peach-pi
 2019-11-20 19:29 UTC 

[PATCH v2 00/10] iommu/io-pgtable: Cleanup and prep for split tables
 2019-11-20 19:18 UTC  (4+ messages)
` [PATCH v2 10/10] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH] iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA
 2019-11-20 16:07 UTC  (4+ messages)

remove DMA_ATTR_WRITE_BARRIER
 2019-11-14 18:23 UTC  (6+ messages)
` [PATCH 1/2] dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
` [PATCH 2/2] IB/umem: remove the dmasync argument to ib_umem_get

unify the dma_capable definition
 2019-11-14  8:48 UTC  (7+ messages)
` [PATCH 1/3] dma-direct: unify the dma_capable definitions
` [PATCH 2/3] dma-direct: avoid a forward declaration for phys_to_dma
` [PATCH 3/3] powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_phys

[PATCH v5 00/10] iommu: Bounce page for untrusted devices
 2019-11-14  8:14 UTC  (12+ messages)
` [PATCH v5 02/10] iommu/vt-d: Use per-device dma_ops

[PATCH 1/1] iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions
 2019-11-14  6:14 UTC 

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-13 19:45 UTC  (23+ messages)
` [RFC v2 1/3] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-11-13 16:24 UTC  (9+ messages)

Remove the calgary iommu driver
 2019-11-13  7:18 UTC  (4+ messages)
` [PATCH 1/3] x86: Remove the calgary IOMMU driver
` [PATCH 2/3] x86/pci: Remove pci_64.h
` [PATCH 3/3] x86/pci: Remove #ifdef __KERNEL__ guard from <asm/pci.h>

[PATCH AUTOSEL 4.14 010/115] iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
 2019-11-13  1:54 UTC 

[PATCH AUTOSEL 4.19 021/209] iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
 2019-11-13  1:47 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 022/209] iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout

[PATCH 1/1] iommu/amd: Fix the overwritten exclusion range with multiple IVMDs
 2019-11-13  1:05 UTC  (5+ messages)

[PATCH] iommu/rockchip: Don't provoke WARN for harmless IRQs
 2019-11-12 16:08 UTC  (3+ messages)

[PATCH v7 00/11] Nested Shared Virtual Address (SVA) VT-d support
 2019-11-12 10:28 UTC  (9+ messages)
` [PATCH v7 04/11] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v7 06/11] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v7 11/11] iommu/vt-d: Add svm/sva invalidate function

[PATCH v3 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-11-12  6:39 UTC 

[PATCH v2 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-11-12  5:48 UTC  (3+ messages)

[PATCH 1/1] MAINTAINERS: Update for INTEL IOMMU (VT-d) entry
 2019-11-11 15:11 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
 2019-11-11 15:11 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: Turn off translations at shutdown
 2019-11-11 15:08 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).