iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-11 21:56:33 to 2020-09-16 17:37:13 UTC [more...]

support range based offsets in dma-direct v3
 2020-09-16 17:36 UTC  (8+ messages)
` [PATCH 1/6] ARM/dma-mapping: remove a __arch_page_to_dma #error
` [PATCH 2/6] ARM/dma-mapping: remove dma_to_virt
` [PATCH 3/6] ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h
` [PATCH 4/6] ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE
` [PATCH 5/6] usb: don't inherity DMA properties for USB devices
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH v2] iommu/amd: Restore IRTE.RemapEn bit for amd_iommu_activate_guest_mode
 2020-09-16 17:10 UTC  (3+ messages)

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-09-16 17:01 UTC  (53+ messages)
` [PATCH v7 03/16] vfio/type1: Report iommu nesting info to userspace
` [PATCH v7 04/16] vfio: Add PASID allocation/free support
` [PATCH v7 07/16] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v7 10/16] vfio/type1: Support binding guest page tables to PASID
` [PATCH v7 13/16] vfio/pci: Expose PCIe PASID capability to guest

[PATCH 0/3] drm: panfrost: Coherency support
 2020-09-16 14:54 UTC  (7+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Support coherency for Mali LPAE
` [PATCH 2/3] drm/panfrost: Support cache-coherent integrations
` [PATCH 3/3] arm64: dts: meson: Describe G12b GPU as coherent

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-09-16 14:11 UTC  (4+ messages)
` [PATCH v7 18/24] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update

[PATCH 0/3] amd : iommu : Initial IOMMU support for SNP
 2020-09-16 13:55 UTC  (4+ messages)
` [PATCH 1/3] iommu: amd: Use 4K page for completion wait write-back semaphore
` [PATCH 2/3] iommu: amd: Add support for RMP_PAGE_FAULT and RMP_HW_ERR
` [PATCH 3/3] iommu: amd: Re-purpose Exclusion range registers to support SNP CWWB

[PATCH v3 0/8] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-09-16 10:09 UTC  (5+ messages)
` [PATCH v3 6/8] iommu/arm-smmu: Add impl hook for inherit boot mappings

[PATCH] iommu/amd: fix interrupt remapping for avic
 2020-09-16 10:38 UTC  (6+ messages)

[PATCH v8 0/9] x86: tag application address space for devices
 2020-09-16  8:06 UTC  (11+ messages)
` [PATCH v8 1/9] drm, iommu: Change type of pasid to u32
` [PATCH v8 2/9] iommu/vt-d: Change flags type to unsigned int in binding mm
` [PATCH v8 3/9] Documentation/x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v8 4/9] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v8 5/9] x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature
` [PATCH v8 6/9] x86/msr-index: Define IA32_PASID MSR
` [PATCH v8 7/9] mm: Define pasid in mm
` [PATCH v8 8/9] x86/cpufeatures: Mark ENQCMD as disabled when configured out
` [PATCH v8 9/9] x86/mmu: Allocate/free PASID

[PATCH] dma-direct: Fix potential NULL pointer dereference
 2020-09-16  6:19 UTC  (10+ messages)

support range based offsets in dma-direct v2
 2020-09-16  6:13 UTC  (12+ messages)
` [PATCH 1/6] ARM/dma-mapping: remove a __arch_page_to_dma #error
` [PATCH 2/6] ARM/dma-mapping: remove dma_to_virt
` [PATCH 3/6] ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h
` [PATCH 4/6] ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE
` [PATCH 5/6] usb: don't inherity DMA properties for USB devices
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH] iommu/tegra-smmu: Fix tlb_mask
 2020-09-16  0:23 UTC 

[PATCH v4 4/4] PCI/ACS: Enable PCI_ACS_TB for untrusted/external-facing devices
 2020-09-15 23:01 UTC  (4+ messages)

[PATCH v2] iommu: Kconfig: Update help description for IPMMU_VMSA config
 2020-09-15 17:55 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc, free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

[PATCH] irqchip/qcom-pdc: Allow QCOM_PDC to be loadable as a permanent module
 2020-09-15 15:44 UTC  (3+ messages)

a saner API for allocating DMA addressable pages v2
 2020-09-15 14:10 UTC  (27+ messages)
