iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-20 18:54:37 to 2020-01-07 13:03:45 UTC [more...]

[PATCH] iommu/vt-d fix adding non-PCI devices to Intel IOMMU
 2020-01-07 13:03 UTC  (3+ messages)

[PATCH v2] iommu/qcom: fix NULL pointer dereference during probe deferral
 2020-01-07 11:55 UTC  (3+ messages)

[PATCH v2 00/19] MT6779 IOMMU SUPPORT
 2020-01-07 11:10 UTC  (22+ messages)
` [PATCH v2 01/19] dt-bindings: mediatek: Add bindings for MT6779
` [PATCH v2 02/19] iommu/mediatek: Add m4u1_mask to distinguish m4u_id
` [PATCH v2 03/19] iommu/mediatek: Extend larb_remap to larb_remap[2]
` [PATCH v2 04/19] iommu/mediatek: Rename offset=0x48 register
` [PATCH v2 05/19] iommu/mediatek: Put inv_sel_reg in the plat_data for preparing add 0x2c support in mt6779
` [PATCH v2 06/19] iommu/mediatek: Add new flow to get SUB_COMMON ID in translation fault
` [PATCH v2 07/19] iommu/mediatek: Add REG_MMU_WR_LEN reg define prepare for mt6779
` [PATCH v2 08/19] iommu/mediatek: Add mt6779 basic support
` [PATCH v2 09/19] iommu/mediatek: Add mtk_iommu_pgtable structure
` [PATCH v2 10/19] iommu/mediatek: Remove mtk_iommu_domain_finalise
` [PATCH v2 11/19] iommu/mediatek: Remove pgtable info in mtk_iommu_domain
` [PATCH v2 12/19] iommu/mediatek: Change get the way of m4u_group
` [PATCH v2 13/19] iommu/mediatek: Add smi_larb info about device
` [PATCH v2 14/19] iommu/mediatek: Add mtk_domain_data structure
` [PATCH v2 15/19] iommu/mediatek: Remove the usage of m4u_dom variable
` [PATCH v2 16/19] iommu/mediatek: Remove mtk_iommu_get_m4u_data api
` [PATCH v2 17/19] iommu/mediatek: Add iova reserved function
` [PATCH v2 18/19] iommu/mediatek: Change single domain to multiple domains
` [PATCH v2 19/19] iommu/mediatek: Add multiple mtk_iommu_domain support for mt6779

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-01-07 10:54 UTC  (3+ messages)

[PATCH v2] iommu/vt-d: Don't reject nvme host due to scope mismatch
 2020-01-07  1:57 UTC  (2+ messages)

[PULL REQUEST] iommu/vt-d: patches for v5.6
 2020-01-07  1:47 UTC  (34+ messages)
` [PATCH 01/22] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
` [PATCH 02/22] iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
` [PATCH 03/22] iommu/vt-d: Match CPU and IOMMU paging mode
` [PATCH 04/22] iommu/vt-d: Reject SVM bind for failed capability check
` [PATCH 05/22] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH 06/22] iommu/vt-d: Fix off-by-one in PASID allocation
` [PATCH 07/22] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH 08/22] iommu/vt-d: Avoid sending invalid page response
` [PATCH 09/22] iommu/vt-d: Misc macro clean up for SVM
` [PATCH 10/22] iommu/vt-d: trace: Extend map_sg trace event
` [PATCH 11/22] iommu/vt-d: Avoid iova flush queue in strict mode
` [PATCH 12/22] iommu/vt-d: Loose requirement for flush queue initializaton
` [PATCH 13/22] iommu/vt-d: Identify domains using first level page table
` [PATCH 14/22] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH 15/22] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH 16/22] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH 17/22] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH 18/22] iommu/vt-d: Make first level IOVA canonical
` [PATCH 19/22] iommu/vt-d: Update first level super page capability
` [PATCH 20/22] iommu/vt-d: Use iova over first level
` [PATCH 21/22] iommu/vt-d: debugfs: Add support to show page table internals
` [PATCH 22/22] iommu/vt-d: Add a quirk flag for scope mismatched devices

[PATCH v3 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2020-01-06 21:59 UTC  (6+ messages)
` [PATCH v3 4/5] drm/msm: Refactor address space initialization
  ` [Freedreno] "
` [PATCH v3 5/5] drm/msm/a6xx: Support split pagetables

