summaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-20/+19
|\
| * dma-debug: clean up put_hash_bucket()Dan Carpenter2019-11-201-11/+9
| * dma-debug: increase HASH_SIZEEric Dumazet2019-11-111-2/+2
| * dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet2019-11-111-7/+7
| * dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2019-10-301-0/+1
* | dma-debug: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* dma/debug: Simplify stracktrace retrievalThomas Gleixner2019-04-291-8/+6
* dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
* dma-debug: add dumping facility via debugfsCorentin Labbe2019-02-011-0/+28
* dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-76/+12
* dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-041-2/+0
* dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-13/+4
* dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-42/+0
* dma-debug: Batch dma_debug_entry allocationRobin Murphy2018-12-111-29/+21
* dma/debug: Remove dma_debug_resize_entries()Robin Murphy2018-12-111-46/+0
* dma-debug: Make leak-like behaviour apparentRobin Murphy2018-12-111-0/+13
* dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy2018-12-111-38/+41
* dma-debug: Use pr_fmt()Robin Murphy2018-12-111-36/+38
* dma-debug: Expose nr_total_entries in debugfsRobin Murphy2018-12-111-0/+7
* dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd2018-10-081-0/+16
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-0/+1773