aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
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-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/kernel/git/mszyprowski/linuxLinus 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/powerpc/linuxLinus 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
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy1-5/+14
2026-01-14dma/pool: Improve pool lookupRobin Murphy1-4/+4
2026-01-08dma-mapping: Remove dma_mark_clean (again)Robin Murphy3-12/+0
2026-01-07powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memoryGaurav Batra1-2/+2
2026-01-02dma-debug: track cache clean flag in entriesMichael S. Tsirkin1-5/+22
2025-12-31dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin1-1/+2
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-1/+1
2025-12-08dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds4-34/+19
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+0
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+11
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-0/+1
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava1-0/+1
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-1/+4
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky1-2/+2
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-2/+0
2025-10-29dma-mapping: remove unused map_page callbackLeon Romanovsky2-19/+1
2025-10-29dma-mapping: remove unused mapping resource callbacksLeon Romanovsky1-12/+4
2025-10-29dma-mapping: convert dummy ops to physical address mappingLeon Romanovsky1-7/+6
2025-10-29dma-mapping: prepare dma_map_ops to conversion to physical addressLeon Romanovsky2-2/+14
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia1-1/+1
2025-10-18dma: contiguous: Reserve default CMA heapMaxime Ripard1-0/+6
2025-10-18dma: contiguous: Register reusable CMA regions at bootMaxime Ripard1-0/+5
2025-10-15dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski1-1/+4
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds7-198/+149
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-09-21dma-remap: drop nth_page() in dma_common_contiguous_remap()David Hildenbrand1-1/+1
2025-09-12dma-mapping: export new dma_*map_phys() interfaceLeon Romanovsky4-112/+37
2025-09-12dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()Leon Romanovsky1-5/+21
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky1-1/+2
2025-09-12dma-mapping: convert dma_direct_*map_page to be phys_addr_t basedLeon Romanovsky3-27/+42
2025-09-12iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_physLeon Romanovsky2-5/+5
2025-09-12dma-mapping: rename trace_dma_*map_page to trace_dma_*map_physLeon Romanovsky1-2/+2
2025-09-12dma-debug: refactor to use physical addresses for page mappingLeon Romanovsky3-33/+32
2025-09-12Merge tag 'dma-mapping-6.17-2025-09-09' into HEADMarek Szyprowski5-7/+71