aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/dma/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07dma-debug: improve search for partial syncsRobin Murphy1-4/+2
2022-06-02dma-debug: make things less spammy under memory pressureRob Clark1-1/+1
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka1-1/+1
2022-03-03dma-debug: fix return value of __setup handlersRandy Dunlap1-2/+2
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz1-10/+14
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer1-6/+6
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz1-1/+2
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos1-3/+4
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang1-12/+2
2021-06-22dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz1-4/+2
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-3/+2
2020-09-21dma-debug: convert comma to semicolonXu Wang1-2/+2
2020-09-11dma-debug: remove most exportsChristoph Hellwig1-10/+0
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds1-45/+1
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins1-18/+9
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+6
2020-07-19dma-debug: use named initializers for dir2nameChristoph Hellwig1-2/+6
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-1/+1
2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan1-1/+1
2020-04-08dma-debug: fix displaying of dma allocation typeGrygorii Strashko1-3/+6
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-20/+19
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter1-11/+9
2019-11-11dma-debug: increase HASH_SIZEEric Dumazet1-2/+2
2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet1-7/+7
2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet1-0/+1
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner1-8/+6
2019-04-11dma-debug: only skip one stackframe entryScott Wood1-1/+1
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe1-0/+28
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+12
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig1-2/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-13/+4
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-42/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy1-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy1-46/+0
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy1-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy1-38/+41
2018-12-11dma-debug: Use pr_fmt()Robin Murphy1-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy1-0/+7
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd1-0/+16
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-0/+1773