aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'dma-mapping-7.3-2026-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-7/+9
2026-08-24Merge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds7-326/+798
2026-08-24dma-contiguous: fix truncation of numa_cma / cma_pernuma sizes >= 2GAlexander Graf1-7/+9
2026-08-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2026-08-13dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FSchenhuguanshen1-59/+94
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes4-10/+15
2026-07-31swiotlb: remove unused SWIOTLB_FORCE flagAneesh Kumar K.V (Arm)1-2/+1
2026-07-31dma: swiotlb: handle set_memory_decrypted() failuresAneesh Kumar K.V (Arm)1-15/+65
2026-07-31dma: swiotlb: free dynamic pools from process contextAneesh Kumar K.V (Arm)1-8/+11
2026-07-31dma-direct: rename ret to cpu_addr in alloc helpersAneesh Kumar K.V (Arm)1-20/+20
2026-07-31dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHAREDAneesh Kumar K.V (Arm)1-17/+26
2026-07-31dma-direct: set decrypted flag for remapped DMA allocationsAneesh Kumar K.V (Arm)1-12/+44
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)1-22/+30
2026-07-31dma-direct: Move dma_direct_map_phys() to dma/direct.cAneesh Kumar K.V (Arm)2-53/+56
2026-07-31dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checksAneesh Kumar K.V (Arm)2-4/+4
2026-07-31dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHAREDAneesh Kumar K.V (Arm)2-9/+15
2026-07-31dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)2-46/+144
2026-07-31dma: swiotlb: pass mapping attributes by referenceAneesh Kumar K.V (Arm)1-3/+3
2026-07-31dma-pool: track decrypted atomic pools and select them via attrsAneesh Kumar K.V (Arm)3-72/+132
2026-07-31dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free pathsAneesh Kumar K.V (Arm)2-9/+42
2026-07-31dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pagesAneesh Kumar K.V (Arm)2-18/+59
2026-07-31swiotlb: Preserve allocation virtual address for dynamic poolsAneesh Kumar K.V (Arm)1-12/+19
2026-07-31dma: free atomic pool pages by physical addressAneesh Kumar K.V (Arm)2-2/+63
2026-07-31dma-pool: fix page leak in atomic_pool_expand() cleanupAneesh Kumar K.V (Arm)1-3/+7
2026-07-31dma-direct: return struct page from dma_direct_alloc_from_pool()Aneesh Kumar K.V (Arm)1-8/+10
2026-07-26scsi: dma-mapping: Make dma_max_mapping_size() return 0 for no DMA capabilityJohn Garry1-0/+3
2026-07-17dma/swiotlb: introduce Kconfig option for compile-time default pool sizeJagadeesh Pagadala1-0/+22
2026-07-14dma-direct: Improve readability of the dma_direct_map_sg() for P2PDMA caseMarek Szyprowski1-2/+1
2026-07-13dma-coherent: use KiB in DMA allocation logsVova Sharaienko1-4/+4
2026-07-13dma-coherent: fix spacing coding style issueVova Sharaienko1-1/+1
2026-06-17Merge tag 'dma-mapping-7.2-2026-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds6-95/+126
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-7/+5
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing1-1/+1
2026-06-03dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing1-1/+1
2026-06-03dma: map_benchmark: turn dma_sg_map_param buf into a flexible arrayRosen Penev1-15/+12
2026-05-28dma-contiguous: simplify numa cma area handlingFeng Tang2-35/+15
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich3-7/+10
2026-05-22dma-contiguous: add kconfig option to setup numa cma area if not configured explicitlyFeng Tang2-2/+20
2026-05-18dma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang2-5/+8
2026-05-08dma-debug: Ensure mappings are created and released with matching attributesLeon Romanovsky1-0/+23
2026-05-08dma-debug: Feed DMA attribute for unmapping flows tooLeon Romanovsky3-17/+23
2026-05-08dma-debug: Record DMA attributes in debug entryLeon Romanovsky1-19/+29
2026-05-08dma-debug: Remove unused DMA attribute parameterLeon Romanovsky3-8/+5
2026-04-30dma-direct: fix use of max_pfnPetr Tesarik1-2/+2
2026-04-26driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson1-3/+1
2026-04-26driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson1-4/+4
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-3/+3
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds8-92/+423
2026-04-02dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memoryJiri Pirko2-5/+22
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-3/+3