iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-06 11:57:12 to 2022-06-14 02:55:51 UTC [more...]

[PATCH v2 00/12] iommu/vt-d: Optimize the use of locks
 2022-06-14  2:51 UTC  (5+ messages)
` [PATCH v2 01/12] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH v2 02/12] iommu/vt-d: Remove for_each_device_domain()
` [PATCH v2 03/12] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH v2 04/12] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-06-14  2:21 UTC  (10+ messages)
` [PATCH v2] iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting

[PATCH 0/7] iommu/amd: Enforce IOMMU restrictions for SNP-enabled system
 2022-06-13 14:40 UTC  (11+ messages)
` [PATCH 1/7] iommu/amd: Process all IVHDs before enabling IOMMU features
` [PATCH 2/7] iommu/amd: Introduce a global variable for tracking SNP enable status
` [PATCH 3/7] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH 4/7] iommu/amd: Set translation valid bit only when IO page tables are in use
` [PATCH 5/7] iommu: Add domain_type_supported() callback in iommu_ops
` [PATCH 6/7] iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY when SNP is enabled
` [PATCH 7/7] iommu/amd: Do not support IOMMUv2 APIs "

[PATCH v8 1/3] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
 2022-06-13 12:04 UTC  (5+ messages)
` [PATCH v8 2/3] iommu/mediatek: Rename MTK_IOMMU_TLB_ADDR to MTK_IOMMU_ADDR
` [PATCH v8 3/3] iommu/mediatek: Allow page table PA up to 35bit

[PATCH v3 0/6] mtk_iommu: Specify phandles to infracfg and pericfg
 2022-06-13  8:13 UTC  (14+ messages)
` [PATCH v3 1/6] dt-bindings: iommu: mediatek: Add mediatek, infracfg phandle
` [PATCH v3 2/6] iommu: mtk_iommu: Lookup phandle to retrieve syscon to infracfg
` [PATCH v3 3/6] arm64: dts: mediatek: mt8173: Add mediatek, infracfg phandle for IOMMU
` [PATCH v3 4/6] arm64: dts: mediatek: mt2712e: "
` [PATCH v3 5/6] dt-bindings: iommu: mediatek: Add mediatek, pericfg phandle
` [PATCH v3 6/6] iommu: mtk_iommu: Lookup phandle to retrieve syscon to pericfg

[PATCH v1 0/4] swiotlb: some cleanup
 2022-06-13  6:49 UTC  (6+ messages)
` [PATCH v1 1/4] swiotlb: remove unused swiotlb_force
` [PATCH v1 2/4] swiotlb: remove useless return
` [PATCH v1 3/4] x86/swiotlb: fix param usage in boot-options.rst
` [PATCH v1 4/4] swiotlb: panic if nslabs is too small

[PATCH RFC v1 0/7] swiotlb: extra 64-bit buffer for dev->dma_io_tlb_mem
 2022-06-13  6:04 UTC  (16+ messages)
` [PATCH RFC v1 1/7] swiotlb: introduce the highmem swiotlb buffer
` [PATCH RFC v1 2/7] swiotlb: change the signature of remap function
` [PATCH RFC v1 3/7] swiotlb-xen: support highmem for xen specific code
` [PATCH RFC v1 4/7] swiotlb: to implement io_tlb_high_mem
` [PATCH RFC v1 5/7] swiotlb: add interface to set dev->dma_io_tlb_mem
` [PATCH RFC v1 6/7] virtio: use io_tlb_high_mem if it is active
` [PATCH RFC v1 7/7] swiotlb: fix the slot_addr() overflow

[PATCH v3 0/3] MediaTek Helio X10 MT6795 - M4U/IOMMU Support
 2022-06-13  5:32 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: mediatek: Add bindings for MT6795 M4U
` [PATCH v3 2/3] iommu: mtk_iommu: Introduce new flag TF_PORT_TO_ADDR_MT8173
` [PATCH v3 3/3] iommu: mtk_iommu: Add support for MT6795 Helio X10 M4Us

[PATCH v2] dt-bindings: iommu: renesas, ipmmu-vmsa: R-Car V3U is R-Car Gen4
 2022-06-13  0:17 UTC  (2+ messages)
` [PATCH v2] dt-bindings: iommu: renesas,ipmmu-vmsa: "

[PATCH v2 0/4] MDSS support for MSM8953
 2022-06-12  9:22 UTC  (2+ messages)
` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible

[RFC PATCH 1/3] x86/boot/e820: Make __e820__mapped_all() external
 2022-06-11 20:48 UTC  (3+ messages)
` [RFC PATCH 2/3] x86/boot/e820: Make e820_type_to_string() external
` [RFC PATCH 3/3] iommu/vt-d: Show region type in arch_rmrr_sanity_check()

[PATCH v5 2/2] iommu/mediatek: Allow page table PA up to 35bit
 2022-06-11 10:20 UTC  (2+ messages)

[PATCH v3 0/4] DMA mapping changes for SCSI core
 2022-06-10 15:37 UTC  (17+ messages)
