iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-31 18:27:04 to 2022-06-08 11:03:26 UTC [more...]

[PATCH 0/6] Fix and extend Qualcomm IOMMU support
 2022-06-08 11:03 UTC  (18+ 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 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 v2 0/9] deferred_probe_timeout logic clean up
 2022-06-08 10:25 UTC  (14+ messages)
` [PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()
` [PATCH v2 2/9] pinctrl: devicetree: "
` [PATCH v2 3/9] net: mdio: "
` [PATCH v2 4/9] driver core: Add wait_for_init_devices_probe helper function
` [PATCH v2 5/9] net: ipconfig: Relax fw_devlink if we need to mount a network rootfs
` [PATCH v2 6/9] Revert "driver core: Set default deferred_probe_timeout back to 0."
` [PATCH v2 7/9] driver core: Set fw_devlink.strict=1 by default
` [PATCH v2 8/9] iommu/of: Delete usage of driver_deferred_probe_check_state()
` [PATCH v2 9/9] driver core: Delete driver_deferred_probe_check_state()

[PATCH v3 0/4] DMA mapping changes for SCSI core
 2022-06-08 10:14 UTC  (7+ 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 v3 4/4] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-08  8:35 UTC  (19+ 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 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH 0/6] phase out CONFIG_VIRT_TO_BUS
 2022-06-08  8:19 UTC  (16+ messages)
` [PATCH 1/6] vme: remove ca91cx42 Universe-II support
` [PATCH 2/6] vme: move back to staging
` [PATCH 3/6] media: sta2x11: remove VIRT_TO_BUS dependency
` [PATCH 4/6] scsi: dpt_i2o: drop stale "
` [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  (15+ messages)
` [RFC PATCH v1 2/9] pinctrl: devicetree: Delete usage of driver_deferred_probe_check_state()
` [RFC PATCH v1 4/9] Revert "driver core: Set default deferred_probe_timeout back to 0."
` [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)

[PATCH v8 00/11] iommu: SVA and IOPF refactoring
 2022-06-07  1:49 UTC  (12+ 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}

[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  (9+ messages)
` [PATCH v9 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v9 2/8] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v9 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v9 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [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

[PATCH 00/12] iommu/vt-d: Optimize the use of locks
 2022-06-06  1:34 UTC  (44+ 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 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 09/12] iommu/vt-d: Check device list of domain in domain free path

[PATCH v2 0/9] Add dynamic iommu backed bounce buffers
 2022-06-06  1:24 UTC  (5+ messages)

[PATCH V4 5/8] dt-bindings: Add xen, grant-dma IOMMU description for xen-grant DMA ops
 2022-06-05 22:45 UTC  (2+ messages)
  ` [PATCH V4 5/8] dt-bindings: Add xen,grant-dma "

[PATCH 1/3] dt-bindings: iommu: mediatek: add binding documentation for MT8365 SoC
 2022-06-05 21:13 UTC  (8+ messages)
` [PATCH 2/3] iommu: mtk_iommu: add support for 6-bit encoded port IDs

[PATCH v1 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2022-06-03 11:21 UTC  (8+ messages)
` [PATCH v1 1/7] iommu/amd: Refactor amd_iommu_domain_enable_v2
` [PATCH v1 2/7] iommu/amd: Update sanity check when enable PRI/ATS
` [PATCH v1 3/7] iommu/amd: Fix sparse warning
` [PATCH v1 4/7] iommu/amd: Initial support for AMD IOMMU v2 page table
` [PATCH v1 5/7] iommu/amd: Add support for Guest IO protection
` [PATCH v1 6/7] iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-API
` [PATCH v1 7/7] iommu/amd: Introduce amd_iommu_pgtable command-line option

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-02 17:49 UTC  (14+ messages)
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH 0/3] Add Visconti5 IOMMU driver
 2022-06-02 13:43 UTC  (3+ messages)
` [PATCH 2/3] iommu: bindings: Add binding documentation for Toshiba Visconti5 IOMMU device

[RESEND PATCH v2] iommu/omap: Fix missing put_device() call in omap_iommu_probe_device
 2022-06-02 10:29 UTC 

[PATCH v7 00/10] iommu: SVA and IOPF refactoring
 2022-06-02  6:46 UTC  (7+ messages)
` [PATCH v7 06/10] iommu/sva: Refactoring iommu_sva_bind/unbind_device()

[PATCH] swiotlb: fix setting ->force_bounce
 2022-06-02  5:14 UTC 

[PATCH v2 0/7] mtk_iommu: Specify phandles to infracfg and pericfg
 2022-06-01 20:01 UTC  (5+ messages)
` [PATCH v2 1/7] dt-bindings: iommu: mediatek: Add phandles for mediatek infra/pericfg

cleanup swiotlb initialization v8
 2022-06-01 18:40 UTC  (9+ messages)
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful

[PATCH v2] dma-debug: Make things less spammy under memory pressure
 2022-06-01 14:51 UTC 

[PATCH V3 5/8] dt-bindings: Add xen, grant-dma IOMMU description for xen-grant DMA ops
 2022-06-01 13:32 UTC  (3+ messages)
  ` [PATCH V3 5/8] dt-bindings: Add xen,grant-dma "

[PATCH] MAINTAINERS: refurbish SWIOTLB SUBSYSTEM sections after refactoring
 2022-06-01 11:57 UTC  (3+ messages)

[PATCH v4 0/6] Enable PASID for DMA API users
 2022-06-01 10:05 UTC  (14+ messages)
` [PATCH v4 1/6] iommu: Add a per domain PASID for DMA API

[PATCH 00/10] mpt3sas and dmapool scalability
 2022-06-01  9:44 UTC  (14+ messages)
` [PATCH 01/10] dmapool: remove checks for dev == NULL
` [PATCH 02/10] dmapool: cleanup integer types
` [PATCH 04/10] dmapool: improve accuracy of debug statistics
` [PATCH 08/10] dmapool: cleanup dma_pool_destroy
` [PATCH 10/10] dmapool: improve scalability of dma_pool_free

[PATCH] dma-debug: Make things less spammy under memory pressure
 2022-06-01  5:16 UTC  (4+ 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).