index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-debug.h
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2019-01-04
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
2016-09-26
dma-debug: add support for resource mappings
Niklas Söderlund
2014-01-21
dma-debug: introduce debug_dma_assert_idle()
Dan Williams
2012-10-24
dma-debug: New interfaces to debug dma mapping errors
Shuah Khan
2009-04-15
dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...
FUJITA Tomonori
2009-03-18
dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUG
Ingo Molnar
2009-03-17
dma-debug: add a check dma memory leaks
Joerg Roedel
2009-03-17
dma-debug: add function to dump dma mappings
David Woodhouse
2009-03-05
dma-debug: add checks for sync_single_sg_*
Joerg Roedel
2009-03-05
dma-debug: add checks for sync_single_range_*
Joerg Roedel
2009-03-05
dma-debug: add checks for sync_single_*
Joerg Roedel
2009-03-05
dma-debug: add checking for [alloc|free]_coherent
Joerg Roedel
2009-03-05
dma-debug: add add checking for map/unmap_sg
Joerg Roedel
2009-03-05
dma-debug: add checking for map/unmap_page/single
Joerg Roedel
2009-03-05
dma-debug: add initialization code
Joerg Roedel
2009-03-05
dma-debug: add header file and core data structures
Joerg Roedel