iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 18:37:04 to 2021-03-02 10:44:03 UTC [more...]

[PATCH v6 00/12] x86: tag application address space for devices
 2021-03-02 10:43 UTC  (6+ messages)
` [PATCH v6 08/12] fork: Clear PASID for new mm

[PATCH] mm/fork: Clear PASID for new mm
 2021-03-02 10:38 UTC 

[PATCH v13 00/10] iommu: I/O page faults for SMMUv3
 2021-03-02  9:26 UTC  (11+ messages)
` [PATCH v13 01/10] iommu: Fix comment for struct iommu_fwspec
` [PATCH v13 02/10] iommu/arm-smmu-v3: Use device properties for pasid-num-bits
` [PATCH v13 03/10] iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVA
` [PATCH v13 04/10] iommu/vt-d: Support IOMMU_DEV_FEAT_IOPF
` [PATCH v13 05/10] uacce: Enable IOMMU_DEV_FEAT_IOPF
` [PATCH v13 06/10] iommu: Add a page fault handler
` [PATCH v13 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 08/10] dt-bindings: document stall property for IOMMU masters
` [PATCH v13 09/10] ACPI/IORT: Enable stall support for platform devices
` [PATCH v13 10/10] iommu/arm-smmu-v3: Add "

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-02  8:35 UTC  (16+ messages)
` [PATCH v14 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v14 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v14 03/13] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v14 04/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v14 09/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v14 10/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v14 11/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v14 12/13] iommu/smmuv3: report additional recoverable faults
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-03-02  7:42 UTC  (4+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU

[PATCH 1/1] Revert "iommu/iova: Retry from last rb tree node if iova search fails"
 2021-03-01 15:48 UTC  (6+ messages)

[PATCH 0/3] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-03-01 12:12 UTC  (4+ messages)
` [PATCH 1/3] iova: Add CPU hotplug handler to flush rcaches
` [PATCH 2/3] iommu/vt-d: Remove IOVA domain rcache flushing for CPU offlining
` [PATCH 3/3] iova: Correct comment for free_cpu_cached_iovas()

add a new dma_alloc_noncontiguous API v3
 2021-03-01  8:52 UTC  (7+ messages)
` [PATCH 1/6] dma-mapping: add a dma_mmap_pages helper
` [PATCH 2/6] dma-mapping: refactor dma_{alloc,free}_pages
` [PATCH 3/6] dma-mapping: add a dma_alloc_noncontiguous API
` [PATCH 4/6] dma-iommu: refactor iommu_dma_alloc_remap
` [PATCH 5/6] dma-iommu: implement ->alloc_noncontiguous
` [PATCH 6/6] media: uvcvideo: Use dma_alloc_noncontiguos API

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-01  8:42 UTC  (18+ messages)
` [PATCH 01/17] iommu: remove the unused domain_window_disable method
` [PATCH 02/17] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/17] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/17] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/17] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/17] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/17] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/17] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/17] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/17] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/17] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/17] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/17] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 17/17] iommu: remove iommu_domain_set_attr

add a new dma_alloc_noncontiguous API v2
 2021-03-01  8:11 UTC  (11+ messages)
` [PATCH 4/7] dma-mapping: add a dma_alloc_noncontiguous API
` [PATCH 6/7] dma-iommu: implement ->alloc_noncontiguous

swiotlb cleanups v2
 2021-03-01  7:44 UTC  (15+ messages)
` [PATCH 01/14] powerpc/svm: stop using io_tlb_start
` [PATCH 02/14] swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
` [PATCH 03/14] swiotlb: move orig addr and size validation into swiotlb_bounce
` [PATCH 04/14] swiotlb: split swiotlb_tbl_sync_single
` [PATCH 05/14] xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer
` [PATCH 06/14] xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported
` [PATCH 07/14] xen-swiotlb: remove xen_set_nslabs
` [PATCH 08/14] xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
` [PATCH 09/14] swiotlb: lift the double initialization protection from xen-swiotlb
` [PATCH 10/14] xen-swiotlb: split xen_swiotlb_init
` [PATCH 11/14] xen-swiotlb: remove the unused size argument from xen_swiotlb_fixup
` [PATCH 12/14] swiotlb: move global variables into a new io_tlb_mem structure
` [PATCH 13/14] swiotlb: dynamically allocate io_tlb_default_mem
` [PATCH 14/14] swiotlb: remove swiotlb_nr_tbl

