aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'dma-mapping-7.2-2026-06-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-95/+126
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus 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 e...Feng 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/gi...Linus Torvalds1-3/+3
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus 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
2026-03-31Merge branch 'dma-contig-for-7.1-modules-prep-v4' into dma-mapping-for-nextMarek Szyprowski1-6/+60
2026-03-31dma: contiguous: Export dev_get_cma_area()Maxime Ripard1-0/+1
2026-03-31dma: contiguous: Make dma_contiguous_default_area staticMaxime Ripard1-1/+1
2026-03-31dma: contiguous: Make dev_get_cma_area() a proper functionMaxime Ripard1-0/+8
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard1-5/+50
2026-03-30dma-debug: suppress cacheline overlap warning when arch has no DMA alignment ...Mikhail Gavrilov1-0/+1
2026-03-27Merge branch 'dt-reserved-mem-cleanups' into dma-mapping-for-nextMarek Szyprowski3-47/+77
2026-03-26of: reserved_mem: replace CMA quirks by generic methodsMarek Szyprowski1-19/+51
2026-03-26of: reserved_mem: switch to ops based OF_DECLARE()Marek Szyprowski3-20/+22
2026-03-26of: reserved_mem: use -ENODEV instead of -ENOENTMarek Szyprowski2-2/+2
2026-03-26of: reserved_mem: remove fdt node from the structureMarek Szyprowski3-8/+4
2026-03-25Merge tag 'dma-mapping-7.0-2026-03-25' into dma-mapping-for-nextMarek Szyprowski4-10/+35
2026-03-20dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is setLeon Romanovsky1-3/+4
2026-03-20dma-mapping: Introduce DMA require coherency attributeLeon Romanovsky2-1/+8
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky1-1/+1
2026-03-20dma-debug: Allow multiple invocations of overlapping entriesLeon Romanovsky1-3/+3
2026-03-16dma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida1-2/+19
2026-03-13dma-mapping: Support batch mode for dma_direct_{map,unmap}_sgBarry Song3-13/+26
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song4-4/+21
2026-03-04dma-mapping: benchmark: add support for dma_map_sgQinxin Xia1-0/+115
2026-03-04dma-mapping: benchmark: modify the framework to adapt to more map modesQinxin Xia1-23/+108
2026-02-23dma-mapping: avoid random addr value print out on error pathJiri Pirko1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-10/+9
2026-02-13Merge tag 'dma-mapping-7.0-2026-02-13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-12/+0
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+23
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2026-02-02dma: contiguous: Check return value of dma_contiguous_reserve_area()Shanker Donthineni1-4/+6
2026-01-29dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi1-1/+6
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde1-6/+10