iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 07:49:19 to 2020-03-03 11:45:22 UTC [more...]

[PATCH v12 0/4] Add uacce module for Accelerator
 2020-03-03 11:45 UTC  (5+ messages)
` [PATCH v12 2/4] uacce: add uacce driver

[Patch v3 0/3] iommu: reduce spinlock contention on fast path
 2020-03-03 11:33 UTC  (4+ messages)
` [Patch v3 3/3] iommu: avoid taking iova_rbtree_lock twice

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-03-03 10:19 UTC  (8+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space
` [PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
` [PATCH v2 3/3] iommu/virtio: Enable x86 support

[PATCH V2 0/5] iommu: Add support to change default domain of a group
 2020-03-03  6:47 UTC  (13+ messages)
` [PATCH V2 3/5] iommu: Add support to change default domain of an iommu_group

[PATCH AUTOSEL 5.4 39/58] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2020-03-03  2:47 UTC 

[PATCH AUTOSEL 5.5 44/66] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2020-03-03  2:45 UTC 

[PATCH] iommu/io-pgtable-arm: Fix IOVA validation for 32-bit
 2020-03-02 19:57 UTC  (5+ messages)

[PATCH] dma: Fix max PFN arithmetic overflow on 32 bit systems
 2020-03-02 18:16 UTC 

[PATCH v3] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-03-02 16:08 UTC  (2+ messages)

provide in-place uncached remapping for dma-direct v2
 2020-03-02 16:05 UTC  (10+ messages)
` [PATCH 1/5] dma-direct: remove the cached_kernel_address hook
` [PATCH 2/5] dma-direct: consolidate the error handling in dma_direct_alloc_pages
` [PATCH 3/5] dma-direct: make uncached_kernel_address more general
` [PATCH 4/5] dma-direct: provide a arch_dma_clear_uncached hook
` [PATCH 5/5] openrisc: use the generic in-place uncached DMA allocator

[PATCH] iommu: silence iommu group prints
 2020-03-02 15:44 UTC  (11+ messages)

[PATCH v2 0/4] iommu: Add Allwinner H6 IOMMU driver
 2020-03-02 15:36 UTC  (3+ messages)
` [PATCH v2 2/4] "

[PATCH v2 1/3] dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU
 2020-03-02 11:21 UTC  (3+ messages)
` [PATCH v2 2/3] iommu/mediatek: add pdata member for legacy ivrp paddr
` [PATCH v2 3/3] iommu/mediatek: add support for MT8167

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-03-02  0:05 UTC  (10+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc 1/6] dma-mapping: pass device to atomic allocation functions
      ` [rfc 2/6] dma-remap: add additional atomic pools to map to gfp mask
      ` [rfc 3/6] dma-remap: wire up the atomic pools depending on "
      ` [rfc 4/6] dma-remap: dynamically expanding atomic pools
      ` [rfc 5/6] dma-direct: atomic allocations must come from unencrypted pools
      ` [rfc 6/6] dma-remap: double the default DMA coherent pool size

take the bus_dma_limit into account on arm
 2020-03-01 14:42 UTC  (3+ messages)

[PATCH 00/14] iommu: Move iommu_fwspec out of 'struct device'
 2020-02-29  3:04 UTC  (16+ messages)
` [PATCH 01/14] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH 02/14] drm/msm/mdp5: "
` [PATCH 03/14] iommu/tegra-gart: "
` [PATCH 04/14] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH 05/14] iommu: Rename struct iommu_param to dev_iommu
` [PATCH 06/14] iommu: Move iommu_fwspec to struct dev_iommu
` [PATCH 07/14] iommu: Introduce accessors for iommu private data
` [PATCH 08/14] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH 09/14] iommu/arm-smmu: "
` [PATCH 10/14] iommu/renesas: "
` [PATCH 11/14] iommu/mediatek: "
` [PATCH 12/14] iommu/qcom: "
` [PATCH 13/14] iommu/virtio: "
` [PATCH 14/14] iommu: Move fwspec->iommu_priv to struct dev_iommu

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-02-28 16:26 UTC  (53+ messages)
` [PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v4 02/26] iommu/sva: Manage process address spaces
` [PATCH v4 03/26] iommu: Add a page fault handler
` [PATCH v4 04/26] iommu/sva: Search mm by PASID
` [PATCH v4 05/26] iommu/iopf: Handle mm faults
` [PATCH v4 06/26] iommu/sva: Register page fault handler
` [PATCH v4 07/26] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v4 08/26] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v4 09/26] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v4 10/26] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v4 11/26] iommu/arm-smmu-v3: Share process page tables
` [PATCH v4 12/26] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v4 13/26] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v4 14/26] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v4 15/26] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v4 16/26] iommu/arm-smmu-v3: Add dev_to_master() helper
` [PATCH v4 17/26] iommu/arm-smmu-v3: Implement mm operations
` [PATCH v4 18/26] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v4 19/26] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v4 20/26] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v4 21/26] iommu/arm-smmu-v3: Ratelimit event dump
` [PATCH v4 22/26] dt-bindings: document stall property for IOMMU masters
` [PATCH v4 23/26] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v4 24/26] PCI/ATS: Add PRI stubs
` [PATCH v4 25/26] PCI/ATS: Export symbols of PRI functions
` [PATCH v4 26/26] iommu/arm-smmu-v3: Add support for PRI

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-28 14:11 UTC  (12+ messages)
` [RFC PATCH 01/11] vfio: Remove Calxeda XGMAC reset driver
` [RFC PATCH 06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk

[RFC 0/2] iommu: arm-smmu: Add support for early direct mappings
 2020-02-28  2:57 UTC  (2+ messages)

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-28  0:23 UTC  (32+ messages)
` [PATCH 1/2] mm: move force_dma_unencrypted() to mem_encrypt.h
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

[PATCH v5 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2020-02-27 18:45 UTC  (2+ messages)
` [Freedreno] "

[PATCH v4] iommu/vt-d: consider real PCI device when checking if mapping is needed
 2020-02-27 18:19 UTC  (4+ messages)

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-02-27 10:05 UTC  (4+ messages)
` [RFC PATCH 2/4] irqchip/fsl-mc: Change the way the IRQ domain is set for MC devices
` [RFC PATCH 3/4] bus: fsl-mc: Add ACPI support for fsl-mc
` [RFC PATCH 4/4] iommu/of: get rid of fsl-mc specific code

[PATCH] iommu: Refine VT-d RMRR region check for BIOS reservation
 2020-02-27  8:27 UTC 

Proper way to check for restricted DMA addressing from device driver
 2020-02-26 17:19 UTC  (5+ messages)

[PATCH] dt-bindings: arm-smmu: update the list of clocks
 2020-02-26 13:55 UTC 

[PATCH] MAINTAINERS: Cover Arm SMMU DT bindings
 2020-02-26 13:54 UTC 

[PATCH 0/2] Replace Intel SVM with IOMMU SVA APIs
 2020-02-26  7:31 UTC  (7+ messages)
` [PATCH 1/2] iommu/vt-d: report SVA feature with generic flag
` [PATCH 1/2] iommu/vt-d: Report "
` [PATCH 2/2] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs

[PATCH v2] uacce: unmap remaining mmapping from user space
 2020-02-26  7:12 UTC 

[RESEND,PATCH 00/13] MT6779 IOMMU SUPPORT
 2020-02-26  6:36 UTC  (7+ messages)
` [RESEND,PATCH 03/13] iommu/mediatek: Add mtk_iommu_pgtable structure

[PATCH v2] MAINTAINERS: add maintainers for uacce
 2020-02-26  1:28 UTC 

[PATCH] MAINTAINERS: add maintainers for uacce
 2020-02-26  1:16 UTC  (4+ messages)

provide in-place uncached remapping for dma-direct (resend)
 2020-02-25 10:10 UTC  (5+ messages)
` [PATCH 2/2] openrisc: use the generic in-place uncached DMA allocator

[PATCH] uacce: unmap remaining mmapping from user space
 2020-02-25  9:13 UTC  (4+ messages)

[PATCH V9 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-02-25  8:32 UTC  (8+ messages)
` [PATCH V9 03/10] iommu/vt-d: Add nested translation helper function
` [PATCH V9 05/10] iommu/vt-d: Support flushing more translation cache types

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-02-25  6:53 UTC  (4+ messages)

[PATCH v2] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-02-25  5:53 UTC  (4+ messages)

[PATCH v3] iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support
 2020-02-24 22:31 UTC 

[PATCH v2 0/6] iommu/arm-smmu-v3: Finish PASID support and command queue batching
 2020-02-24 16:58 UTC  (7+ messages)
` [PATCH v2 1/6] PCI/ATS: Export symbols of PASID functions
` [PATCH v2 2/6] iommu/arm-smmu-v3: Add support for PCI PASID
` [PATCH v2 3/6] iommu/arm-smmu-v3: Write level-1 descriptors atomically
` [PATCH v2 4/6] iommu/arm-smmu-v3: Add command queue batching helpers
` [PATCH v2 5/6] iommu/arm-smmu-v3: Batch context descriptor invalidation
` [PATCH v2 6/6] iommu/arm-smmu-v3: Batch ATC invalidation commands

[PATCH v2] iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support
 2020-02-24 11:41 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).