summaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-13/+4
* dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-42/+0
* dma-debug: Batch dma_debug_entry allocationRobin Murphy2018-12-111-29/+21
* dma/debug: Remove dma_debug_resize_entries()Robin Murphy2018-12-111-46/+0
* dma-debug: Make leak-like behaviour apparentRobin Murphy2018-12-111-0/+13
* dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy2018-12-111-38/+41
* dma-debug: Use pr_fmt()Robin Murphy2018-12-111-36/+38
* dma-debug: Expose nr_total_entries in debugfsRobin Murphy2018-12-111-0/+7
* dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd2018-10-081-0/+16
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-0/+1773