iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 01:09:46 to 2021-01-05 05:59:07 UTC [more...]

[PATCH v3 0/3] iommu/vt-d: Misc fixes on scalable mode
 2021-01-05  5:58 UTC  (9+ messages)
` [PATCH v3 1/3] iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
` [PATCH v3 2/3] iommu/vt-d: Track device aux-attach with subdevice_domain_info
` [PATCH v3 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices

[PATCH] [v2] iommu/intel: Fix memleak in intel_irq_remapping_alloc
 2021-01-05  5:18 UTC 

[PATCH] iommu: check for the deferred attach when attaching a device
 2021-01-05  3:55 UTC  (2+ messages)

[EXTERNAL] PROBLEM: commit f36a74b9345a leads to not booting system with AMD 2990WX
 2021-01-05  2:24 UTC  (3+ messages)
` [PATCH] iommu/amd: Stop irq_remapping_select() matching when remapping is disabled

[PATCH] iommu/intel: Fix memleak in intel_irq_remapping_alloc
 2021-01-05  2:48 UTC  (7+ messages)
  `  "

Interrupts enabled after amd_iommu_resume+0x0/0x40
 2021-01-05  1:32 UTC  (4+ messages)
  ` [PATCH] iommu/amd: Set iommu->int_enabled consistently when interrupts are set up

[PATCH] x86/iommu: Fix two minimal issues in check_iommu_entries()
 2021-01-04 19:02 UTC  (4+ messages)

[PATCH v4 00/13] iommu/amd: Add Generic IO Page Table Framework Support
 2021-01-04 11:01 UTC  (15+ messages)
` [PATCH v4 01/13] iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inline
` [PATCH v4 02/13] iommu/amd: Prepare for generic IO page table framework
` [PATCH v4 03/13] iommu/amd: Move pt_root to struct amd_io_pgtable
` [PATCH v4 04/13] iommu/amd: Convert to using amd_io_pgtable
` [PATCH v4 05/13] iommu/amd: Declare functions as extern
` [PATCH v4 06/13] iommu/amd: Move IO page table related functions
` [PATCH v4 07/13] iommu/amd: Restructure code for freeing page table
` [PATCH v4 08/13] iommu/amd: Remove amd_iommu_domain_get_pgtable
` [PATCH v4 09/13] iommu/amd: Rename variables to be consistent with struct io_pgtable_ops
` [PATCH v4 10/13] iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable
` [PATCH v4 11/13] iommu/amd: Introduce iommu_v1_iova_to_phys
` [PATCH v4 12/13] iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page
` [PATCH v4 13/13] iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page table

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-01-04 10:55 UTC  (12+ messages)

[PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
 2020-12-31  3:44 UTC  (2+ messages)

[PATCH 1/5] iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
 2020-12-31  0:53 UTC  (5+ messages)
` [PATCH 2/5] iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()
` [PATCH 3/5] iommu/vt-d: Remove unused dma map/unmap trace events
` [PATCH 4/5] Revert "iommu: Add quirk for Intel graphic devices in map_sg"
` [PATCH 5/5] iommu/vt-d: Fix lockdep splat in sva bind()/unbind()

[PATCH] dma-debug: Delete outdated comment of the hash function
 2020-12-29 13:40 UTC 

[PATCH v5 00/27] MT8192 IOMMU support
 2020-12-29 11:25 UTC  (22+ messages)
` [PATCH v5 04/27] dt-bindings: memory: mediatek: Add domain definition
` [PATCH v5 06/27] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v5 09/27] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v5 15/27] iommu/mediatek: Add fail handle for sysfs_add and device_register
` [PATCH v5 16/27] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v5 17/27] iommu/mediatek: Add pm runtime callback
` [PATCH v5 18/27] iommu/mediatek: Add power-domain operation

[PATCH 0/7] iommu: Permit modular builds of io-pgtable drivers
 2020-12-29  1:49 UTC  (8+ messages)
` [PATCH 1/7] iommu/io-pgtable: Introduce dynamic io-pgtable format registration
` [PATCH 2/7] iommu/io-pgtable: Add refcounting for io-pgtable format modules
` [PATCH 3/7] iommu/arm-smmu: Add dependency on "
` [PATCH 4/7] iommu/arm-smmu-v3: Add dependency on io-pgtable-arm format module
` [PATCH 5/7] drm/msm: "
` [PATCH 6/7] drm/panfrost: "
` [PATCH 7/7] iommu/io-pgtable-arm: Allow building modular io-pgtable formats

[PATCH -next] iommu: amd: Use DEFINE_SPINLOCK() for spinlock
 2020-12-28 13:51 UTC 

[PATCH v2 0/3] iommu/vt-d: Misc fixes on scalable mode
 2020-12-25  8:23 UTC  (6+ messages)
` [PATCH v2 1/3] iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
` [PATCH v2 2/3] iommu/vt-d: Track device aux-attach with subdevice_domain_info
` [PATCH v2 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices

[PATCH v3 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2020-12-24 11:27 UTC  (16+ messages)
` [PATCH v3 1/7] iommu: Move iotlb_sync_map out from __iommu_map
` [PATCH v3 2/7] iommu: Add iova and size as parameters in iotlb_sync_map
` [PATCH v3 3/7] iommu/mediatek: Add iotlb_sync_map to sync whole the iova range
` [PATCH v3 4/7] iommu: Switch gather->end to unsigned long long
` [PATCH v3 5/7] iommu: Allow io_pgtable_tlb ops optional
` [PATCH v3 6/7] iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once
` [PATCH v3 7/7] iommu/mediatek: Remove the tlb-ops for v7s