[PATCH] iommu/vt-d: Fix status code for Allocate/Free PASID command
 2021-03-01  0:44 UTC  (2+ messages)

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-02-27 22:01 UTC  (19+ messages)
` [PATCH V4 01/18] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH V4 02/18] iommu/ioasid: Rename ioasid_set_data()
` [PATCH V4 03/18] iommu/ioasid: Add a separate function for detach data
` [PATCH V4 04/18] iommu/ioasid: Support setting system-wide capacity
` [PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
` [PATCH V4 06/18] iommu/ioasid: Add free function and states
` [PATCH V4 07/18] iommu/ioasid: Add ioasid_set iterator helper functions
` [PATCH V4 08/18] iommu/ioasid: Introduce ioasid_set private ID
` [PATCH V4 09/18] iommu/ioasid: Introduce notification APIs
` [PATCH V4 10/18] iommu/ioasid: Support mm token type ioasid_set notifications
` [PATCH V4 11/18] iommu/ioasid: Add ownership check in guest bind
` [PATCH V4 12/18] iommu/vt-d: Remove mm reference for guest SVA
` [PATCH V4 13/18] iommu/ioasid: Add a workqueue for cleanup work
` [PATCH V4 14/18] iommu/vt-d: Listen to IOASID notifications
` [RFC PATCH 15/18] cgroup: Introduce ioasids controller
` [RFC PATCH 16/18] iommu/ioasid: Consult IOASIDs cgroup for allocation
` [RFC PATCH 17/18] docs: cgroup-v1: Add IOASIDs controller
` [RFC PATCH 18/18] ioasid: Add /dev/ioasid for userspace

MIPS noncoherent DMA cleanups
 2021-02-27 18:33 UTC  (10+ messages)
` [PATCH 5/6] driver core: lift dma_default_coherent into common code

[PATCHv2 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-02-27 13:53 UTC  (10+ messages)
` [PATCHv2 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible
` [PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[PATCH] iommu/tegra-smmu: Fix mc errors on tegra124-nyan
 2021-02-27  9:59 UTC  (6+ messages)

[PATCH v12 00/10] iommu: I/O page faults for SMMUv3
 2021-02-27  3:40 UTC  (7+ messages)
` [PATCH v12 10/10] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH] iommu/amd: Fix event counter availability check
 2021-02-26 21:55 UTC  (15+ messages)

[PATCH] swiotlb: swiotlb_tbl_map_single() kernel BUG in iommu-helper.h:30
 2021-02-26 21:28 UTC  (4+ messages)

[Patch V2 00/13] Introduce dev-msi and interrupt message store
 2021-02-26 20:11 UTC  (14+ messages)
` [Patch V2 01/13] x86/irq: Add DEV_MSI allocation type
` [Patch V2 02/13] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [Patch V2 03/13] platform-msi: Provide default irq_chip:: Ack
` [Patch V2 04/13] genirq/proc: Take buslock on affinity write
` [Patch V2 05/13] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [Patch V2 06/13] platform-msi: Add device MSI infrastructure
` [Patch V2 07/13] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [Patch V2 08/13] genirq: Set auxiliary data for an interrupt
` [Patch V2 09/13] iommu/vt-d: Add DEV-MSI support
` [Patch V2 10/13] iommu: Add capability IOMMU_CAP_VIOMMU_HINT
` [Patch V2 11/13] platform-msi: Add platform check for subdevice irq domain
` [Patch V2 12/13] irqchip: Add IMS (Interrupt Message Store) driver
` [Patch V2 13/13] genirq/msi: Provide helpers to return Linux IRQ/dev_msi hw IRQ number

[PATCH v4 00/14] Restricted DMA
 2021-02-26  9:35 UTC  (5+ messages)
` [PATCH v4 12/14] swiotlb: Add restricted DMA alloc/free support

next/master bisection: baseline.login on r8a77960-ulcb
 2021-02-26  8:56 UTC  (7+ messages)

[PATCH 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-02-26  8:06 UTC  (5+ messages)
` [PATCH 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible
` [PATCH 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[PATCH v3 0/2] Add Unisoc iommu basic driver
 2021-02-26  6:47 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: iommu: add bindings for sprd iommu

[PATCH v3 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2021-02-25 17:51 UTC  (4+ messages)
` [PATCH v3 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [PATCH v3 2/3] drm/msm: Add an adreno-smmu-priv callback to get pagefault info
` [PATCH v3 3/3] drm/msm: Improve the a6xx page fault handler

[PATCH 0/5] iommu/vt-d: Several misc fixes
 2021-02-25  6:26 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Report the right page fault address
` [PATCH 2/5] iommu/vt-d: Remove WO permissions on second-level paging entries
` [PATCH 3/5] iommu/vt-d: Invalidate PASID cache when root/context entry changed
` [PATCH 4/5] iommu/vt-d: Use user privilege for RID2PASID translation
` [PATCH 5/5] iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardown

[PATCH 1/1] iommu: Don't use lazy flush for untrusted device
 2021-02-25  6:14 UTC 

[GIT PULL] dma-mapping updates for 5.12
 2021-02-24 18:46 UTC  (2+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-24  3:29 UTC  (18+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v12 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v12 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v12 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v12 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v12 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v12 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v12 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v12 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v12 11/13] vfio: Document nested stage control
` [PATCH v12 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v12 13/13] vfio/pci: Inject page response upon response region fill

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-23 12:57 UTC  (5+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

preserve DMA offsets when using swiotlb v2
 2021-02-23  7:25 UTC  (5+ messages)
` [PATCH 6/9] swiotlb: refactor swiotlb_tbl_map_single

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-23  1:22 UTC  (6+ messages)
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays

[git pull] IOMMU Updates for Linux v5.12
 2021-02-22 18:36 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).