[PATCH] iommu/dma: fix variable 'cookie' set but not used
 2020-01-06 18:44 UTC  (3+ messages)

Regression iommu/vt-d bounce buffer
 2020-01-06 15:43 UTC 

[PATCH v4 00/16] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2020-01-06 10:48 UTC  (3+ messages)

[PATCH v2] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2020-01-06  8:37 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU
 2020-01-06  3:20 UTC  (3+ messages)
` [PATCH 2/2] iommu/mediatek: add support for MT8167

[PATCH] iommu/qcom: fix NULL pointer dereference during probe deferral
 2020-01-01 18:18 UTC  (3+ messages)

[PATCH v2 0/7] drm/msm/a6xx: System Cache Support
 2020-01-03 19:02 UTC  (9+ messages)
` [PATCH v2 1/7] iommu/arm-smmu: Pass io_pgtable_cfg to impl specific init_context
` [PATCH v2 2/7] iommu/arm-smmu: Add domain attribute for QCOM system cache
  ` [Freedreno] "
` [PATCH v2 3/7] drm/msm: Attach the IOMMU device during initialization
` [PATCH v2 4/7] drm/msm: Refactor address space initialization
` [PATCH v2 5/7] drm: msm: a6xx: Properly free up the iommu objects
` [PATCH v2 6/7] drm/msm: rearrange the gpu_rmw() function
` [PATCH v2 7/7] drm/msm/a6xx: Add support for using system cache(LLC)

[PATCH 1/3] iommu: omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit
 2020-01-03  8:57 UTC  (10+ messages)
` [PATCH 2/3] iommu: omap: Fix printing format for size_t on 64-bit
` [PATCH 3/3] iommu: Enable compile testing for some of drivers

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2020-01-02 17:44 UTC  (2+ messages)
` arm-smmu-v3 high cpu usage for NVMe

[PATCH v5 0/9] Use 1st-level for IOVA translation
 2020-01-02  2:32 UTC  (13+ messages)
` [PATCH v5 1/9] iommu/vt-d: Identify domains using first level page table
` [PATCH v5 2/9] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v5 3/9] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v5 4/9] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v5 5/9] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v5 6/9] iommu/vt-d: Make first level IOVA canonical
` [PATCH v5 7/9] iommu/vt-d: Update first level super page capability
` [PATCH v5 8/9] iommu/vt-d: Use iova over first level
` [PATCH v5 9/9] iommu/vt-d: debugfs: Add support to show page table internals

[PATCH 1/1] iommu/vt-d: Add a quirk flag for scope mismatched devices
 2020-01-01 23:36 UTC  (3+ messages)

[RFC PATCH 0/4] iommu: Per-group default domain type
 2020-01-01  5:26 UTC  (5+ messages)
` [RFC PATCH 1/4] driver core: Add iommu_passthrough to struct device
` [RFC PATCH 2/4] PCI: Add "pci=iommu_passthrough=" parameter for iommu passthrough
` [RFC PATCH 3/4] iommu: Preallocate iommu group when probing devices
` [RFC PATCH 4/4] iommu: Determine default domain type before allocating domain

[RFC 0/5] Clean up VMD DMA Map Ops
 2020-01-01  4:05 UTC  (8+ messages)
` [RFC 1/5] iommu: Remove device link to group on failure
` [RFC 2/5] iommu/vt-d: Unlink device if failed to add to group
` [RFC 3/5] x86/PCI: Expose VMD's device in pci_sysdata
` [RFC 4/5] PCI: vmd: Stop overriding dma_map_ops
` [RFC 5/5] x86/PCI: Remove unused X86_DEV_DMA_OPS

[RESEND,PATCH 00/13] MT6779 IOMMU SUPPORT
 2019-12-31  9:39 UTC  (7+ messages)
` [RESEND,PATCH 02/13] iommu/mediatek: Add mt6779 IOMMU basic support
` [RESEND,PATCH 03/13] iommu/mediatek: Add mtk_iommu_pgtable structure

[RFT] iommu: omap: Fix -Woverflow warnings when compiling on 64-bit architectures
 2019-12-31  8:46 UTC 

[PATCH] drm/rockchip: Add missing vmalloc header
 2019-12-31  8:12 UTC 

