iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 13:05:36 to 2020-07-14 16:22:59 UTC [more...]

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-14 16:29 UTC  (7+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[PATCH 0/9] R8A774E1 SoC enable support for IPMMU, DMAC, GPIO and AVB
 2020-07-14 12:39 UTC  (20+ messages)
` [PATCH 1/9] dt-bindings: iommu: renesas, ipmmu-vmsa: Add r8a774e1 support
` [PATCH 2/9] iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code
` [PATCH 3/9] arm64: dts: renesas: r8a774e1: Add IPMMU device nodes
` [PATCH 4/9] dt-bindings: dma: renesas, rcar-dmac: Document R8A774E1 bindings
  ` [PATCH 4/9] dt-bindings: dma: renesas,rcar-dmac: "
` [PATCH 5/9] arm64: dts: renesas: r8a774e1: Add SYS-DMAC device nodes
` [PATCH 6/9] dt-bindings: gpio: renesas, rcar-gpio: Add r8a774e1 support
` [PATCH 7/9] arm64: dts: renesas: r8a774e1: Add GPIO device nodes
` [PATCH 8/9] dt-bindings: net: renesas, ravb: Add support for r8a774e1 SoC
  ` [PATCH 8/9] dt-bindings: net: renesas,ravb: "
` [PATCH 9/9] arm64: dts: renesas: r8a774e1: Add Ethernet AVB node

[PATCH v10 0/5] NVIDIA ARM SMMU Implementation
 2020-07-14 14:22 UTC  (11+ messages)
` [PATCH v10 2/5] iommu/arm-smmu: ioremap smmu mmio region before implementation init
` [PATCH v10 4/5] dt-bindings: arm-smmu: add binding for Tegra194 SMMU
` [PATCH v10 5/5] iommu/arm-smmu: Add global/context fault implementation hooks

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

[PATCH v2 0/4] dma-pool: Fix atomic pool selection
 2020-07-14 12:39 UTC  (5+ messages)
` [PATCH v2 1/4] dma-direct: Provide function to check physical memory area validity
` [PATCH v2 2/4] dma-pool: Get rid of dma_in_atomic_pool()
` [PATCH v2 3/4] dma-pool: Introduce dma_guess_pool()
` [PATCH v2 4/4] dma-pool: Make sure atomic pool suits device

[PATCH v2] iommu/exynos: Rename update_pte()
 2020-07-14 11:59 UTC 

[PATCH 1/2] iommu/intel: Avoid SAC address trick for PCIe devices
 2020-07-14 11:42 UTC  (5+ messages)
` [PATCH 2/2] iommu/dma: "

[PATCH] iommu/exynos: Rename update_pte()
 2020-07-14 11:40 UTC  (2+ messages)

[PATCH 0/4] dma-pool: Fix atomic pool selection
 2020-07-14 11:40 UTC  (5+ messages)
` [PATCH 3/4] dma-pool: Introduce dma_guess_pool()

[PATCH 0/4] Bounced DMA support
 2020-07-14 11:01 UTC  (8+ messages)
` [PATCH 1/4] dma-mapping: Add bounced DMA ops
` [PATCH 2/4] dma-mapping: Add bounced DMA pool
` [PATCH 3/4] dt-bindings: of: Add plumbing for "
` [PATCH 4/4] "

[PATCH v3 0/4] Add system mmu support for Armada-806
 2020-07-14 10:26 UTC  (7+ messages)
` [PATCH v3 3/4] dt-bindings: arm-smmu: add compatible string for Marvell Armada-AP806 SMMU-500

[PATCH 0/2] iommu/ipmmu-vmsa: Add entry for R8A774E1 and r8a77961
 2020-07-14 10:20 UTC  (3+ messages)
` [PATCH 1/2] iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code
` [PATCH 2/2] iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-14 10:12 UTC  (18+ messages)
` [PATCH v5 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v5 02/15] iommu: Report domain nesting info
` [PATCH v5 03/15] iommu/smmu: Report empty "
` [PATCH v5 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v5 05/15] vfio: Add PASID allocation/free support
` [PATCH v5 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v5 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v5 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v5 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v5 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v5 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v5 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v5 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v5 14/15] vfio: Document dual stage control
` [PATCH v5 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH 00/21] MT8192 IOMMU support
 2020-07-14  9:33 UTC  (34+ messages)
` [PATCH 01/21] dt-binding: memory: mediatek: Add a common larb-port header file
    ` [SPAM]Re: "
` [PATCH 02/21] dt-binding: memory: mediatek: Extend LARB_NR_MAX to 32
` [PATCH 03/21] dt-binding: memory: mediatek: Add domain definition
` [PATCH 04/21] dt-binding: mediatek: Add binding for mt8192 IOMMU and SMI
` [PATCH 05/21] iommu/mediatek: Use the common mtk-smi-larb-port.h
` [PATCH 06/21] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH 07/21] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH 08/21] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
` [PATCH 09/21] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
` [PATCH 10/21] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH 11/21] iommu/mediatek: Add power-domain operation
` [PATCH 12/21] iommu/mediatek: Add iova reserved function
` [PATCH 13/21] iommu/mediatek: Make MTK_IOMMU depend on ARM64
` [PATCH 14/21] iommu/mediatek: Add single domain
` [PATCH 15/21] iommu/mediatek: Support master use iova over 32bit
` [PATCH 16/21] iommu/mediatek: Support up to 34bit iova in tlb invalid
` [PATCH 17/21] iommu/mediatek: Support report iova 34bit translation fault in ISR
` [PATCH 18/21] iommu/mediatek: Add support for multi domain
` [PATCH 19/21] iommu/mediatek: Adjust the structure
` [PATCH 20/21] iommu/mediatek: Add mt8192 support
` [PATCH 21/21] memory: mtk-smi: "

[PATCH v2 0/2] Some improvements for iommu
 2020-07-14  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] iommu: Mark __iommu_map/__iommu_map_sg as static
` [PATCH v2 2/2] iommu: Add gfp parameter to io_pgtable_ops->map()

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-07-14  7:56 UTC  (17+ messages)
` [PATCH v2 3/5] irqchip: Allow QCOM_PDC to be loadable as a permanent module
` [PATCH v2 5/5] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

generic DMA bypass flag v4
 2020-07-14  7:12 UTC  (6+ messages)
` [PATCH 4/5] dma-mapping: add a dma_ops_bypass flag to struct device

[PATCH v4 0/5] IOMMU user API enhancement
 2020-07-14  5:00 UTC  (4+ messages)
` [PATCH v4 1/5] docs: IOMMU user API

[PATCH] iommu/arm-smmu: Add a init_context_bank implementation hook
 2020-07-14  4:37 UTC  (6+ messages)
      ` [Freedreno] "

[git pull] IOMMU Fixes for Linux v5.8-rc5
 2020-07-14  1:35 UTC  (2+ messages)

[iommu:core 18/19] drivers/iommu/exynos-iommu.c:724:20: error: conflicting types for 'update_pte'
 2020-07-14  0:49 UTC 

[PATCH v7 00/36] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-07-14  0:28 UTC  (5+ messages)
  ` [PATCH v7 08/36] drm: exynos: fix common struct sg_table related issues
  ` [PATCH v7 07/36] drm: exynos: use common helper for a scatterlist contiguity check

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-07-13 23:57 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 06/12] of/iommu: Make of_map_rid() PCI agnostic

[PATCH 1/5] iommu/arm-smmu: Make all valid stream mappings BYPASS
 2020-07-13 21:25 UTC  (3+ messages)
` [RFC PATCH] iommu/arm-smmu: arm_smmu_setup_identity() can be static

[PATCH v8 00/12] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-07-13 20:22 UTC  (5+ messages)
` [PATCH v8 04/12] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v8 07/12] iommu/arm-smmu-v3: Share process page tables

[PATCH] iommu/mediatek: Include liunx/dma-mapping.h
 2020-07-13 20:22 UTC  (2+ messages)

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-07-13 17:35 UTC  (5+ messages)
` [PATCH v2 1/6] iommu/arm-smmu: Add auxiliary domain support for arm-smmuv2
    ` [Freedreno] "

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-07-13 17:19 UTC  (4+ messages)
` [PATCH v9 4/7] iommu/arm-smmu: Add a pointer to the attached device to smmu_domain
    ` [Freedreno] "

[PATCH v2] iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
 2020-07-13 15:15 UTC  (4+ messages)

[PATCH -next] iommu: Make some functions static
 2020-07-13 14:25 UTC 

[PATCH v6 00/10] MT6779 IOMMU SUPPORT
 2020-07-13 13:29 UTC  (6+ messages)
` [PATCH v6 07/10] iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definition

[PATCH v4 4/4] PCI/ACS: Enable PCI_ACS_TB for untrusted/external-facing devices
 2020-07-13  8:01 UTC  (9+ messages)

[PATCH v3 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-13  2:45 UTC  (2+ messages)

[PATCH] xen: introduce xen_vring_use_dma
 2020-07-13  1:53 UTC  (14+ messages)

[PATCH v3 0/3] Allow for qcom-pdc to be loadable as a module
 2020-07-10 23:18 UTC  (4+ messages)
` [PATCH v3 1/3] irq: irqdomain: Export irq_domain_update_bus_token
` [PATCH v3 2/3] irq: irqchip: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_parent
` [PATCH v3 3/3] irqchip: Allow QCOM_PDC to be loadable as a permanent module

[PATCH v4 1/4] PCI: Move pci_enable_acs() and its dependencies up in pci.c
 2020-07-10 20:39 UTC  (2+ messages)

[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2020-07-10 19:18 UTC  (4+ messages)
` [PATCH V6 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask

[PATCH] dma-pool: Only allocate from CMA when in same memory zone
 2020-07-10 18:51 UTC  (2+ messages)

a question of split_huge_page
 2020-07-10 17:29 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for 5.8
 2020-07-10 16:55 UTC  (2+ messages)

[PATCH] iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag
 2020-07-10 14:37 UTC  (5+ messages)

[PATCH] IOMMU DRIVERS: Replace HTTP links with HTTPS ones
 2020-07-10 14:18 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).