iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 10:50:59 to 2020-03-10 09:13:00 UTC [more...]

[PATCH 00/15 v2] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-10  9:12 UTC  (16+ messages)
` [PATCH 01/15] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API
` [PATCH 02/15] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH 03/15] drm/msm/mdp5: "
` [PATCH 04/15] iommu/tegra-gart: "
` [PATCH 05/15] iommu: Rename struct iommu_param to dev_iommu
` [PATCH 06/15] iommu: Move iommu_fwspec to struct dev_iommu
` [PATCH 07/15] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH 08/15] iommu: Introduce accessors for iommu private data
` [PATCH 09/15] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH 10/15] iommu/arm-smmu: "
` [PATCH 11/15] iommu/renesas: "
` [PATCH 12/15] iommu/mediatek: "
` [PATCH 13/15] iommu/qcom: "
` [PATCH 14/15] iommu/virtio: "
` [PATCH 15/15] iommu: Move fwspec->iommu_priv to struct dev_iommu

[PATCH] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
 2020-03-10  1:46 UTC  (2+ messages)

[PATCH 0/2] iommu/vt-d: replace WARN_TAINT with pr_warn + add_taint
 2020-03-10  1:44 UTC  (8+ messages)
` [PATCH 1/2] iommu/vt-d: dmar: "
` [PATCH 2/2] iommu/vt-d: dmar_parse_one_rmrr: "

[Patch V1 0/2] iommu/vtd: Fixes to the IOMMU debugfs
 2020-03-10  1:25 UTC  (5+ messages)
` [Patch V1 1/2] iommu/vt-d: Fix debugfs register reads
` [Patch V1 2/2] iommu/vt-d: Populate debugfs if IOMMUs are detected

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-09 18:22 UTC  (4+ messages)
` [PATCH 1/3] iommu: Export "iommu_request_dm_for_dev"
` [PATCH 2/3] dt-bindings: remoteproc: qcom: Add modem-firmware bindings
` [PATCH 3/3] remoteproc: qcom_q6v5_mss: Request direct mapping for firmware subdevice

[PATCH 00/14] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-09 16:32 UTC  (22+ messages)
` [PATCH 01/14] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH 02/14] drm/msm/mdp5: "
` [PATCH 03/14] iommu/tegra-gart: "
` [PATCH 04/14] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH 05/14] iommu: Rename struct iommu_param to dev_iommu
` [PATCH 06/14] iommu: Move iommu_fwspec to struct dev_iommu
` [PATCH 07/14] iommu: Introduce accessors for iommu private data
` [PATCH 08/14] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH 09/14] iommu/arm-smmu: "
` [PATCH 10/14] iommu/renesas: "
` [PATCH 11/14] iommu/mediatek: "
` [PATCH 12/14] iommu/qcom: "
` [PATCH 13/14] iommu/virtio: "
` [PATCH 14/14] iommu: Move fwspec->iommu_priv to struct dev_iommu

[PATCH] [dma-coherent] Fix integer overflow in the reserved-memory dma allocation
 2020-03-09 15:22 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-03-09 10:48 UTC  (38+ messages)
` [PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v4 02/26] iommu/sva: Manage process address spaces
` [PATCH v4 03/26] iommu: Add a page fault handler
` [PATCH v4 06/26] iommu/sva: Register "
` [PATCH v4 07/26] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v4 23/26] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH 0/6] Replace private domain with per-group default
 2020-03-08  2:15 UTC  (11+ messages)
` [PATCH 1/6] iommu: Add dev_def_domain_type() callback in iommu_ops
` [PATCH 2/6] iommu: Configure default domain with dev_def_domain_type
` [PATCH 3/6] iommu/vt-d: Don't force 32bit devices to uses DMA domain
` [PATCH 4/6] iommu/vt-d: Don't force PCI sub-hierarchy to use "
` [PATCH 5/6] iommu/vt-d: Add dev_def_domain_type callback
` [PATCH 6/6] iommu/vt-d: Apply per-device dma_ops

