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