iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 11:39:12 to 2021-06-24 15:56:28 UTC [more...]

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

[PATCH 0/6] iommu: Enable devices to request non-strict DMA, starting with QCom SD/MMC
 2021-06-24 14:00 UTC  (33+ 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

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

Plan for /dev/ioasid RFC v2
 2021-06-24 12:22 UTC  (24+ messages)

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

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-24  9:16 UTC  (14+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

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

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

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

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

[PATCH v14 0/6] iommu: Enhance IOMMU default DMA mode build options
 2021-06-23  7:21 UTC  (21+ messages)
` [PATCH v14 1/6] iommu: Deprecate Intel and AMD cmdline methods to enable strict mode
` [PATCH v14 2/6] iommu: Print strict or lazy mode at init time
` [PATCH v14 3/6] iommu: Enhance IOMMU default DMA mode build options
` [PATCH v14 4/6] iommu/vt-d: Add support for "
` [PATCH v14 5/6] iommu/amd: "
` [PATCH v14 6/6] iommu: Remove mode argument from iommu_set_dma_strict()

[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  (16+ 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  (4+ 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  (17+ messages)
` [PATCH v2 01/12] x86/boot: Place kernel_info at a fixed offset
` [PATCH v2 02/12] x86: Secure Launch Kconfig
` [PATCH v2 03/12] x86: Secure Launch main header file
` [PATCH v2 04/12] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v2 05/12] x86: Secure Launch kernel early boot stub
` [PATCH v2 06/12] x86: Secure Launch kernel late "
` [PATCH v2 07/12] x86: Secure Launch SMP bringup support
` [PATCH v2 08/12] kexec: Secure Launch kexec SEXIT support
` [PATCH v2 09/12] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v2 10/12] x86: Secure Launch late initcall platform module
` [PATCH v2 11/12] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch
` [PATCH v2 12/12] iommu: Do not allow IOMMU passthrough with "

[PATCH v5 0/5] Add support for ACPI VIOT
 2021-06-22  7:46 UTC  (12+ messages)
` [PATCH v5 1/5] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v5 2/5] ACPI: Move IOMMU setup code "
` [PATCH v5 3/5] ACPI: Add driver for the VIOT table
` [PATCH v5 4/5] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v5 5/5] iommu/virtio: Enable x86 support

[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  (10+ messages)
` [PATCH v13 01/12] swiotlb: Refactor swiotlb init functions

[PATCH] iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()
 2021-06-21 16:36 UTC 

[PATCH v3 0/9] arm64: tegra: Prevent early SMMU faults
 2021-06-21 16:03 UTC  (7+ messages)
` [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string

[PATCH v4 0/7] iommu/amd: Enable page-selective flushes
 2021-06-21 12:37 UTC  (3+ messages)
` [PATCH v4 2/7] iommu/amd: Do not use flush-queue when NpCache is on

[PATCH] iommu/arm-smmu-v3: Add default domain quirk for Arm Fast Models
 2021-06-18 16:24 UTC 

[PATCH][next] iommu/vt-d: Fix dereference of pointer info before it is null checked
 2021-06-18 13:20 UTC  (2+ messages)

[PATCH v2] iommu: rockchip: Fix physical address decoding
 2021-06-18 13:00 UTC 

[PATCH] iommu: rockchip: Fix physical address decoding
 2021-06-18 12:45 UTC  (2+ 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).