` [PATCH v3 1/4] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v3 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v3 3/4] scsi: core: Cap shost max_sectors according to DMA optimum mapping limits

[PATCH] uacce: fix concurrency of fops_open and uacce_remove
 2022-06-10 12:34 UTC 

[PATCH v8 00/11] iommu: SVA and IOPF refactoring
 2022-06-10  9:07 UTC  (22+ messages)
` [PATCH v8 01/11] iommu: Add max_pasids field in struct iommu_device
` [PATCH v8 02/11] iommu: Add max_pasids field in struct dev_iommu
` [PATCH v8 03/11] iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v8 04/11] iommu: Add sva iommu_domain support
` [PATCH v8 05/11] iommu/vt-d: Add SVA domain support
` [PATCH v8 06/11] arm-smmu-v3/sva: "
` [PATCH v8 07/11] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v8 08/11] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v8 09/11] iommu: Prepare IOMMU domain for IOPF
` [PATCH v8 10/11] iommu: Per-domain I/O page fault handling
` [PATCH v8 11/11] iommu: Rename iommu-sva-lib.{c,h}

[PATCH] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-06-10  8:08 UTC 

[RFC PATCHES 1/2] iommu: Add RCU-protected page free support
 2022-06-10  6:05 UTC  (9+ messages)
` [RFC PATCHES 2/2] iommu: Replace put_pages_list() with iommu_free_pgtbl_pages()

[PATCH v2] iommu/dma: Add config for PCI SAC address trick
 2022-06-10  6:01 UTC  (3+ messages)

[PATCH 1/2] vfio/type1: Simplify bus_type determination
 2022-06-10  0:03 UTC  (3+ messages)
` [PATCH 2/2] vfio: Use device_iommu_capable()

[PATCH v2 0/9] deferred_probe_timeout logic clean up
 2022-06-09 19:29 UTC  (13+ messages)
` [PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()

[PATCH] iommu/dma: Fix race condition during iova_domain initialization
 2022-06-09 17:04 UTC  (2+ messages)

[PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node
 2022-06-09 15:47 UTC  (3+ messages)
` [PATCH v12 6/9] iommu/arm-smmu-v3: Introduce strtab init helper

[PATCHv2] iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts
 2022-06-09  8:00 UTC  (3+ messages)

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-08 23:48 UTC  (22+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()

[PATCH 0/6] Fix and extend Qualcomm IOMMU support
 2022-06-08 11:03 UTC  (14+ 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 0/6] phase out CONFIG_VIRT_TO_BUS
 2022-06-08  8:19 UTC  (12+ messages)
` [PATCH 5/6] scsi: remove stale BusLogic driver
` [PATCH 6/6] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH v2] iommu: Directly use ida_alloc()/free()
 2022-06-08  2:16 UTC 

[PATCH v6 00/11] mpt3sas and dmapool scalability
 2022-06-07 18:46 UTC  (12+ messages)
` [PATCH v6 01/11] dmapool: remove checks for dev == NULL
` [PATCH v6 02/11] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCH v6 03/11] dmapool: cleanup integer types
` [PATCH v6 04/11] dmapool: fix boundary comparison
` [PATCH v6 05/11] dmapool: improve accuracy of debug statistics
` [PATCH v6 06/11] dmapool: debug: prevent endless loop in case of corruption
` [PATCH v6 07/11] dmapool: ignore init_on_free when DMAPOOL_DEBUG enabled
` [PATCH v6 08/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCH v6 09/11] dmapool: cleanup dma_pool_destroy
` [PATCH v6 10/11] dmapool: improve scalability of dma_pool_alloc
` [PATCH v6 11/11] dmapool: improve scalability of dma_pool_free

[RFC PATCH v1 0/9] deferred_probe_timeout logic clean up
 2022-06-07 12:36 UTC  (3+ messages)
` [RFC PATCH v1 8/9] net: ipconfig: Force fw_devlink to unblock any devices that might probe

[PATCH v3 00/35] iommu/amd: Add multiple PCI segments support
 2022-06-07 10:47 UTC  (5+ messages)

[PATCH] drivers: iommu: Directly use ida_alloc()/free()
 2022-06-07  8:10 UTC  (2+ messages)

[PATCH v2] iommu/amd: Set translation valid bit only when IO page tables are in used
 2022-06-07  8:00 UTC  (6+ messages)

[GIT PULL] dma-mapping fixes for 5.19
 2022-06-07  0:59 UTC  (2+ messages)

[PATCH V2 0/6] IOMMU-DMA - support DMA_ATTR_LOW_ADDRESS attribute
 2022-06-06 12:38 UTC  (5+ messages)
  ` [PATCH V2 2/6] iommu: iova: properly handle 0 as a valid IOVA address

[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-06-06 11:55 UTC  (7+ messages)
` [PATCH v9 2/8] hwtracing: hisi_ptt: Add trace function "
` [PATCH v9 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v9 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v9 6/8] perf tool: Add support for parsing HiSilicon PCIe Trace packet
` [PATCH v9 7/8] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v9 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver


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