iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 07:46:57 to 2023-05-31 13:28:17 UTC [more...]

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-31 13:08 UTC  (11+ messages)
` [PATCH 01/12] cyrpto/b128ops: Remove struct u128
` [PATCH 02/12] types: Introduce [us]128
` [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH 04/12] instrumentation: Wire up cmpxchg128()
` [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
` [PATCH 09/12] x86,intel_iommu: Replace cmpxchg_double()
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-05-31  9:21 UTC  (5+ messages)
` [PATCH RFCv2 24/24] iommu/arm-smmu-v3: Advertise IOMMU_DOMAIN_F_ENFORCE_DIRTY

[PATCH 0/2] Misc cleanup for iommu/vt-d
 2023-05-31  7:09 UTC  (7+ messages)
` [PATCH 1/2] iommu/vt-d: Remove the dead code in init_iommu_hw()
` [PATCH 2/2] iommu/vt-d: Use BUG_ON to check NULL value of 'table'

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-05-31  7:04 UTC  (6+ messages)

[PATCH v7 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-05-31  4:59 UTC  (13+ messages)
` [PATCH v7 1/4] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v7 2/4] iommu: Move global PASID allocation from SVA to core
` [PATCH v7 3/4] iommu/vt-d: Add set_dev_pasid callback for dma domain
` [PATCH v7 4/4] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-05-31  4:12 UTC  (23+ messages)
` [RFC PATCHES 01/17] iommu: Move iommu fault data to linux/iommu.h
` [RFC PATCHES 02/17] iommu: Support asynchronous I/O page fault response
` [RFC PATCHES 03/17] iommu: Add helper to set iopf handler for domain
` [RFC PATCHES 04/17] iommu: Pass device parameter to iopf handler
` [RFC PATCHES 05/17] iommu: Split IO page fault handling from SVA
` [RFC PATCHES 06/17] iommu: Add iommu page fault cookie helpers
` [RFC PATCHES 07/17] iommufd: Add iommu page fault data
` [RFC PATCHES 08/17] iommufd: IO page fault delivery initialization and release
` [RFC PATCHES 09/17] iommufd: Add iommufd hwpt iopf handler
` [RFC PATCHES 10/17] iommufd: Add IOMMU_HWPT_ALLOC_FLAGS_USER_PASID_TABLE for hwpt_alloc
` [RFC PATCHES 11/17] iommufd: Deliver fault messages to user space
` [RFC PATCHES 12/17] iommufd: Add io page fault response support
` [RFC PATCHES 13/17] iommufd: Add a timer for each iommufd fault data
` [RFC PATCHES 14/17] iommufd: Drain all pending faults when destroying hwpt
` [RFC PATCHES 15/17] iommufd: Allow new hwpt_alloc flags
` [RFC PATCHES 16/17] iommufd/selftest: Add IOPF feature for mock devices
` [RFC PATCHES 17/17] iommufd/selftest: Cover iopf-capable nested hwpt

[PATCH v6 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-05-31  4:02 UTC  (12+ messages)
` [PATCH v6 1/4] iommu: Generalize default PCIe requester ID PASID
` [PATCH v6 2/4] iommu: Move global PASID allocation from SVA to core
` [PATCH v6 3/4] iommu/vt-d: Add set_dev_pasid callback for dma domain

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (16+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH] dma-mapping: Name SG DMA flag helpers consistently
 2023-05-30 17:23 UTC  (4+ messages)

[PATCH 0/8] Add devicetree support for SDX75 Modem and IDP
 2023-05-30 17:49 UTC  (5+ messages)
` [PATCH 5/8] arm64: dts: qcom: Add SDX75 platform and IDP board support

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-05-30 16:42 UTC  (26+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-30 16:31 UTC  (31+ messages)
` [PATCH v5 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v5 02/15] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v5 03/15] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v5 04/15] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v5 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v5 06/15] drivers/gpu: "
` [PATCH v5 07/15] drivers/usb: "
` [PATCH v5 08/15] drivers/spi: "
` [PATCH v5 09/15] drivers/md: "
` [PATCH v5 10/15] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v5 11/15] scatterlist: Add dedicated config for DMA flags
` [PATCH v5 12/15] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v5 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v5 14/15] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v5 15/15] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64

[RESEND PATCH] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU
 2023-05-30 14:49 UTC 

[PATCH v3 0/5] iommu/amd: AVIC Interrupt Remapping Improvements
 2023-05-30 14:11 UTC  (6+ messages)
` [PATCH v3 1/5] iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()
` [PATCH v3 2/5] iommu/amd: Remove the unused struct amd_ir_data.ref
` [PATCH v3 3/5] iommu/amd: Introduce Disable IRTE Caching Support
` [PATCH v3 4/5] iommu/amd: Do not Invalidate IRT when IRTE caching is disabled
` [PATCH v3 5/5] iommu/amd: Improving Interrupt Remapping Table Invalidation

[PATCH v2 04/10] iommu: Simplify the __iommu_group_remove_device() flow
 2023-05-29 19:33 UTC  (3+ messages)

[PATCH RFC] iommu/mediatek: Flush IOTLB completely only if domain has been attached
 2023-05-29  8:32 UTC  (3+ messages)

[PATCH v3] iommu/ipmmu-vmsa: Allow PCIe devices
 2023-05-29  6:39 UTC 

[PATCH v2] iommu/ipmmu-vmsa: Allow PCIe devices
 2023-05-29  4:58 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: iommu: rockchip: Add rockchip,disable-device-link-resume
 2023-05-28 10:35 UTC  (5+ messages)
` [PATCH 2/3] iommu/rockchip: Disable the device link during resume

[PATCH 6/8] arm64: dts: qcom: Add support for GCC and RPMHCC for SDX75
 2023-05-26 20:59 UTC  (3+ messages)

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-26  5:10 UTC  (7+ messages)

[RFC PATCH] dma: coherent: respect to device 'dma-coherent' property
 2023-05-26  0:33 UTC  (6+ messages)

[PATCH v2 00/10] Consolidate the probe_device path
 2023-05-25  5:37 UTC  (5+ messages)
` [PATCH v2 09/10] iommu: Split iommu_group_add_device()
` [PATCH v2 10/10] iommu: Avoid locking/unlocking for iommu_probe_device()

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-25  1:41 UTC  (31+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH v10 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-24 14:53 UTC  (7+ messages)
` [PATCH v10 1/6] s390/ism: Set DMA coherent mask
` [PATCH v10 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v10 3/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v10 4/6] s390/pci: Use dma-iommu layer
` [PATCH v10 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v10 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH v4] iommu: Optimise PCI SAC address trick
 2023-05-24 14:56 UTC  (5+ messages)

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-24  5:19 UTC  (6+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH] dt-bindings: arm-smmu: Fix SC8280XP Adreno binding
 2023-05-23 16:49 UTC  (2+ messages)

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-23 15:47 UTC  (7+ messages)
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned

[PATCH v5 00/12] SM63(50|75) DPU support
 2023-05-23 14:39 UTC  (13+ messages)
` [PATCH v5 04/12] dt-bindings: display/msm: Add SM6350 MDSS
` [PATCH v5 05/12] dt-bindings: display/msm: Add SM6375 MDSS
` [PATCH v5 06/12] drm/msm/dpu: Add SM6350 support
` [PATCH v5 07/12] drm/msm: mdss: "
` [PATCH v5 08/12] drm/msm/dpu: Add SM6375 support
` [PATCH v5 09/12] drm/msm: mdss: "
` [PATCH v5 10/12] iommu/arm-smmu-qcom: Sort the compatible list alphabetically
` [PATCH v5 11/12] iommu/arm-smmu-qcom: Add SM6375 DPU compatible
` [PATCH v5 12/12] iommu/arm-smmu-qcom: Add SM6350 "

[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-23 13:35 UTC  (9+ messages)
` [PATCH v9 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v9 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable

[PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-05-23 11:53 UTC  (10+ messages)
` [PATCH v2 RESEND 4/7] swiotlb: Dynamically allocated "

[PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domains
 2023-05-23  7:57 UTC  (6+ messages)
` [PATCH v1 4/5] iommu/arm-smmu-v3: Keep track of attached ssids


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