summaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
AgeCommit message (Expand)AuthorLines
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds-20/+19
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter-11/+9
2019-11-11dma-debug: increase HASH_SIZEEric Dumazet-2/+2
2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet-7/+7
2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet-0/+1
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner-8/+6
2019-04-11dma-debug: only skip one stackframe entryScott Wood-1/+1
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe-0/+28
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-76/+12
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig-2/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig-13/+4
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig-42/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy-46/+0
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy-38/+41
2018-12-11dma-debug: Use pr_fmt()Robin Murphy-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy-0/+7
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd-0/+16
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig-0/+1773