aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig1-2/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-13/+4
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-42/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy1-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy1-46/+0
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy1-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy1-38/+41
2018-12-11dma-debug: Use pr_fmt()Robin Murphy1-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy1-0/+7
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd1-0/+16
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-0/+1773