aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dma-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2017-05-03lib/dma-debug.c: make locking work for RTPankaj Gupta1-6/+2
2017-04-24dma-debug: use offset_in_page() macroGeliang Tang1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-22dma-debug: add comment for failed to check map errorMiles Chen1-0/+5
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+50
2016-09-30dma-debug: fix ia64 build, use PHYS_PFNNiklas Söderlund1-1/+1
2016-09-26dma-debug: add support for resource mappingsNiklas Söderlund1-2/+50
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski1-6/+30
2016-07-26dma-debug: track bucket lock state for static checkersStephen Boyd1-0/+2
2016-05-26dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä1-1/+1
2016-01-14dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-07-17dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran1-0/+3
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott1-1/+1
2014-12-10dma-debug: prevent early callers from crashingFlorian Fainelli1-2/+10
2014-12-10dma-debug: introduce dma_debug_disabledFlorian Fainelli1-16/+21
2014-09-02dma-debug: modify check_for_stack outputHoria Geanta1-1/+1
2014-03-04dma debug: account for cachelines and read-only mappings in overlap trackingDan Williams1-46/+85
2014-01-29dma-debug: fix overlap detectionDan Williams1-3/+7
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-13/+180
2013-03-22dma-debug: update DMA debug API to better handle multiple mappings of a bufferAlexander Duyck1-5/+19
2013-03-22dma-debug: fix locking bug in check_unmap()Alexander Duyck1-9/+12
2012-11-17dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan1-22/+7
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan1-4/+67
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Ming Lei1-2/+2
2012-10-02dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan1-5/+0
2012-07-02dma-debug: debugfs_create_bool() takes a u32 pointerDan Carpenter1-2/+2
2012-04-12dma-debug: release free_entries_lock before saving stack traceJakub Kicinski1-5/+5
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-2/+1
2011-11-21Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch1-1/+1
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