iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 13:08:55 to 2020-06-30 02:00:57 UTC [more...]

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-30  2:00 UTC  (13+ messages)
` [PATCH v3 02/14] iommu: Report domain nesting info
` [PATCH v3 13/14] vfio: Document dual stage control

[PATCH] xen: introduce xen_vring_use_dma
 2020-06-30  1:40 UTC  (17+ messages)

[PATCH 1/2] iommu: Add iommu_group_get/set_domain()
 2020-06-30  1:03 UTC  (4+ messages)
` [PATCH 2/2] vfio/type1: Update group->domain after aux attach and detach

[PATCH v8 0/3] Nvidia Arm SMMUv2 Implementation
 2020-06-30  0:19 UTC  (6+ messages)
` [PATCH v8 1/3] iommu/arm-smmu: add NVIDIA implementation for dual ARM MMU-500 usage
` [PATCH v8 2/3] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU
` [PATCH v8 3/3] iommu/arm-smmu: Add global/context fault implementation hooks

[PATCH v7 0/3] Nvidia Arm SMMUv2 Implementation
 2020-06-29 23:52 UTC  (9+ messages)
` [PATCH v7 1/3] iommu/arm-smmu: add NVIDIA implementation for dual ARM MMU-500 usage
` [PATCH v7 2/3] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU
` [PATCH v7 3/3] iommu/arm-smmu: Add global/context fault implementation hooks

[PATCH v3 0/5] IOMMU user API enhancement
 2020-06-29 23:05 UTC  (4+ messages)
` [PATCH v3 1/5] docs: IOMMU user API

[PATCH] iommu: SUN50I_IOMMU should depend on HAS_DMA
 2020-06-29 16:29 UTC  (3+ messages)

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-29 16:23 UTC  (10+ messages)

[PATCHv3 0/7] System Cache support for GPU and required SMMU support
 2020-06-29 15:52 UTC  (8+ messages)
` [PATCHv3 1/7] iommu/arm-smmu: Add a init_context_bank implementation hook
` [PATCHv3 2/7] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv3 3/7] iommu/arm-smmu: Add domain attribute for "
` [PATCHv3 4/7] iommu: arm-smmu-impl: Remove unwanted extra blank lines
` [PATCHv3 5/7] iommu: arm-smmu-impl: Convert to use of_match_node() for qcom impl
` [PATCHv3 6/7] drm/msm: rearrange the gpu_rmw() function
` [PATCHv3 7/7] drm/msm/a6xx: Add support for using system cache(LLC)

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-06-29 14:56 UTC  (10+ messages)
` [PATCH v2 1/6] iommu/arm-smmu: Add auxiliary domain support for arm-smmuv2
` [PATCH v2 2/6] iommu/io-pgtable: Allow a pgtable implementation to skip TLB operations
` [PATCH v2 3/6] iommu/arm-smmu: Add a domain attribute to pass the pagetable config
` [PATCH v2 4/6] drm/msm: Add support to create a local pagetable
` [PATCH v2 5/6] drm/msm: Add support for address space instances
` [PATCH v2 6/6] drm/msm/a6xx: Add support for per-instance pagetables
      ` [Freedreno] "

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-06-29 14:52 UTC  (10+ messages)
` [PATCH v9 1/7] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v9 2/7] iommu/arm-smmu: Add support for split pagetables
` [PATCH v9 3/7] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v9 4/7] iommu/arm-smmu: Add a pointer to the attached device to smmu_domain
` [PATCH v9 5/7] iommu/arm-smmu: Add implementation for the adreno GPU SMMU
` [PATCH v9 6/7] drm/msm: Set the global virtual address range from the IOMMU domain
  ` [Freedreno] "
