aboutsummaryrefslogtreecommitdiff
path: root/lib/dma-debug.c
AgeCommit message (Expand)Author
2011-10-31lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker
2011-08-23dma-debug: hash_bucket_find needs to allow for offsets within an entryNeil Horman
2011-04-07dma-debug: print information about leaked entryStanislaw Gruszka
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-04-07dma-debug: Cleanup for copy-loop in filter_write()Dan Carpenter
2010-01-22Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel
2010-01-22lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-10-29dma-debug: Fix compile warning with PAE enabledJoerg Roedel
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar
2009-06-17dma-debug: Put all hash-chain locks into the same lock classIngo Molnar
2009-06-16dma-debug: fix off-by-one error in overlap functionJoerg Roedel
2009-06-15dma-debug: be more careful when building reference entriesJoerg Roedel
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel
2009-06-08dma-debug: simplify logic in driver_filter()Joerg Roedel
2009-06-08dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel
2009-06-08dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel
2009-06-08dma-debug: code style fixesJoerg Roedel
2009-06-08dma-debug: comment style fixesJoerg Roedel
2009-06-07Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-06-07dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel
2009-06-02Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel
2009-06-02dma-debug: add dma_debug_driver kernel command lineJoerg Roedel
2009-06-02dma-debug: add debugfs file for driver filterJoerg Roedel
2009-06-02dma-debug: add variables and checks for driver filterJoerg Roedel
2009-05-29dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori
2009-05-29dma-debug: use sg_dma_len accessorFUJITA Tomonori
2009-05-29dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori
2009-05-28dma-debug: re-add dma memory leak detectionJoerg Roedel
2009-05-11Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar
2009-04-26dma-debug: remove broken dma memory leak detection for 2.6.30Joerg Roedel
2009-04-15dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori
2009-03-30dma-debug: fix printk formats (i386)Randy Dunlap
2009-03-24dma-debug: make memory range checks more consistentJoerg Roedel
2009-03-19dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori
2009-03-17dma-debug: add a check dma memory leaksJoerg Roedel
2009-03-17dma-debug: add checks for kernel text and rodataJoerg Roedel
2009-03-17dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse
2009-03-17dma-debug: add function to dump dma mappingsDavid Woodhouse
2009-03-05dma-debug: add checks for sync_single_sg_*Joerg Roedel
2009-03-05dma-debug: add checks for sync_single_range_*Joerg Roedel
2009-03-05dma-debug: add checks for sync_single_*Joerg Roedel
2009-03-05dma-debug: add checking for [alloc|free]_coherentJoerg Roedel
2009-03-05dma-debug: add add checking for map/unmap_sgJoerg Roedel
2009-03-05dma-debug: add checking for map/unmap_page/singleJoerg Roedel
2009-03-05dma-debug: add core checking functionsJoerg Roedel