iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-20 00:25:15 to 2022-05-28 02:04:41 UTC [more...]

[PATCH 0/6] Fix and extend Qualcomm IOMMU support
 2022-05-28  2:03 UTC  (8+ messages)
` [PATCH 1/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH 2/6] iommu/qcom: Write TCR before TTBRs to fix ASID access behavior
` [PATCH 3/6] iommu/qcom: Properly reset the IOMMU context
` [PATCH 4/6] iommu/qcom: Add support for AArch64 IOMMU pagetables
` [PATCH 5/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH 6/6] iommu/qcom: Add support for QCIOMMUv2 and QCIOMMU-500 secured contexts

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-05-27 22:41 UTC  (6+ messages)
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH 00/12] iommu/vt-d: Optimize the use of locks
 2022-05-27 15:05 UTC  (18+ messages)
` [PATCH 01/12] iommu/vt-d: Use iommu_get_domain_for_dev() in debugfs
` [PATCH 02/12] iommu/vt-d: Remove for_each_device_domain()
` [PATCH 03/12] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH 04/12] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH 05/12] iommu/vt-d: Unncessary spinlock for root table alloc and free
` [PATCH 06/12] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH 07/12] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH 08/12] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH 09/12] iommu/vt-d: Check device list of domain in domain free path
` [PATCH 10/12] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH 11/12] iommu/vt-d: Use device_domain_lock accurately
` [PATCH 12/12] iommu/vt-d: Convert device_domain_lock into per-domain mutex

[PATCH] drivers: iommu: Directly use ida_alloc()/free()
 2022-05-27 14:12 UTC  (2+ messages)

[RFC PATCH V3 0/2] swiotlb: Add child io tlb mem support
 2022-05-27 12:20 UTC  (5+ messages)
` [RFC PATCH V3 1/2] swiotlb: Add Child IO TLB "
` [RFC PATCH V3 2/2] net: netvsc: Allocate per-device swiotlb bounce buffer for netvsc

[PATCH 1/1] iommu/vt-d: Remove unused iovad from dmar_domain
 2022-05-27  5:34 UTC 

[PATCH v2 0/9] Add dynamic iommu backed bounce buffers
 2022-05-27  1:25 UTC  (3+ messages)

[PATCH v2 0/4] DMA mapping changes for SCSI core
 2022-05-26 22:56 UTC  (6+ messages)
` [PATCH v2 1/4] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v2 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v2 3/4] scsi: core: Cap shost max_sectors according to DMA optimum mapping limits
` [PATCH v2 4/4] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH v2 0/7] mtk_iommu: Specify phandles to infracfg and pericfg
 2022-05-26  8:22 UTC  (7+ messages)
` [PATCH v2 1/7] dt-bindings: iommu: mediatek: Add phandles for mediatek infra/pericfg
` [PATCH v2 2/7] iommu: mtk_iommu: Lookup phandle to retrieve syscon to infracfg
` [PATCH v2 3/7] iommu: mtk_iommu: Lookup phandle to retrieve syscon to pericfg

[PATCH v2 0/2] MediaTek Helio X10 MT6795 - M4U/IOMMU Support
 2022-05-26  8:18 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: mediatek: Add bindings for MT6795 M4U
` [PATCH v2 2/2] iommu: mtk_iommu: Add support for MT6795 Helio X10 M4Us

[RFC PATCH v1 0/9] deferred_probe_timeout logic clean up
 2022-05-26  8:15 UTC  (10+ messages)
` [RFC PATCH v1 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()
` [RFC PATCH v1 2/9] pinctrl: devicetree: "
` [RFC PATCH v1 3/9] net: mdio: "
` [RFC PATCH v1 4/9] Revert "driver core: Set default deferred_probe_timeout back to 0."
` [RFC PATCH v1 5/9] driver core: Set fw_devlink.strict=1 by default
` [RFC PATCH v1 6/9] iommu/of: Delete usage of driver_deferred_probe_check_state()
` [RFC PATCH v1 7/9] driver core: Add fw_devlink_unblock_may_probe() helper function
` [RFC PATCH v1 8/9] net: ipconfig: Force fw_devlink to unblock any devices that might probe
` [RFC PATCH v1 9/9] driver core: Delete driver_deferred_probe_check_state()

[PATCHv2] iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts
 2022-05-26  4:14 UTC 

[PATCH v2] iommu/amd: Set translation valid bit only when IO page tables are in used
 2022-05-26  3:29 UTC  (8+ messages)

[GIT PULL] dma-mapping updates for Linux 5.19
 2022-05-26  2:59 UTC  (2+ messages)

[PATCH 0/3] Add Visconti5 IOMMU driver
 2022-05-26  1:40 UTC  (11+ messages)
` [PATCH 1/3] iommu: "
` [PATCH 2/3] iommu: bindings: Add binding documentation for Toshiba Visconti5 IOMMU device
` [PATCH 3/3] MAINTAINERS: Add entries for Toshiba Visconti5 IOMMU

