aboutsummaryrefslogtreecommitdiff
path: root/lib/dma-debug.c
AgeCommit message (Expand)Author
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-05-03lib/dma-debug.c: make locking work for RTPankaj Gupta
2017-04-24dma-debug: use offset_in_page() macroGeliang Tang
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22dma-debug: add comment for failed to check map errorMiles Chen
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-09-30dma-debug: fix ia64 build, use PHYS_PFNNiklas Söderlund
2016-09-26dma-debug: add support for resource mappingsNiklas Söderlund
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski
2016-07-26dma-debug: track bucket lock state for static checkersStephen Boyd
2016-05-26dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä
2016-01-14dma-debug: switch check from _text to _stextLaura Abbott
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-07-17dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott
2014-12-10dma-debug: prevent early callers from crashingFlorian Fainelli
2014-12-10dma-debug: introduce dma_debug_disabledFlorian Fainelli
2014-09-02dma-debug: modify check_for_stack outputHoria Geanta
2014-03-04dma debug: account for cachelines and read-only mappings in overlap trackingDan Williams
2014-01-29dma-debug: fix overlap detectionDan Williams
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams
2013-03-22dma-debug: update DMA debug API to better handle multiple mappings of a bufferAlexander Duyck
2013-03-22dma-debug: fix locking bug in check_unmap()Alexander Duyck
2012-11-17dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Ming Lei
2012-10-02dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan
2012-07-02dma-debug: debugfs_create_bool() takes a u32 pointerDan Carpenter
2012-04-12dma-debug: release free_entries_lock before saving stack traceJakub Kicinski
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern
2011-11-21Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch
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