aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dma-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30dma-debug: fix printk formats (i386)Randy Dunlap1-4/+4
2009-03-24dma-debug: make memory range checks more consistentJoerg Roedel1-5/+8
2009-03-19dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori1-1/+4
2009-03-17dma-debug: add a check dma memory leaksJoerg Roedel1-0/+55
2009-03-17dma-debug: add checks for kernel text and rodataJoerg Roedel1-1/+25
2009-03-17dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse1-14/+38
2009-03-17dma-debug: add function to dump dma mappingsDavid Woodhouse1-0/+30
2009-03-05dma-debug: add checks for sync_single_sg_*Joerg Roedel1-0/+32
2009-03-05dma-debug: add checks for sync_single_range_*Joerg Roedel1-0/+24
2009-03-05dma-debug: add checks for sync_single_*Joerg Roedel1-0/+21
2009-03-05dma-debug: add checking for [alloc|free]_coherentJoerg Roedel1-0/+45
2009-03-05dma-debug: add add checking for map/unmap_sgJoerg Roedel1-0/+73
2009-03-05dma-debug: add checking for map/unmap_page/singleJoerg Roedel1-0/+53
2009-03-05dma-debug: add core checking functionsJoerg Roedel1-1/+187
2009-03-05dma-debug: add debugfs interfaceJoerg Roedel1-0/+78
2009-03-05dma-debug: add kernel command line parametersJoerg Roedel1-0/+38
2009-03-05dma-debug: add initialization codeJoerg Roedel1-0/+66
2009-03-05dma-debug: add allocator codeJoerg Roedel1-0/+57
2009-03-05dma-debug: add hash functions for dma_debug_entriesJoerg Roedel1-0/+101
2009-03-05dma-debug: add header file and core data structuresJoerg Roedel1-0/+42