summaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
* dma-debug: add dumping facility via debugfsCorentin Labbe2019-02-011-0/+28
* dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-76/+12
* dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-041-2/+0
* 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