| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -20/+19 |
|\ |
|
| * | dma-debug: clean up put_hash_bucket() | Dan Carpenter | 2019-11-20 | 1 | -11/+9 |
| * | dma-debug: increase HASH_SIZE | Eric Dumazet | 2019-11-11 | 1 | -2/+2 |
| * | dma-debug: reorder struct dma_debug_entry fields | Eric Dumazet | 2019-11-11 | 1 | -7/+7 |
| * | dma-debug: add a schedule point in debug_dma_dump_mappings() | Eric Dumazet | 2019-10-30 | 1 | -0/+1 |
* | | dma-debug: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -1/+1 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | dma/debug: Simplify stracktrace retrieval | Thomas Gleixner | 2019-04-29 | 1 | -8/+6 |
* | dma-debug: only skip one stackframe entry | Scott Wood | 2019-04-11 | 1 | -1/+1 |
* | dma-debug: add dumping facility via debugfs | Corentin Labbe | 2019-02-01 | 1 | -0/+28 |
* | dma: debug: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-02-01 | 1 | -76/+12 |
* | dma-mapping: remove a few unused exports | Christoph Hellwig | 2019-01-04 | 1 | -2/+0 |
* | dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs | Christoph Hellwig | 2019-01-04 | 1 | -13/+4 |
* | dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation | Christoph Hellwig | 2018-12-13 | 1 | -42/+0 |
* | dma-debug: Batch dma_debug_entry allocation | Robin Murphy | 2018-12-11 | 1 | -29/+21 |
* | dma/debug: Remove dma_debug_resize_entries() | Robin Murphy | 2018-12-11 | 1 | -46/+0 |
* | dma-debug: Make leak-like behaviour apparent | Robin Murphy | 2018-12-11 | 1 | -0/+13 |
* | dma-debug: Dynamically expand the dma_debug_entry pool | Robin Murphy | 2018-12-11 | 1 | -38/+41 |
* | dma-debug: Use pr_fmt() | Robin Murphy | 2018-12-11 | 1 | -36/+38 |
* | dma-debug: Expose nr_total_entries in debugfs | Robin Murphy | 2018-12-11 | 1 | -0/+7 |
* | dma-debug: Check for drivers mapping invalid addresses in dma_map_single() | Stephen Boyd | 2018-10-08 | 1 | -0/+16 |
* | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 2018-06-14 | 1 | -0/+1773 |