iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 05:37:04 to 2020-09-04 13:35:09 UTC [more...]

[PATCH v10 00/30] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-04 13:16 UTC  (9+ messages)
    ` [PATCH v10 01/30] drm: prime: add common helper to check scatterlist contiguity
    ` [PATCH v10 02/30] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
    ` [PATCH v10 03/30] drm: core: fix common struct sg_table related issues
    ` [PATCH v10 04/30] drm: armada: "
    ` [PATCH v10 05/30] drm: etnaviv: "
    ` [PATCH v10 06/30] drm: exynos: use common helper for a scatterlist contiguity check
    ` [PATCH v10 07/30] drm: exynos: fix common struct sg_table related issues
    ` [PATCH v10 09/30] drm: lima: "

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-09-04 13:00 UTC  (4+ messages)
` [PATCH v2 2/4] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/4] iommu: dma: Use of_iommu_get_resv_regions()
` [RFC 4/4] iommu/tegra-smmu: Add support for reserved regions

[PATCH v5] iommu/tegra-smmu: Add locking around mapping operations
 2020-09-04 12:27 UTC  (3+ messages)

[PATCH v9 00/32] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-04 12:27 UTC  (50+ messages)
  ` [PATCH v9 01/32] drm: prime: add common helper to check scatterlist contiguity
  ` [PATCH v9 02/32] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
  ` [PATCH v9 03/32] drm: core: fix common struct sg_table related issues
  ` [PATCH v9 04/32] drm: armada: "
  ` [PATCH v9 05/32] drm: etnaviv: "
  ` [PATCH v9 10/32] drm: mediatek: use common helper for a scatterlist contiguity check
  ` [PATCH v9 11/32] drm: mediatek: use common helper for extracting pages array
  ` [PATCH v9 12/32] drm: msm: fix common struct sg_table related issues
  ` [PATCH v9 13/32] drm: omapdrm: use common helper for extracting pages array
  ` [PATCH v9 14/32] drm: omapdrm: fix common struct sg_table related issues
  ` [PATCH v9 16/32] drm: rockchip: use common helper for a scatterlist contiguity check
  ` [PATCH v9 08/32] drm: i915: fix common struct sg_table related issues
    ` [Intel-gfx] "
  ` [PATCH v9 17/32] drm: rockchip: "
  ` [PATCH v9 18/32] drm: tegra: "
  ` [PATCH v9 24/32] drm: host1x: "
  ` [PATCH v9 28/32] misc: fastrpc: "
  ` [PATCH v9 29/32] rapidio: "
  ` [PATCH v9 30/32] samples: vfio-mdev/mbochs: "
  ` [PATCH v9 32/32] videobuf2: use sgtable-based scatterlist wrappers
  ` [PATCH v9 31/32] media: pci: fix common ALSA DMA-mapping related codes

[PATCH RESEND v3] iommu/tegra-smmu: Add missing locks around mapping operations
 2020-09-04 12:20 UTC  (5+ messages)

[PATCH] iommu/sun50i: Fix set-but-not-used variable warning
 2020-09-04 11:39 UTC 

[RESEND PATCHv5] iommu/mediatek: check 4GB mode by reading infracfg
 2020-09-04 11:21 UTC  (2+ messages)

[PATCH v7 0/9] x86: tag application address space for devices
 2020-09-04 10:46 UTC  (5+ messages)
` [PATCH v7 1/9] iommu: Change type of pasid to u32
` [PATCH v7 9/9] x86/mmu: Allocate/free PASID

[PATCH v5] iommu/mediatek: check 4GB mode by reading infracfg
 2020-09-04 10:28 UTC  (3+ messages)

[PATCH] iommu/intel: Handle 36b addressing for x86-32
 2020-09-04 10:14 UTC  (2+ messages)

[PATCH v1] iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU header
 2020-09-04 10:13 UTC  (2+ messages)

[PATCH] iommu/iova: Replace cmpxchg with xchg in queue_iova
 2020-09-04 10:10 UTC  (4+ messages)

[PATCH 0/2] iommu/amd: Fix IOMMUv2 devices when SME is active
 2020-09-04 10:05 UTC  (10+ messages)

[PATCH V2 0/5] Convert the intel iommu driver to the dma-iommu api
 2020-09-04 10:03 UTC  (7+ messages)
` [PATCH V2 1/5] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH V2 2/5] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH V2 3/5] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH V2 4/5] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH V2 5/5] DO NOT MERGE: iommu: disable list appending in dma-iommu

[PATCH] iommu/dma: Remove broken huge page handling
 2020-09-04  9:55 UTC  (3+ messages)