[PATCH 1/1] iommu/amd: Fix typos for PPR macros
 2019-12-30  5:56 UTC 

[PATCH 5.4 368/434] iommu: set group default domain before creating direct mappings
 2019-12-29 17:27 UTC  (2+ messages)
` [PATCH 5.4 371/434] iommu/vt-d: Allocate reserved region for ISA with correct permission

[PATCH 1/1] iommu/vt-d: trace: Extend map_sg trace event
 2019-12-28  3:26 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Avoid iova flush queue in strict mode
 2019-12-28  2:47 UTC  (4+ messages)
` [PATCH 2/2] iommu/vt-d: Loose requirement for flush queue initializaton

[PATCH v5 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-28  2:46 UTC  (2+ messages)

[PATCH v3 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-12-28  2:42 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 62/84] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-27 17:43 UTC 

[PATCH AUTOSEL 5.4 131/187] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-27 17:39 UTC 

[PATCH 0/3] iommu/arm-smmu: Qualcomm bootsplash/efifb
 2019-12-26 22:17 UTC  (4+ messages)
` [PATCH 1/3] iommu/arm-smmu: Don't blindly use first SMR to calculate mask
` [PATCH 2/3] iommu/arm-smmu: Expose s2cr and smr structs to impl
` [PATCH 3/3] iommu/arm-smmu: Allow inherting stream mapping from bootloader

[PATCH] iommu/arm-smmu-v3: fix resource_size check
 2019-12-26  9:50 UTC 

[PATCH 1/2] iommu/arm-smmu-v3: constify arm_smmu_options[]
 2019-12-26  9:51 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: simplify parse_driver_options()

答复: 答复: [PATCH] iommu/vt-d: Don't reject nvme host due to scope mismatch
 2019-12-25  2:40 UTC  (9+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "
              ` 答复: "

[PATCH 1/1] iommu/amd: Remove local variables
 2019-12-24 14:46 UTC 

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2019-12-24 10:20 UTC  (15+ messages)
` [PATCH 1/8] iommu/vt-d: clean up 32bit si_domain assignment
` [PATCH 2/8] iommu/vt-d: Use default dma_direct_* mapping functions for direct mapped devices
` [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path
` [PATCH 4/8] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH 5/8] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH 6/8] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH 7/8] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH 8/8] DO NOT MERGE: iommu: disable list appending in dma-iommu

[PATCH 1/2] iommu/arm-smmu-v3: remove useless of_match_ptr()
 2019-12-24  8:15 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu: fix -Wunused-const-variable warning

[PATCH 0/3] iommu/vt-d bad RMRR workarounds
 2019-12-23 20:27 UTC  (6+ messages)
` [PATCH 1/3] iommu/vt-d: skip RMRR entries that fail the sanity check

[PATCH 1/6] iommu/omap: convert to devm_platform_ioremap_resource
 2019-12-23 19:00 UTC  (8+ messages)
` [PATCH] virtio-mmio: "
` [PATCH 2/6] iommu/exynos: "
` [PATCH 3/6] iommu/qcom: "
` [PATCH 4/6] iommu/ipmmu-vmsa: "
` [PATCH 5/6] iommu/mediatek: "
` [PATCH 6/6] iommu/rockchip: "

Patch "iommu/vt-d: Allocate reserved region for ISA with correct permission" has been added to the 5.4-stable tree
 2019-12-23 17:36 UTC 

Patch "iommu: set group default domain before creating direct mappings" has been added to the 5.4-stable tree
 2019-12-23 17:36 UTC 

[PATCH v10 0/4] Add uacce module for Accelerator
 2019-12-23 13:41 UTC  (2+ messages)

[PATCH] iommu/amd: Remove unused variable
 2019-12-23 13:20 UTC 

[PATCH] iommu/vt-d: Don't reject nvme host due to scope mismatch
 2019-12-23 13:05 UTC  (4+ messages)
  ` 答复: "

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-22  7:00 UTC  (8+ messages)
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level

[PATCH 0/5] drm/msm/a6xx: System Cache Support
 2019-12-20 19:57 UTC  (5+ messages)
` [PATCH 5/5] drm/msm/a6xx: Add support for using system cache(LLC)
      ` [Freedreno] "

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-12-20 18:54 UTC  (6+ 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).