iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 11:43:59 to 2020-10-30 01:02:31 UTC [more...]

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-10-30  1:02 UTC  (11+ messages)
` [PATCH v2 5/5] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH] [v2] x86: apic: avoid -Wshadow warning in header
 2020-10-29 22:12 UTC  (12+ messages)

[PATCH 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-10-29 21:39 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: add benchmark support for streaming DMA APIs
` [PATCH 2/2] selftests/dma: add test application for DMA_MAP_BENCHMARK

[PATCH v5 0/3] iommu/arm-smmu-qcom: Support maintaining bootloader mappings
 2020-10-29 18:34 UTC  (2+ messages)

[PATCH v18 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings
 2020-10-29 17:26 UTC  (5+ messages)
` [PATCH v18 1/4] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v18 2/4] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v18 3/4] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU

[PATCH v5 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-29 17:25 UTC  (8+ messages)
` [PATCH v5 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()
` [PATCH v5 2/7] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
` [PATCH v5 3/7] of/address: Introduce of_dma_get_max_cpu_address()
` [PATCH v5 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()
` [PATCH v5 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
` [PATCH v5 6/7] arm64: mm: Set ZONE_DMA size based on early IORT scan
` [PATCH v5 7/7] mm: Remove examples from enum zone_type comment

[PATCH] iommu/arm-smmu-v3: Add def_domain_type callback
 2020-10-29 16:17 UTC  (3+ messages)

[PATCH] iommu: Clarify .of_xlate assumptions
 2020-10-29 16:09 UTC  (2+ messages)

[PATCH] iommu/rockchip: check return value of of_find_device_by_node() in rk_iommu_of_xlate()
 2020-10-29 13:51 UTC  (4+ messages)

[PATCH] iommu/sun50i: check return value of of_find_device_by_node() in sun50i_iommu_of_xlate()
 2020-10-29 10:21 UTC  (3+ messages)

[PATCH kernel v4 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-29  9:56 UTC  (4+ messages)
` [PATCH kernel v4 1/2] dma: Allow mixing bypass and mapped DMA operation
` [PATCH kernel v4 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

[PATCH kernel v3 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-29  9:55 UTC  (8+ messages)
` [PATCH kernel v3 1/2] dma: Allow mixing bypass and mapped DMA operation
` [PATCH kernel v3 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

[PATCH v1 0/3] iommu: Fix a few issues related to PRQ
 2020-10-29  6:30 UTC  (10+ messages)
` [PATCH v1 1/3] iommu/vt-d: Fix prq reporting issues
` [PATCH v1 2/3] iommu: Fix an issue in iommu_page_response() flags check
` [PATCH v1 3/3] iommu/vt-d: Fix a bug for PDP check in prq_event_thread

[PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
 2020-10-28 23:22 UTC  (44+ messages)
  ` [PATCH v3 01/35] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH v3 02/35] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH v3 03/35] x86/apic/uv: Fix inconsistent destination mode
  ` [PATCH v3 04/35] x86/devicetree: Fix the ioapic interrupt type table
  ` [PATCH v3 05/35] x86/apic: Cleanup delivery mode defines
  ` [PATCH v3 06/35] x86/apic: Replace pointless apic::dest_logical usage
  ` [PATCH v3 07/35] x86/apic: Get rid of apic::dest_logical
  ` [PATCH v3 08/35] x86/apic: Cleanup destination mode
  ` [PATCH v3 09/35] x86/apic: Always provide irq_compose_msi_msg() method for vector domain
  ` [PATCH v3 10/35] x86/hpet: Move MSI support into hpet.c
  ` [PATCH v3 11/35] genirq/msi: Allow shadow declarations of msi_msg::$member
  ` [PATCH v3 12/35] x86/msi: Provide msi message shadow structs
  ` [PATCH v3 13/35] iommu/intel: Use msi_msg "
  ` [PATCH v3 14/35] iommu/amd: "
  ` [PATCH v3 15/35] PCI: vmd: "
  ` [PATCH v3 16/35] x86/kvm: "
  ` [PATCH v3 17/35] x86/pci/xen: "
  ` [PATCH v3 18/35] x86/msi: Remove msidef.h
  ` [PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
  ` [PATCH v3 20/35] x86/ioapic: Cleanup IO/APIC route entry structs
  ` [PATCH v3 21/35] x86/ioapic: Generate RTE directly from parent irqchip's MSI message
  ` [PATCH v3 22/35] genirq/irqdomain: Implement get_name() method on irqchip fwnodes
  ` [PATCH v3 23/35] x86/apic: Add select() method on vector irqdomain
  ` [PATCH v3 24/35] iommu/amd: Implement select() method on remapping irqdomain
  ` [PATCH v3 25/35] iommu/vt-d: "
  ` [PATCH v3 26/35] iommu/hyper-v: "
  ` [PATCH v3 27/35] x86/hpet: Use irq_find_matching_fwspec() to find "
  ` [PATCH v3 28/35] x86/ioapic: "
  ` [PATCH v3 29/35] x86: Kill all traces of irq_remapping_get_irq_domain()
  ` [PATCH v3 30/35] iommu/vt-d: Simplify intel_irq_remapping_select()
  ` [PATCH v3 31/35] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH v3 32/35] x86/apic: Support 15 bits of APIC ID in MSI where available
  ` [PATCH v3 33/35] iommu/hyper-v: Disable IRQ pseudo-remapping if 15 bit APIC IDs are available
  ` [PATCH v3 34/35] x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID
  ` [PATCH v3 35/35] x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detected

[PATCH kernel v2 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-28 23:11 UTC  (7+ messages)
` [PATCH kernel v2 1/2] dma: Allow mixing bypass and normal IOMMU operation
` [PATCH kernel v2 2/2] powerpc/dma: Fallback to dma_ops when persistent memory present

[PATCH] iommu/amd: Enforce 4k mapping for certain IOMMU data structures
 2020-10-28 23:18 UTC 

[PATCH v1] dma-mapping: normal memory for mmap() on coherent architectures
 2020-10-28 19:33 UTC  (7+ messages)

[RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-10-28 18:43 UTC  (9+ messages)
` [RFC PATCH 1/4] ACPICA: IORT: Update for revision E
        ` [Devel] "
` [RFC PATCH 2/4] ACPI/IORT: Add support for RMR node parsing
  ` [Devel] "
` [RFC PATCH 3/4] ACPI/IORT: Add RMR memory regions reservation helper
` [RFC PATCH 4/4] iommu/dma: Reserve any RMR regions associated with a dev

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-10-28 18:01 UTC  (8+ messages)
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

WARNING in dma_map_page_attrs
 2020-10-28 17:31 UTC  (8+ messages)
          ` [PATCH] RDMA: Fix software RDMA drivers for dma mapping error

[PATCH v4 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-28 11:08 UTC  (12+ messages)
` [PATCH v4 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()
` [PATCH v4 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
` [PATCH v4 6/7] arm64: mm: Set ZONE_DMA size based on early IORT scan

[PATCH 1/1] iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()
 2020-10-28  7:07 UTC 

[PATCH] fix swiotlb panic on Xen
 2020-10-27 21:53 UTC  (7+ messages)

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-10-27 13:04 UTC  (6+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE

[PATCH] dma: Per-NUMA-node CMA should depend on NUMA
 2020-10-27  8:22 UTC  (4+ messages)

[PATCH v3 00/14] IOASID extensions for guest SVA
 2020-10-26 21:05 UTC  (6+ messages)
` [PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH v3 11/14] iommu/ioasid: Support mm type ioasid_set notifications

[PATCH v3 00/24] MT8192 IOMMU support
 2020-10-26 20:08 UTC  (11+ messages)
` [PATCH v3 08/24] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH v3 11/24] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek

[PATCH v2 0/4] iommu/iova: Solve longterm IOVA issue
 2020-10-26 17:31 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/iova: Add free_all_cpu_cached_iovas()
` [PATCH v2 2/4] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH v2 3/4] iommu/iova: Flush CPU rcache for when a depot fills
` [PATCH v2 4/4] iommu: avoid taking iova_rbtree_lock twice

[PATCHv6 0/6] System Cache support for GPU and required SMMU support
 2020-10-26 17:22 UTC  (9+ messages)
` [PATCHv6 1/6] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv6 2/6] iommu/arm-smmu: Add domain attribute for "
` [PATCHv6 3/6] drm/msm: rearrange the gpu_rmw() function
` [PATCHv6 4/6] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv6 5/6] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv6 6/6] iommu: arm-smmu-impl: Add a space before open parenthesis

support range based offsets in dma-direct v3
 2020-10-26 15:33 UTC  (3+ messages)
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH] iommu/arm-smmu: Use new devm_krealloc()
 2020-10-26 12:00 UTC 

[PATCH 1/1] iommu: Fix deferred domain attachment in iommu_probe_device()
 2020-10-26  6:30 UTC 

[PATCH] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-10-26  2:14 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for 5.10
 2020-10-24 19:37 UTC  (2+ messages)

[PATCH 0/4] MTK_IOMMU: Optimize mapping / unmapping performance
 2020-10-23 16:07 UTC  (5+ messages)
` [PATCH 2/4] iommu/mediatek: Add iotlb_sync_range() support

[PATCH v4 0/4] Add system mmu support for Armada-806
 2020-10-23 13:26 UTC  (6+ messages)

[RFC PATCH 0/2] iommu: Avoid unnecessary PRI queue flushes
 2020-10-23 13:34 UTC  (9+ 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).