aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dma-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-08-23dma-debug: hash_bucket_find needs to allow for offsets within an entryNeil Horman1-7/+61
2011-04-07dma-debug: print information about leaked entryStanislaw Gruszka1-5/+13
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-04-07dma-debug: Cleanup for copy-loop in filter_write()Dan Carpenter1-1/+1
2010-01-22Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel1-1/+1
2010-01-22lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina1-1/+1
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE andKrzysztof Halasa1-4/+3
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell1-0/+5
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-29dma-debug: Fix compile warning with PAE enabledJoerg Roedel1-2/+4
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin1-12/+16
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar1-12/+12
2009-06-17dma-debug: Put all hash-chain locks into the same lock classIngo Molnar1-1/+1
2009-06-16dma-debug: fix off-by-one error in overlap functionJoerg Roedel1-1/+1
2009-06-15dma-debug: be more careful when building reference entriesJoerg Roedel1-43/+91
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel1-8/+7
2009-06-08dma-debug: simplify logic in driver_filter()Joerg Roedel1-21/+21
2009-06-08dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel1-2/+6
2009-06-08dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel1-21/+15
2009-06-08dma-debug: code style fixesJoerg Roedel1-11/+12
2009-06-08dma-debug: comment style fixesJoerg Roedel1-2/+3
2009-06-07Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar1-22/+269
2009-06-07dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel1-4/+39
2009-06-02Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug/2.6.31Joerg Roedel1-1/+166
2009-06-02dma-debug: add dma_debug_driver kernel command lineJoerg Roedel1-0/+18
2009-06-02dma-debug: add debugfs file for driver filterJoerg Roedel1-1/+101
2009-06-02dma-debug: add variables and checks for driver filterJoerg Roedel1-1/+48
2009-05-29dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori1-11/+37
2009-05-29dma-debug: use sg_dma_len accessorFUJITA Tomonori1-5/+5
2009-05-29dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori1-6/+6
2009-05-28dma-debug: re-add dma memory leak detectionJoerg Roedel1-1/+57
2009-05-11Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar1-52/+1
2009-04-26dma-debug: remove broken dma memory leak detection for 2.6.30Joerg Roedel1-52/+1
2009-04-15dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_entriesFUJITA Tomonori1-6/+66
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