` [PATCH 01/17] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/17] mm: turn alloc_pages into an inline function
` [PATCH 03/17] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/17] drm/nouveau/gk20a: "
` [PATCH 05/17] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/17] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/17] 53c700: improve non-coherent DMA handling
` [PATCH 08/17] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/17] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/17] hal2: "
` [PATCH 11/17] sgiseeq: "
` [PATCH 12/17] 53c700: "
` [PATCH 13/17] dma-mapping: remove dma_cache_sync
` [PATCH 14/17] dma-mapping: add a new dma_alloc_pages API
` [PATCH 15/17] dma-mapping: add new {alloc, free}_noncoherent dma_map_ops methods
` [PATCH 16/17] dma-iommu: implement ->alloc_noncoherent
` [PATCH 17/17] firewire-ohci: use dma_alloc_pages

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-09-15 12:36 UTC  (3+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-15  8:31 UTC  (10+ messages)
` [PATCH v3 1/6] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH v3 2/6] iommu: Add iommu_dma_free_cpu_cached_iovas()
` [PATCH v3 3/6] iommu: Allow the dma-iommu api to use bounce buffers
` [PATCH v3 4/6] iommu: Add quirk for Intel graphic devices in map_sg
` [PATCH v3 5/6] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH v3 6/6] iommu/vt-d: Cleanup after converting to dma-iommu ops

[PATCHv4 6/6] iommu: arm-smmu-impl: Remove unwanted extra blank lines
 2020-09-15  6:58 UTC  (5+ messages)

[PATCH v2 00/23] MT8192 IOMMU support
 2020-09-15  5:55 UTC  (9+ messages)
` [PATCH v2 01/23] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v2 02/23] dt-bindings: memory: mediatek: Convert SMI "
` [PATCH v2 06/23] dt-bindings: mediatek: Add binding for mt8192 IOMMU and SMI

[PATCH v7 0/9] x86: tag application address space for devices
 2020-09-15  2:02 UTC  (8+ messages)
` [PATCH v7 3/9] docs: x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v7 9/9] x86/mmu: Allocate/free PASID

[PATCH v2] iommu/arm: Add module parameter to set msi iova address
 2020-09-14 18:13 UTC 

[PATCH] iommu: Kconfig: Update help description for IPMMU_VMSA config
 2020-09-14 12:09 UTC  (2+ messages)

[PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-09-14 11:27 UTC 

[PATCH v4 1/3] dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU
 2020-09-14  9:19 UTC  (5+ messages)
` [PATCH v4 2/3] iommu/mediatek: add flag for legacy ivrp paddr
` [PATCH v4 3/3] iommu/mediatek: add support for MT8167

[PATCH 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-09-14  8:43 UTC  (6+ messages)
` [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[PATCH v3] iommu/dma: Fix IOVA reserve dma ranges
 2020-09-14  7:23 UTC 

[PATCH v2] iommu/dma: Fix IOVA reserve dma ranges
 2020-09-14  7:11 UTC  (3+ messages)

[PATCH v4 0/5] iommu aux-domain APIs extensions
 2020-09-14  5:01 UTC  (10+ messages)
` [PATCH v4 1/5] iommu: Add optional subdev in aux_at(de)tach ops
` [PATCH v4 2/5] iommu: Add iommu_at(de)tach_subdev_group()
` [PATCH v4 5/5] iommu/vt-d: Add is_aux_domain support

[PATCH v2 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-09-14  4:50 UTC  (3+ messages)

[PATCH] intel-iommu: don't disable ATS for device without page aligned request
 2020-09-14  2:35 UTC  (5+ messages)

support range based offsets in dma-direct
 2020-09-12  6:46 UTC  (4+ messages)
` [PATCH 3/3] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH V2 0/5] Convert the intel iommu driver to the dma-iommu api
 2020-09-12  3:13 UTC  (15+ messages)
` [PATCH V2 2/5] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH V2 5/5] DO NOT MERGE: iommu: disable list appending in dma-iommu

[PATCH v9 0/7] IOMMU user API enhancement
 2020-09-11 21:57 UTC  (2+ messages)
` [PATCH v9 6/7] iommu/uapi: Handle data and argsz filled by users


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