[PATCH v5 00/12] SM63(50|75) DPU support
2023-06-04 18:23 UTC (14+ messages)
` [PATCH v5 03/12] dt-bindings: display/msm: sc7180-dpu: Describe SM6350 and SM6375
` [PATCH v5 04/12] dt-bindings: display/msm: Add SM6350 MDSS
` [PATCH v5 05/12] dt-bindings: display/msm: Add SM6375 MDSS
` [PATCH v5 08/12] drm/msm/dpu: Add SM6375 support
[PATCH] dma/Kconfig: fix a typo
2023-06-04 13:50 UTC
IOMMU software bounce buffers and their overhead
2023-06-03 16:49 UTC
[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2023-06-02 20:42 UTC (31+ 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 06/12] percpu: Wire up cmpxchg128
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
` [PATCH v2 07/12] parisc/percpu: Work around the lack of __SIZEOF_INT128__
` [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH 09/12] x86,intel_iommu: "
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()
[PATCH v8 0/7] Re-enable IDXD kernel workqueue under DMA API
2023-06-02 18:22 UTC (8+ messages)
` [PATCH v8 1/7] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v8 2/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v8 3/7] iommu/vt-d: Add domain_flush_pasid_iotlb()
` [PATCH v8 4/7] iommu/vt-d: Remove pasid_mutex
` [PATCH v8 5/7] iommu/vt-d: Make prq draining code generic
` [PATCH v8 6/7] iommu/vt-d: Add set_dev_pasid callback for dma domain
` [PATCH v8 7/7] dmaengine/idxd: Re-enable kernel workqueue under DMA API
[PATCH v2 05/10] iommu: Add iommu_init/deinit_device() paired functions
2023-06-02 17:20 UTC (3+ messages)
[PATCH v2 03/10] iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
2023-06-02 17:17 UTC (3+ messages)
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-06-02 15:29 UTC (4+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
[PATCH 0/2] Misc cleanup for iommu/vt-d
2023-06-02 14:32 UTC (12+ 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 v3 0/7] iopoll: Busy loop and timeout improvements + conversions
2023-06-02 13:51 UTC (9+ messages)
` [PATCH v3 1/7] iopoll: Call cpu_relax() in busy loops
` [PATCH v3 2/7] iopoll: Do not use timekeeping in read_poll_timeout_atomic()
` [PATCH v3 3/7] clk: renesas: cpg-mssr: Convert to readl_poll_timeout_atomic()
` [PATCH v3 4/7] clk: renesas: mstp: "
` [PATCH v3 5/7] clk: renesas: rzg2l: "
` [PATCH v3 6/7] soc: renesas: rmobile-sysc: "
` [PATCH v3 7/7] iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic()
[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
2023-06-02 13:07 UTC (12+ messages)
[git pull] IOMMU Fixes for Linux v6.4-rc4
2023-06-02 12:37 UTC (2+ messages)
[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-06-02 12:11 UTC (2+ messages)
[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-06-02 11:19 UTC (19+ messages)
` [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v6 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v6 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v6 06/17] drivers/gpu: "
` [PATCH v6 07/17] drivers/usb: "
` [PATCH v6 08/17] drivers/spi: "
` [PATCH v6 09/17] dm-crypt: "
` [PATCH v6 10/17] iio: core: "
` [PATCH v6 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v6 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v6 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v6 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v6 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
[PATCH v2 0/2] Misc cleanup for iommu/vt-d
2023-06-02 10:06 UTC (5+ messages)
` [PATCH v2 1/2] iommu/vt-d: Handle the failure case of dmar_reenable_qi()
` [PATCH v2 2/2] iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()
[PATCH v12 0/7] MT8188 IOMMU SUPPORT
2023-06-02 9:02 UTC (8+ messages)
` [PATCH v12 1/7] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
` [PATCH v12 2/7] iommu/mediatek: Fix two IOMMU share pagetable issue
` [PATCH v12 3/7] iommu/mediatek: Adjust mtk_iommu_config flow
` [PATCH v12 4/7] iommu/mediatek: Add enable IOMMU SMC command for INFRA masters
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support
` [PATCH v12 6/7] iommu/mediatek: mt8188: Add iova_region_larb_msk
` [PATCH v12 7/7] MAINTAINERS: iommu/mediatek: Update the header file name
[PATCH] iommu/vt-d: add tips on dmar_perf_latency
2023-06-02 2:36 UTC
[PATCH v2 23/25] iommu: Add ops->domain_alloc_paging()
2023-06-01 20:47 UTC (3+ messages)
[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
2023-06-01 20:37 UTC (3+ messages)
[PATCH v2 09/25] iommu/fsl_pamu: Implement an IDENTITY domain
2023-06-01 20:17 UTC (5+ messages)
[PATCH v2 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
2023-06-01 19:58 UTC (3+ messages)
[PATCH v2 08/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
2023-06-01 18:57 UTC (2+ messages)
[PATCH 0/2] SM6375 GPU SMMU
2023-06-01 16:55 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: Add "
` [PATCH 2/2] arm64: dts: qcom: sm6375: Add GPUCC and Adreno SMMU
[PATCH v2 00/25] iommu: Make default_domain's mandatory
2023-06-01 16:51 UTC (3+ messages)
` [PATCH v2 05/25] iommu/tegra-gart: Remove tegra-gart
[PATCH] iommu/arm-smmu-v3: Set TTL invalidation hint better
2023-06-01 16:43 UTC
[PATCH v7 0/4] Re-enable IDXD kernel workqueue under DMA API
2023-06-01 15:58 UTC (12+ messages)
` [PATCH v7 1/4] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v7 3/4] iommu/vt-d: Add set_dev_pasid callback for dma domain
[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
2023-06-01 9:48 UTC (7+ messages)
[PATCH RFC] iommu/mediatek: Flush IOTLB completely only if domain has been attached
2023-06-01 9:50 UTC (4+ messages)
[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
[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 (10+ 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 (5+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
[PATCH] dma-mapping: Name SG DMA flag helpers consistently
2023-05-30 17:23 UTC (3+ 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 (9+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-30 16:31 UTC (11+ messages)
` [PATCH v5 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned
[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 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
page: next (older)
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).