[PATCH -next] iommu/dmar: silence RCU-list debugging warnings
 2020-03-07 11:53 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix RCU-list bugs in intel_iommu_init
 2020-03-07 11:52 UTC  (2+ messages)

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-03-07  0:36 UTC  (16+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc 1/6] dma-mapping: pass device to atomic allocation functions
      ` [rfc 2/6] dma-remap: add additional atomic pools to map to gfp mask
      ` [rfc 3/6] dma-remap: wire up the atomic pools depending on "
      ` [rfc 4/6] dma-remap: dynamically expanding atomic pools
      ` [rfc 5/6] dma-direct: atomic allocations must come from unencrypted pools
      ` [rfc 6/6] dma-remap: double the default DMA coherent pool size

[PATCH 00/10] PCI/ATS: Device-tree support and other improvements
 2020-03-06  9:42 UTC  (6+ messages)
` [PATCH 04/11] ACPI/IORT: Check ATS capability in root complex node
` [PATCH 09/11] ACPI/IORT: Drop ATS fwspec flag

[PATCH v3 00/14] Clean up "mediatek,larb" after adding device_link
 2020-03-06  6:59 UTC  (4+ messages)
` [PATCH v3 03/14] iommu/mediatek: Add device_link between the consumer and the larb devices

[PATCH v2] uacce: unmap remaining mmapping from user space
 2020-03-06  2:36 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: add maintainers for uacce
 2020-03-06  1:49 UTC  (2+ messages)

Possible bugs in iommu_map_sg()/iommu_map_dma_sg()
 2020-03-06  1:14 UTC 

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-03-05 15:42 UTC  (26+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space
` [PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
` [PATCH v2 3/3] iommu/virtio: Enable x86 support

[iommu:arm/omap 4/4] drivers/gpu/drm/rockchip/rockchip_drm_gem.c:134:20: error: implicit declaration of function 'vmap'; did you mean 'bmap'?
 2020-03-05  8:50 UTC  (2+ messages)

[RESEND PATCH 1/4] iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit
 2020-03-04 15:25 UTC  (5+ messages)
` [RESEND PATCH 2/4] iommu/omap: Fix printing format for size_t on 64-bit
` [RESEND PATCH 3/4] iommu/omap: Fix -Woverflow warnings when compiling on 64-bit architectures
` [RESEND PATCH 4/4] iommu: Enable compile testing for some of drivers

[RFC 0/2] iommu: arm-smmu: Add support for early direct mappings
 2020-03-04 13:48 UTC  (3+ messages)

[PATCH v2 1/3] dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU
 2020-03-04 12:29 UTC  (6+ messages)
` [PATCH v2 2/3] iommu/mediatek: add pdata member for legacy ivrp paddr
` [PATCH v2 3/3] iommu/mediatek: add support for MT8167

[PATCH V2 0/5] iommu: Add support to change default domain of a group
 2020-03-04 12:17 UTC  (6+ messages)
` [PATCH V2 3/5] iommu: Add support to change default domain of an iommu_group

[PATCH] iommu: silence iommu group prints
 2020-03-04 11:26 UTC  (20+ messages)

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-03-03 17:03 UTC  (7+ messages)

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-03-03 13:14 UTC  (3+ messages)
    `  "

[PATCH v12 0/4] Add uacce module for Accelerator
 2020-03-03 11:45 UTC  (4+ messages)
` [PATCH v12 2/4] uacce: add uacce driver

[Patch v3 0/3] iommu: reduce spinlock contention on fast path
 2020-03-03 11:33 UTC  (4+ messages)
` [Patch v3 3/3] iommu: avoid taking iova_rbtree_lock twice

[PATCH AUTOSEL 5.4 39/58] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2020-03-03  2:47 UTC 

[PATCH AUTOSEL 5.5 44/66] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2020-03-03  2:45 UTC 

[PATCH] iommu/io-pgtable-arm: Fix IOVA validation for 32-bit
 2020-03-02 19:57 UTC  (5+ messages)

[PATCH] dma: Fix max PFN arithmetic overflow on 32 bit systems
 2020-03-02 18:16 UTC 

[PATCH v3] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-03-02 16:08 UTC  (2+ messages)

provide in-place uncached remapping for dma-direct v2
 2020-03-02 16:05 UTC  (2+ messages)

[PATCH v2 0/4] iommu: Add Allwinner H6 IOMMU driver
 2020-03-02 15:36 UTC  (3+ messages)
` [PATCH v2 2/4] "

take the bus_dma_limit into account on arm
 2020-03-01 14:42 UTC  (3+ messages)

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-28 14:11 UTC  (10+ messages)
` [RFC PATCH 06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk


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