iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-21 20:19:57 to 2021-06-29 12:04:24 UTC [more...]

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-06-29 12:04 UTC  (7+ messages)
` [PATCH v4 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v4 2/3] dt-bindings: iommu: add DART iommu bindings
` [PATCH v4 3/3] iommu: dart: Add DART iommu driver

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-29  8:14 UTC  (38+ messages)
` [PATCH v8 09/10] vduse: "
    `  "
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE
    `  "
  ` Re: [PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
          `  "

[PATCH] swiotlb: fix implicit debugfs_create_dir declaration
 2021-06-29  8:11 UTC 

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-29  7:03 UTC  (4+ messages)
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

Plan for /dev/ioasid RFC v2
 2021-06-29  0:43 UTC  (35+ messages)

[PATCH v4] iommu/of: Fix pci_request_acs() before enumerating PCI devices
 2021-06-28 13:20 UTC  (3+ messages)

[PATCH 0/9] sections: Unify kernel sections range check and use
 2021-06-28  6:29 UTC  (4+ messages)
` [PATCH 9/9] dma-debug: Use memory_intersects() directly

Regression in at least 5.10.y and mainline: Firewire audio interface fails to work properly (when booted under Xen)
 2021-06-26 18:17 UTC  (4+ messages)
    ` Bug#989778: "

[PATCH RFC 0/8] iommu/arm-smmu-v3: add support for ECMDQ register mode
 2021-06-26 11:01 UTC  (9+ messages)
` [PATCH RFC 1/8] iommu/arm-smmu-v3: Use command queue batching helpers to improve performance
` [PATCH RFC 2/8] iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd_with_sync()
` [PATCH RFC 3/8] iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()
` [PATCH RFC 4/8] iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()
` [PATCH RFC 5/8] iommu/arm-smmu-v3: Add support for ECMDQ register mode
` [PATCH RFC 6/8] iommu/arm-smmu-v3: Ensure that a set of associated commands are inserted in the same ECMDQ
` [PATCH RFC 7/8] iommu/arm-smmu-v3: Add arm_smmu_ecmdq_issue_cmdlist() for non-shared ECMDQ
` [PATCH RFC 8/8] iommu/arm-smmu-v3: Add support for less than one ECMDQ per core

[PATCH v14 0/6] iommu: Enhance IOMMU default DMA mode build options
 2021-06-25 16:41 UTC  (11+ messages)
` [PATCH v14 6/6] iommu: Remove mode argument from iommu_set_dma_strict()

IOMMU regression in 5.11 kernel related to device removal from PCI topolgy
 2021-06-25 16:47 UTC  (2+ messages)

[PATCH v8 0/9] x86: tag application address space for devices
 2021-06-25 15:46 UTC  (10+ messages)
` [PATCH v8 9/9] x86/mmu: Allocate/free PASID
  ` [PATCH] x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()

[PATCH v5 0/5] iommu/arm-smmu: adreno-smmu page fault handling
 2021-06-25 15:42 UTC  (4+ messages)
` [PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler

[PATCH v2 0/3] iommu: Enable non-strict DMA on QCom SD/MMC
 2021-06-25 14:42 UTC  (7+ messages)
` [PATCH v2 1/3] iommu: Add per-domain strictness and combine with the global default
` [PATCH v2 2/3] iommu/arm-smmu: Check for strictness after calling impl->init_context()
` [PATCH v2 3/3] mmc: sdhci-msm: Request non-strict IOMMU mode

[PATCH v5 0/5] Add support for ACPI VIOT
 2021-06-25 13:03 UTC  (6+ messages)
` [PATCH v5 2/5] ACPI: Move IOMMU setup code out of IORT
` [PATCH v5 4/5] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()

[PATCH v15 00/12] Restricted DMA
 2021-06-25 12:30 UTC  (16+ messages)
` [PATCH v15 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v15 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v15 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v15 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v15 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v15 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v15 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v15 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v15 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v15 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v15 12/12] of: Add plumbing for "

[PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125
 2021-06-24 19:26 UTC  (2+ messages)

[PATCH v14 00/12] Restricted DMA
 2021-06-24 19:20 UTC  (19+ messages)
` [PATCH v14 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v14 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing

[PATCH 0/6] iommu: Enable devices to request non-strict DMA, starting with QCom SD/MMC
 2021-06-24 17:23 UTC  (34+ messages)
` [PATCH 1/6] drivers: base: Add the concept of "pre_probe" to drivers
` [PATCH 2/6] drivers: base: Add bits to struct device to control iommu strictness
` [PATCH 3/6] PCI: Indicate that we want to force strict DMA for untrusted devices
` [PATCH 4/6] iommu: Combine device strictness requests with the global default
` [PATCH 5/6] iommu: Stop reaching into PCIe devices to decide strict vs. non-strict
` [PATCH 6/6] mmc: sdhci-msm: Request non-strict IOMMU mode

[PATCH] iommu/arm-smmu-v3: Add default domain quirk for Arm Fast Models
 2021-06-24 15:57 UTC  (2+ messages)

Plan for /dev/ioasid RFC v2
 2021-06-24 13:42 UTC  (28+ messages)

[PATCH RFC 0/2] dma-pool: allow user to disable atomic pool
 2021-06-24 12:10 UTC  (3+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-24  3:55 UTC  (27+ messages)

[PATCHv2 0/3] iommu/io-pgtable: Optimize partial walk flush for large scatter-gather list
 2021-06-23 13:43 UTC  (8+ messages)
` [PATCHv2 1/3] iommu/io-pgtable: Add a quirk to use tlb_flush_all() for partial walk flush

[PATCHv3] iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementation
 2021-06-23 13:42 UTC 

[PATCH] dt-bindings: arm-smmu: Fix json-schema syntax
 2021-06-23  5:56 UTC  (3+ messages)

swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb) stable/for-linus-5.12)
 2021-06-22 23:04 UTC  (12+ messages)

[GIT PULL] (stable) stable/for-linus-5.14
 2021-06-22 22:03 UTC 

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-22 13:43 UTC  (3+ messages)

[PATCH 2/2] swiotlb-xen: override common mmap and get_sgtable dma ops
 2021-06-22 13:34 UTC  (2+ messages)
` [PATCH v2] dma-mapping: use vmalloc_to_page for vmalloc addresses

[PATCH v2 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-06-22 11:06 UTC  (6+ messages)
` [PATCH v2 12/12] iommu: Do not allow IOMMU passthrough with Secure Launch

[PATCH 1/1] dma-mapping: remove trailing spaces and tabs
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH v13 00/12] Restricted DMA
 2021-06-21 20:19 UTC  (8+ messages)
` [PATCH v13 01/12] swiotlb: Refactor swiotlb init functions


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