iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 01:56:38 to 2019-11-25 08:32:49 UTC [more...]

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-25  8:32 UTC  (25+ 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 v2 00/10] iommu/io-pgtable: Cleanup and prep for split tables
 2019-11-25  7:58 UTC  (13+ messages)
` [PATCH v2 08/10] iommu/io-pgtable-arm: Rationalise TTBRn handling
` [PATCH v2 09/10] iommu/io-pgtable-arm: Rationalise TCR handling
` [PATCH v2 10/10] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH] of: property: Add device link support for "iommu-map"
 2019-11-25  7:49 UTC  (8+ messages)

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-25  7:44 UTC  (12+ messages)

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

"Revisit iommu_insert_resv_region() implementation" causes use-after-free
 2019-11-25  7:32 UTC  (2+ messages)

[PATCH] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2019-11-24  9:42 UTC 

[PATCH v2] iommu/iova: silence warnings under memory pressure
 2019-11-22 16:49 UTC  (6+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-23  0:01 UTC  (17+ 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 v2 1/8] dt-bindings: arm-smmu: Add Adreno GPU variant
 2019-11-22 23:32 UTC  (8+ messages)
` [PATCH v2 2/8] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v2 3/8] iommu/arm-smmu: Pass io_pgtable_cfg to impl specific init_context
` [PATCH v2 4/8] iommu/arm-smmu: Add split pagetables for Adreno IOMMU implementations
` [PATCH v2 5/8] drm/msm: Attach the IOMMU device during initialization
` [PATCH v2 7/8] drm/msm/a6xx: Support split pagetables
` [PATCH v2 8/8] arm64: dts: qcom: sdm845: Update Adreno GPU SMMU compatible string
` [PATCH v2 6/8] drm/msm: Refactor address space initialization

[PATCH v2 0/8] iommu/arm-smmu: Split pagetable support for Adreno GPUs
 2019-11-22 23:31 UTC 

[PATCH v4] iommu/iova: silence warnings under memory pressure
 2019-11-22 19:16 UTC 

[PATCH v3 00/14] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-22 17:41 UTC  (16+ 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] iommu/arm-smmu: support SMMU module probing from the IORT

[PATCH v3] iommu/iova: silence warnings under memory pressure
 2019-11-22 17:00 UTC 

[PATCH v9 0/4] Add uacce module for Accelerator
 2019-11-22 15:07 UTC  (5+ messages)
` [PATCH v9 1/4] uacce: Add documents for uacce
` [PATCH v9 2/4] uacce: add uacce driver
` [PATCH v9 3/4] crypto: hisilicon - Remove module_param uacce_mode
` [PATCH v9 4/4] crypto: hisilicon - register zip engine to uacce

[PATCH v2 0/8] iommu: Add PASID support to Arm SMMUv3
 2019-11-22 15:33 UTC  (12+ 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 6/8] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v2 8/8] iommu/arm-smmu-v3: Add support for PCI PASID

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

[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

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

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  (2+ messages)

[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] 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 

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-11-13 16:24 UTC  (8+ 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 


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