[PATCH 0/2 v2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
 2020-09-04  9:53 UTC  (4+ messages)
` [PATCH 1/2 v2] iommu: amd: Restore IRTE.RemapEn bit after programming IRTE
` [PATCH 2/2 v2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE

[PATCH 1/1] iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
 2020-09-04  9:51 UTC  (3+ messages)

[PATCH v3 1/1] iommu/vt-d: Serialize IOMMU GCMD register modifications
 2020-09-04  9:39 UTC  (2+ messages)

[PATCH 0/2] r8a7742 SoC add IPMMU support
 2020-09-04  9:26 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: Add r8a7742 support
` [PATCH 2/2] ARM: dts: r8a7742: Add IPMMU DT nodes

[PATCH v2] MAINTAINERS: update QUALCOMM IOMMU after Arm SMMU drivers move
 2020-09-04  9:21 UTC  (2+ messages)

Rename iommu_tlb_* functions to iommu_iotlb_*
 2020-09-04  9:16 UTC  (2+ messages)

[PATCH 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-09-04  9:11 UTC  (2+ messages)

[PATCH RESEND v9 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-04  9:08 UTC  (2+ messages)

[PATCH] dt-bindings: iommu: renesas, ipmmu-vmsa: Sort compatible string in increasing number of the SoC
 2020-09-04  9:01 UTC  (2+ messages)
` [PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: "

[PATCH 0/3] iommu/tegra-smmu: Reference count fixes
 2020-09-04  9:00 UTC  (2+ messages)

[PATCH 1/3] iommu: amd: Fix kerneldoc
 2020-09-04  8:57 UTC  (2+ messages)

[PATCH] iommu: amd: Add missing function prototypes to fix -Wmissing-prototypes
 2020-09-04  8:42 UTC  (2+ messages)

[PATCH] iommu: mtk: Drop of_match_ptr to fix -Wunused-const-variable
 2020-09-04  8:41 UTC  (2+ messages)

[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
 2020-09-04  8:30 UTC  (3+ messages)
` [PATCH V5 1/3] "
  ` [PATCH V6 "

[PATCH v3 0/2] Add support for ACPI device in RMRR
 2020-09-04  5:42 UTC  (12+ messages)
` [PATCH v3 1/2] iommu/vt-d:Add support for detecting "
    ` 答复: "
` [PATCH v3 2/2] iommu/vt-d:Add support for probing "
    ` 答复: "
        ` 答复: "
            ` 答复: "

[PATCH v2 1/1] iommu/vt-d: Use device numa domain if RHSA is missing
 2020-09-04  2:16 UTC  (3+ messages)

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-03 21:07 UTC  (29+ messages)
` [PATCH v2 1/9] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH v2 2/9] iommu/ioasid: Rename ioasid_set_data()
` [PATCH v2 3/9] iommu/ioasid: Introduce ioasid_set APIs
` [PATCH v2 4/9] iommu/ioasid: Add reference couting functions
` [PATCH v2 5/9] iommu/ioasid: Introduce ioasid_set private ID
` [PATCH v2 6/9] iommu/ioasid: Introduce notification APIs
` [PATCH v2 7/9] iommu/vt-d: Listen to IOASID notifications
` [PATCH v2 9/9] iommu/vt-d: Store guest PASID during bind

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-03 20:26 UTC  (10+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-03 18:12 UTC  (4+ messages)

[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-09-03 17:32 UTC  (11+ messages)
` [PATCH v11 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH v8 0/7] IOMMU user API enhancement
 2020-09-03  9:06 UTC  (5+ messages)
` [PATCH v8 6/7] iommu/uapi: Handle data and argsz filled by users
` [PATCH v8 7/7] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH 0/2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
 2020-09-03  8:14 UTC  (6+ messages)
` [PATCH 1/2] iommu: amd: Restore IRTE.RemapEn bit after programming IRTE
` [PATCH 2/2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE

a saner API for allocating DMA addressable pages
 2020-09-03  8:46 UTC  (37+ messages)
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device

[Regression] [PATCH] iommu: Avoid crash in init_no_remapping_devices if iommu is NULL
 2020-09-03  6:46 UTC  (8+ messages)
      ` [PATCH] iommu: Allocate dev_iommu before accessing priv data

[PATCH v2 1/3] swiotlb: Use %pa to print phys_addr_t variables
 2020-09-03  2:02 UTC  (4+ messages)
` [PATCH v2 2/3] swiotlb: Declare swiotlb_late_init_with_default_size() in header
` [PATCH v2 3/3] swiotlb: Mark max_segment with static keyword

[PATCH v4] iommu/tegra-smmu: Add locking around mapping operations
 2020-09-01 18:56 UTC  (2+ messages)

[PATCH v16 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-09-01 16:46 UTC  (21+ messages)
` [PATCH v16 01/20] drm/msm: Remove dangling submitqueue references
` [PATCH v16 02/20] drm/msm: Add private interface for adreno-smmu
` [PATCH v16 03/20] drm/msm/gpu: Add dev_to_gpu() helper
` [PATCH v16 04/20] drm/msm: Set adreno_smmu as gpu's drvdata
` [PATCH v16 05/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH v16 06/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH v16 07/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v16 08/20] drm/msm: Add support to create a local pagetable
` [PATCH v16 09/20] drm/msm: Add support for private address space instances
` [PATCH v16 10/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH v16 11/20] drm/msm: Show process names in gem_describe
` [PATCH v16 12/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v16 13/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH v16 14/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v16 15/20] iommu/arm-smmu: Constify some helpers
` [PATCH v16 16/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v16 17/20] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v16 18/20] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v16 19/20] arm: dts: qcom: sm845: Set the compatible string for the "
` [PATCH v16 20/20] arm: dts: qcom: sc7180: "

[PATCH v12 00/13] iommu/arm-smmu: Add Adreno SMMU specific implementation
 2020-09-01 15:53 UTC  (11+ messages)
` [PATCH 01/19] drm/msm: remove dangling submitqueue references
` [PATCH 06/19] drm/msm/gpu: add dev_to_gpu() helper
` [PATCH 19/19] drm/msm: show process names in gem_describe

[PATCH v2 0/2] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-09-01 11:17 UTC  (2+ messages)

[PATCH v8 0/3] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-09-01  7:20 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).