[PATCH] iommu/io-pgtable-arm: Allow non-coherent masters to use system cache
 2020-12-24  6:40 UTC 

[RFC PATCH v2 0/7] iommu: Permit modular builds of io-pgtable drivers
 2020-12-23 19:17 UTC  (18+ messages)
` [PATCH v2 1/7] iommu/io-pgtable: Introduce dynamic io-pgtable fmt registration
` [PATCH v2 2/7] iommu/io-pgtable: Add refcounting for io-pgtable format modules
` [PATCH v2 3/7] iommu/arm-smmu: Add dependency on "
` [PATCH v2 4/7] iommu/arm-smmu-v3: Add dependency on io-pgtable-arm format module
` [PATCH v2 5/7] drm/msm: "
` [PATCH v2 6/7] drm/panfrost: "
` [PATCH v2 7/7] iommu/io-pgtable-arm: Allow building modular io-pgtable fmts

[RFC PATCH 1/2] dt-bindings: iommu: add bindings for sprd iommu
 2020-12-23 11:16 UTC  (2+ messages)
` [RFC PATCH 2/2] iommu: add Unisoc iommu basic driver

[PATCH 0/4] iommu/vtd-: Misc fixes on scalable mode
 2020-12-23  3:59 UTC  (12+ messages)
` [PATCH 1/3] iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
` [PATCH 2/3] iommu/vt-d: Track device aux-attach with subdevice_domain_info
` [PATCH 3/3] iommu/vt-d: A fix to iommu_flush_dev_iotlb() for aux-domain

[PATCH AUTOSEL 4.4 26/38] iommu/tegra-smmu: Expand mutex protection range
 2020-12-23  2:25 UTC 

[PATCH AUTOSEL 4.9 31/48] iommu/tegra-smmu: Expand mutex protection range
 2020-12-23  2:23 UTC 

[PATCH AUTOSEL 4.14 41/66] iommu/tegra-smmu: Expand mutex protection range
 2020-12-23  2:22 UTC 

[PATCH AUTOSEL 4.19 49/87] iommu/tegra-smmu: Expand mutex protection range
 2020-12-23  2:20 UTC 

[PATCH AUTOSEL 5.4 070/130] iommu/tegra-smmu: Expand mutex protection range
 2020-12-23  2:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 128/130] x86, swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests

[PATCH AUTOSEL 5.10 065/217] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-12-23  2:13 UTC 

[PATCH v3 0/3] Audit Capability and Extended Capability among IOMMUs
 2020-12-23  0:29 UTC  (4+ messages)
` [PATCH v3 1/3] iommu/vt-d: Audit IOMMU Capabilities and add helper functions
` [PATCH v3 2/3] iommu/vt-d: Move capability check code to cap_audit files
` [PATCH v3 3/3] iommu/vt-d: Disable SVM in the platform when IOMMUs have inconsistencies

[GIT PULL] dma-mapping updates for 5.11
 2020-12-22 22:24 UTC  (2+ messages)

[PATCH] iommu/iova: fix 'domain' typos
 2020-12-22 16:42 UTC 

>16VFs fail on Xeon-E3 x16 Root Complex, work on Southbridge PCIe ; ACS or ARI issues?
 2020-12-22  6:43 UTC 

[RFC PATCH 0/3] iommu: Permit modular builds of io-pgtable drivers
 2020-12-22  0:54 UTC  (8+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Prepare for modularization
` [PATCH 2/3] iommu/io-pgtable: "
` [PATCH 3/3] iommu/io-pgtable: Allow building as a module

[PATCH] dma-mapping: benchmark: check the validity of dma mask bits
 2020-12-21 13:25 UTC  (4+ messages)

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-12-19  0:49 UTC  (11+ messages)

swiotlb/virtio: unchecked device dma address and length
 2020-12-18  9:28 UTC  (17+ messages)

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-18  8:21 UTC  (6+ messages)
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[PATCH v8 0/9] iommu: I/O page faults for SMMUv3
 2020-12-18  6:47 UTC  (5+ messages)
` [PATCH v8 4/9] of/iommu: Support dma-can-stall property

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-12-17 20:38 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-12-17 11:49 UTC  (3+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[GIT PULL] IOMMU updates for 5.11
 2020-12-16 22:21 UTC  (6+ messages)

[PATCH] arm64: dts: mt8192: add m4u and smi nodes
 2020-12-16 11:36 UTC 

[PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
 2020-12-16  7:22 UTC  (2+ messages)
` [kbuild] "

[PATCH] iommu/amd: remove h from printk format specifier
 2020-12-15 21:30 UTC 

[PATCH] drivers/iommu: fix null-ptr-deref bug of rk_iommu_from_dev's ret-val
 2020-12-15 14:05 UTC  (2+ messages)

[PATCH] [PATCH] Keep offset when mapping data via SWIOTLB
 2020-12-15  9:35 UTC  (2+ messages)
` c2f4ca83b5: BUG:KASAN:use-after-free_in_dma_unmap_page_attrs

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-12-15  1:09 UTC  (3+ messages)
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature


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