` [PATCH v9 7/7] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU

add an API to check if a streamming mapping needs sync calls
 2020-06-29 14:22 UTC  (7+ messages)
` [PATCH 1/4] dma-mapping: add a new dma_need_sync API
` [PATCH 2/4] xsk: replace the cheap_dma flag with a dma_need_sync flag
` [PATCH 3/4] xsk: remove a double pool->dev assignment in xp_dma_map
` [PATCH 4/4] xsk: use dma_need_sync instead of reimplenting it

the XSK buffer pool needs be to reverted
 2020-06-29 13:15 UTC  (7+ messages)

[Regression] "iommu/amd: Relax locking in dma_ops path" makes tg3 ethernet transmit queue timeout
 2020-06-29 12:33 UTC  (5+ messages)

[PATCH 00/13] iommu: Remove usage of dev->archdata.iommu
 2020-06-29 10:57 UTC  (13+ messages)
` [PATCH 02/13] iommu/vt-d: Use dev_iommu_priv_get/set()
` [PATCH 09/13] x86: Remove dev->archdata.iommu pointer
` [PATCH 10/13] ia64: "
` [PATCH 12/13] arm64: "
` [PATCH 13/13] powerpc/dma: Remove dev->archdata.iommu_domain
  ` [PATCH 01/13] iommu/exynos: Use dev_iommu_priv_get/set()

[PATCH v5 00/10] MT6779 IOMMU SUPPORT
 2020-06-29 10:29 UTC  (17+ messages)
` [PATCH v5 01/10] dt-bindings: mediatek: Add bindings for MT6779
` [PATCH v5 02/10] iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRL
` [PATCH v5 03/10] iommu/mediatek: Modify the usage of mtk_iommu_plat_data structure
` [PATCH v5 04/10] iommu/mediatek: Setting MISC_CTRL register
` [PATCH v5 05/10] iommu/mediatek: Move inv_sel_reg into the plat_data
` [PATCH v5 06/10] iommu/mediatek: Add sub_comm id in translation fault
` [PATCH v5 07/10] iommu/mediatek: Add REG_MMU_WR_LEN register definition
` [PATCH v5 08/10] iommu/mediatek: Extend protect pa alignment value
` [PATCH v5 09/10] iommu/mediatek: Modify MMU_CTRL register setting
` [PATCH v5 10/10] iommu/mediatek: Add mt6779 basic support

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-06-29  9:05 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/12] ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NC

[PATCH v2] dma-pool: Fix too large DMA pools on medium systems
 2020-06-29  8:12 UTC  (5+ messages)

[patch] dma-pool: warn when coherent pool is depleted
 2020-06-29  8:05 UTC  (3+ messages)

[PATCH 1/2] iommu/sun50i: Change the readl timeout to the atomic variant
 2020-06-28 18:08 UTC  (2+ messages)
` [PATCH 2/2] iommu/sun50i: Remove unused variable

[PATCH v3 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-06-28 11:12 UTC  (3+ messages)
` [PATCH v3 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v3 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH v2 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-06-28  8:58 UTC  (8+ messages)
` [PATCH v2 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v2 2/2] arm64: mm: reserve per-numa CMA after numa_init

Passing NULL dev to dma_alloc_coherent() allowed or not?
 2020-06-28  7:10 UTC  (3+ messages)

[PATCH 0/4] iommu/vt-d: Add prq report and response support
 2020-06-28  0:33 UTC  (5+ messages)
` [PATCH 1/4] iommu/vt-d: Refactor device_to_iommu() helper
` [PATCH 2/4] iommu/vt-d: Add a helper to get svm and sdev for pasid
` [PATCH 3/4] iommu/vt-d: Report page request faults for guest SVA
` [PATCH 4/4] iommu/vt-d: Add page response ops support

[GIT PULL] dma-mapping fixes for 5.8
 2020-06-27 20:25 UTC  (2+ messages)

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-06-27  9:37 UTC  (5+ messages)
` [PATCH v2 3/5] irqchip: Allow QCOM_PDC to be loadable as a permanent module

[PATCH 1/2] pci: Add pci device even if the driver failed to attach
 2020-06-27  5:02 UTC  (10+ messages)
` [PATCH 2/2] pci: Add parameter to disable attaching untrusted devices

[PATCH V4 0/3] iommu: Add support to change default domain of an iommu group
 2020-06-26 21:34 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.8-rc2
 2020-06-26 19:40 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
 2020-06-26 19:39 UTC  (3+ messages)

[PATCH v4 00/12] x86: tag application address space for devices
 2020-06-26 18:35 UTC  (23+ messages)
` [PATCH v4 01/12] iommu: Change type of pasid to u32
` [PATCH v4 02/12] iommu/vt-d: Change flags type to unsigned int in binding mm
` [PATCH v4 03/12] docs: x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v4 04/12] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v4 05/12] x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature
` [PATCH v4 06/12] x86/msr-index: Define IA32_PASID MSR
` [PATCH v4 07/12] mm: Define pasid in mm
` [PATCH v4 08/12] fork: Clear PASID for new mm
` [PATCH v4 09/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v4 10/12] x86/mmu: Allocate/free PASID
` [PATCH v4 11/12] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH v4 12/12] x86/traps: Fix up invalid PASID

[PATCH v2 00/15] Documentation fixes
 2020-06-26 16:13 UTC  (2+ messages)

[PATCH v2 0/2] iommu/amd: Don't use atomic64_t for domain->pt_root
 2020-06-26 12:30 UTC  (4+ messages)
` [PATCH v2 1/2] iommu/amd: Add helper functions to update domain->pt_root
` [PATCH v2 2/2] iommu/amd: Use 'unsigned long' for domain->pt_root

[PATCH 4/4] iommu/arm-smmu-v3: Remove cmpxchg() in arm_smmu_cmdq_issue_cmdlist()
 2020-06-26 10:05 UTC  (7+ messages)

[PATCH 0/2] iommu/amd: Don't use atomic64_t for domain->pt_root
 2020-06-26  8:05 UTC  (5+ messages)
` [PATCH 1/2] iommu/amd: Add helper functions to update domain->pt_root
` [PATCH 2/2] iommu/amd: Use 'unsigned long' for domain->pt_root

[PATCH v6 0/4] Nvidia Arm SMMUv2 Implementation
 2020-06-25 23:13 UTC  (7+ messages)
` [PATCH v6 1/4] iommu/arm-smmu: add NVIDIA implementation for dual ARM MMU-500 usage
` [PATCH v6 2/4] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU


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