iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-18 20:49:24 to 2023-05-23 06:32:29 UTC [more...]

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

[PATCH] iommu/amd/pgtbl_v2: Fix domain max address
 2023-05-23  6:31 UTC  (4+ messages)

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-05-23  6:26 UTC  (2+ messages)

[PATCH v2 0/2] iommu/virtio: Fixes
 2023-05-23  6:19 UTC  (2+ messages)

[PATCH v5 00/17] Consolidate the error handling around device attachment
 2023-05-23  6:16 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: Fix SC8280XP Adreno binding
 2023-05-23  1:04 UTC 

Relaxable RMRR kernel parameter for broken platforms
 2023-05-22 18:17 UTC  (6+ messages)

[PATCH v6 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-05-22 17:32 UTC  (9+ 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 v6 4/4] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-22 16:26 UTC  (5+ 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 0/2] iommu: Make flush queues a proper capability
 2023-05-22 15:39 UTC  (2+ messages)

[PATCH] iommu: Avoid softlockup and rcu stall in fq_flush_timeout()
 2023-05-22 15:35 UTC  (7+ messages)

[PATCH] iommu/amd: Fix domain flush size when syncing iotlb
 2023-05-22 15:34 UTC  (2+ messages)

[PATCH v2] iommu/ipmmu-vmsa: Allow PCIe devices
 2023-05-22 15:30 UTC  (2+ messages)

[PATCH for-rc] iommu/amd: Add missing domain type checks
 2023-05-22 15:29 UTC  (2+ messages)

[PATCH] iommu: amd: Fix up merge conflict resolution
 2023-05-22 15:24 UTC  (2+ messages)

[PATCH] iommu/amd: Update copyright notice
 2023-05-22 15:21 UTC  (2+ messages)

[PATCH] iommu: amd: Use page mode macros in fetch_pte
 2023-05-22 15:18 UTC  (2+ messages)

[PATCH v3 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-05-22 15:16 UTC  (2+ messages)

[PATCH] iommu/iova: Optimize iova_magazine_alloc()
 2023-05-22 15:10 UTC  (4+ messages)

[PATCH] iommu: Fix unwind goto issue
 2023-05-22 15:03 UTC  (2+ messages)

[PATCH v2] iommu: make IPMMU_VMSA dependencies more strict
 2023-05-22 15:01 UTC  (2+ messages)

[PATCH v2 00/10] Consolidate the probe_device path
 2023-05-22 12:18 UTC  (25+ messages)
` [PATCH v2 01/10] iommu: Have __iommu_probe_device() check for already probed devices
` [PATCH v2 02/10] iommu: Use iommu_group_ref_get/put() for dev->iommu_group
` [PATCH v2 03/10] iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
` [PATCH v2 04/10] iommu: Simplify the __iommu_group_remove_device() flow
` [PATCH v2 05/10] iommu: Add iommu_init/deinit_device() paired functions
` [PATCH v2 06/10] iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()
` [PATCH v2 07/10] iommu: Do not export iommu_device_link/unlink()
` [PATCH v2 08/10] iommu: Always destroy the iommu_group during iommu_release_device()
` [PATCH v2 09/10] iommu: Split iommu_group_add_device()
` [PATCH v2 10/10] iommu: Avoid locking/unlocking for iommu_probe_device()

[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
 2023-05-22 11:33 UTC  (11+ messages)

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-05-22 10:43 UTC  (43+ messages)
` [PATCH RFCv2 01/24] iommu: Add RCU-protected page free support
` [PATCH RFCv2 03/24] vfio: Move iova_bitmap into iommu core
` [PATCH RFCv2 04/24] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFCv2 05/24] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH RFCv2 07/24] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH RFCv2 09/24] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH RFCv2 15/24] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH RFCv2 17/24] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH RFCv2 20/24] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH RFCv2 21/24] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFCv2 22/24] iommu/arm-smmu-v3: Add read_and_clear_dirty() support
` [PATCH RFCv2 23/24] iommu/arm-smmu-v3: Add set_dirty_tracking() support
` [PATCH RFCv2 24/24] iommu/arm-smmu-v3: Advertise IOMMU_DOMAIN_F_ENFORCE_DIRTY

unexport swiotlb_active
 2023-05-22  8:37 UTC  (12+ messages)
` [PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-22  7:27 UTC  (23+ messages)
` [PATCH v4 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v4 02/15] dma: Allow dma_get_cache_alignment() to return the smaller cache_line_size()
` [PATCH v4 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v4 07/15] drivers/usb: "
` [PATCH v4 11/15] scatterlist: Add dedicated config for DMA flags
` [PATCH v4 12/15] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v4 14/15] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible

[PATCH v4 00/12] SM63(50|75) DPU support
 2023-05-21 16:10 UTC  (22+ messages)
` [PATCH v4 01/12] dt-bindings: display/msm: dsi-controller-main: Add SM6350
` [PATCH v4 02/12] dt-bindings: display/msm: dsi-controller-main: Add SM6375
` [PATCH v4 03/12] dt-bindings: display/msm: sc7180-dpu: Describe SM6350 and SM6375
` [PATCH v4 04/12] dt-bindings: display/msm: Add SM6350 MDSS
` [PATCH v4 05/12] dt-bindings: display/msm: Add SM6375 MDSS
` [PATCH v4 06/12] drm/msm/dpu: Add SM6350 support
` [PATCH v4 07/12] drm/msm: mdss: "
` [PATCH v4 08/12] drm/msm/dpu: Add SM6375 support
` [PATCH v4 09/12] drm/msm: mdss: "
` [PATCH v4 10/12] iommu/arm-smmu-qcom: Sort the compatible list alphabetically
` [PATCH v4 11/12] iommu/arm-smmu-qcom: Add SM6375 DPU compatible
` [PATCH v4 12/12] iommu/arm-smmu-qcom: Add SM6350 "

[PATCH 0/8] Add devicetree support for SDX75 Modem and IDP
 2023-05-20 10:08 UTC  (15+ messages)
` [PATCH 1/8] dt-bindings: arm: qcom: Document SDX75 platform and boards
` [PATCH 2/8] dt-bindings: firmware: scm: Add compatible for SDX75
` [PATCH 3/8] dt-bindings: interrupt-controller: Add SDX75 PDC compatible
` [PATCH 4/8] dt-bindings: arm-smmu: Add SDX75 SMMU compatible
` [PATCH 5/8] arm64: dts: qcom: Add SDX75 platform and IDP board support
` [PATCH 6/8] arm64: dts: qcom: Add support for GCC and RPMHCC for SDX75
` [PATCH 7/8] arm64: dts: qcom: Add QUPv3 UART console node "
` [PATCH 8/8] arm64: dts: qcom: Enable the QUPv3 UART console "

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-19 19:48 UTC  (22+ 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 v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-19 18:30 UTC  (5+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH RESEND] iommu/amd: Fix domain flush size when syncing iotlb
 2023-05-19 17:11 UTC  (2+ messages)

[PATCH] iommu/exynos: Implement an IDENTITY domain
 2023-05-19 15:39 UTC  (2+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-05-19 15:33 UTC  (3+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains

[PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
 2023-05-19 11:42 UTC  (11+ messages)

arm-smmu-v3 sharing SID
 2023-05-19  2:49 UTC  (5+ messages)

[PATCH v3 00/12] SM63(50|75) DPU support
 2023-05-18 21:21 UTC  (4+ messages)
` [PATCH v3 06/12] drm/msm/dpu: Add SM6350 support

[PATCH v2 00/13] SM63(50|75) DPU support
 2023-05-18 21:21 UTC  (5+ messages)
` [PATCH v2 07/13] drm/msm/dpu: Add SM6350 support


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