aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dma-debug.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-7/+4
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-27/+0
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy1-7/+0
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd1-0/+8
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-6/+0
2016-09-26dma-debug: add support for resource mappingsNiklas Söderlund1-0/+19
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-0/+6
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan1-0/+7
2009-04-15dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_entriesFUJITA Tomonori1-0/+7
2009-03-18dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUGIngo Molnar1-1/+1
2009-03-17dma-debug: add a check dma memory leaksJoerg Roedel1-0/+7
2009-03-17dma-debug: add function to dump dma mappingsDavid Woodhouse1-0/+6
2009-03-05dma-debug: add checks for sync_single_sg_*Joerg Roedel1-0/+20
2009-03-05dma-debug: add checks for sync_single_range_*Joerg Roedel1-0/+27
2009-03-05dma-debug: add checks for sync_single_*Joerg Roedel1-0/+20
2009-03-05dma-debug: add checking for [alloc|free]_coherentJoerg Roedel1-0/+16
2009-03-05dma-debug: add add checking for map/unmap_sgJoerg Roedel1-0/+16
2009-03-05dma-debug: add checking for map/unmap_page/singleJoerg Roedel1-0/+23
2009-03-05dma-debug: add initialization codeJoerg Roedel1-0/+14
2009-03-05dma-debug: add header file and core data structuresJoerg Roedel1-0/+25