summaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)AuthorLines
2026-02-23dma-mapping: avoid random addr value print out on error pathJiri Pirko-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+9
2026-02-13Merge tag 'dma-mapping-7.0-2026-02-13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+0
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-5/+23
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+2
2026-02-02dma: contiguous: Check return value of dma_contiguous_reserve_area()Shanker Donthineni-4/+6
2026-01-29dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi-1/+6
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde-6/+10
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy-5/+14
2026-01-14dma/pool: Improve pool lookupRobin Murphy-4/+4
2026-01-08dma-mapping: Remove dma_mark_clean (again)Robin Murphy-12/+0
2026-01-07powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memoryGaurav Batra-2/+2
2026-01-02dma-debug: track cache clean flag in entriesMichael S. Tsirkin-5/+22
2025-12-31dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin-1/+2
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-12-08dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp-1/+1
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-34/+19
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-2/+2
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+11
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+1
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava-0/+1
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-1/+4
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky-2/+2
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual-2/+0
2025-10-29dma-mapping: remove unused map_page callbackLeon Romanovsky-19/+1
2025-10-29dma-mapping: remove unused mapping resource callbacksLeon Romanovsky-12/+4
2025-10-29dma-mapping: convert dummy ops to physical address mappingLeon Romanovsky-7/+6
2025-10-29dma-mapping: prepare dma_map_ops to conversion to physical addressLeon Romanovsky-2/+14
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia-1/+1
2025-10-18dma: contiguous: Reserve default CMA heapMaxime Ripard-0/+6
2025-10-18dma: contiguous: Register reusable CMA regions at bootMaxime Ripard-0/+5
2025-10-15dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski-1/+4
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-199/+150
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-09-21dma-remap: drop nth_page() in dma_common_contiguous_remap()David Hildenbrand-1/+1
2025-09-12dma-mapping: export new dma_*map_phys() interfaceLeon Romanovsky-112/+37
2025-09-12dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()Leon Romanovsky-5/+21
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky-1/+2
2025-09-12dma-mapping: convert dma_direct_*map_page to be phys_addr_t basedLeon Romanovsky-28/+43
2025-09-12iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_physLeon Romanovsky-5/+5
2025-09-12dma-mapping: rename trace_dma_*map_page to trace_dma_*map_physLeon Romanovsky-2/+2
2025-09-12dma-debug: refactor to use physical addresses for page mappingLeon Romanovsky-33/+32
2025-09-12Merge tag 'dma-mapping-6.17-2025-09-09' into HEADMarek Szyprowski-7/+71
2025-09-02dma-debug: don't enforce dma mapping check on noncoherent allocationsBaochen Qiang-3/+69
2025-08-13dma/pool: Ensure DMA_DIRECT_REMAP allocations are decryptedShanker Donthineni-2/+2
2025-08-11of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde-2/+0
2025-08-11swiotlb: Remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-11dma-direct: clean up the logic in __dma_direct_alloc_pages()Petr Tesarik-18/+13