[PATCH v7 00/10] iommu: SVA and IOPF refactoring
 2022-05-26  1:03 UTC  (39+ messages)
` [PATCH v7 01/10] iommu: Add pasids field in struct iommu_device
` [PATCH v7 02/10] iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v7 03/10] iommu/sva: Add iommu_sva_domain support
` [PATCH v7 06/10] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v7 07/10] iommu: Remove SVA related callbacks from iommu ops

[PATCH v1] driver core: Extend deferred probe timeout on driver registration
 2022-05-25 19:49 UTC  (13+ messages)

[PATCH] iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pte
 2022-05-25 14:54 UTC 

[PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node
 2022-05-25  8:59 UTC  (6+ messages)

[PATCH v6 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
 2022-05-25  6:18 UTC  (2+ messages)
` [PATCH v6 2/2] iommu/mediatek: Allow page table "

[PATCH v5 2/2] iommu/mediatek: Allow page table PA up to 35bit
 2022-05-25  5:36 UTC  (2+ messages)

[PATCH v5 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
 2022-05-25  3:21 UTC  (2+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-05-25  2:09 UTC  (10+ messages)
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH] iommu/vt-d: Fix PCI bus rescan device hot add
 2022-05-25  1:40 UTC  (2+ messages)

[PATCH v4 0/6] Enable PASID for DMA API users
 2022-05-24 21:10 UTC  (19+ messages)
` [PATCH v4 1/6] iommu: Add a per domain PASID for DMA API
` [PATCH v4 2/6] iommu: Add a helper to do PASID lookup from domain
` [PATCH v4 3/6] iommu/vt-d: Implement domain ops for attach_dev_pasid
` [PATCH v4 4/6] iommu: Add PASID support for DMA mapping API users

[PATCH] vfio: Do not manipulate iommu dma_owner for fake iommu groups
 2022-05-24 16:07 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts
 2022-05-24  3:55 UTC  (2+ messages)

[PATCH 0/4] DMA mapping changes for SCSI core
 2022-05-24  2:41 UTC  (20+ messages)
` [PATCH 1/4] dma-mapping: Add dma_opt_mapping_size()
` [PATCH 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH 3/4] scsi: core: Cap shost max_sectors according to DMA optimum mapping limits
` [PATCH 4/4] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH V2 0/6] IOMMU-DMA - support DMA_ATTR_LOW_ADDRESS attribute
 2022-05-23 17:30 UTC  (4+ messages)
    ` [PATCH V2 2/6] iommu: iova: properly handle 0 as a valid IOVA address

[PATCH] iommu/ipmmu-vmsa: Avoid leak OF node on error
 2022-05-23 13:10 UTC  (3+ messages)

[PATCH 0/2] dma-mapping, remoteproc: Fix dma_mem leak after rproc_shutdown
 2022-05-23 12:27 UTC  (4+ messages)

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-05-23  6:43 UTC  (6+ messages)
` [PATCH v2] iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting

[PATCH] dma-direct: Don't over-decrypt memory
 2022-05-23  1:04 UTC  (3+ messages)

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-20 12:28 UTC  (7+ messages)

[PATCH v3 00/35] iommu/amd: Add multiple PCI segments support
 2022-05-20 12:12 UTC  (4+ messages)

[PATCH 0/5] iommu: Make blocking domain static for group
 2022-05-20 11:03 UTC  (4+ messages)
` [PATCH 2/5] iommu: Add blocking_domain_ops field in iommu_ops

[PATCH] iommu/s390: tolerate repeat attach_dev calls
 2022-05-20 10:30 UTC  (3+ messages)

[PATCH] iommu/amd: Increase timeout waiting for GA log enablement
 2022-05-20 10:22 UTC 

[RFC PATCH] dma-iommu: Add iommu_dma_max_mapping_size()
 2022-05-20  8:51 UTC  (6+ messages)

[PATCH v6 00/29] x86: Implement an HPET-based hardlockup detector
 2022-05-20  0:25 UTC  (5+ messages)
` [PATCH v6 20/29] init/main: Delay initialization of the lockup detector after smp_init()


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