index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
debug.c
Age
Commit message (
Expand
)
Author
2022-03-03
dma-debug: fix return value of __setup handlers
Randy Dunlap
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
2021-10-11
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
2021-09-13
dma-debug: prevent an error message from causing runtime problems
Hamza Mahfooz
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
2021-08-09
dma-debug: use memory_intersects() directly
Kefeng Wang
2021-06-22
dma-debug: report -EEXIST errors in add_dma_entry
Hamza Mahfooz
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
2020-09-21
dma-debug: convert comma to semicolon
Xu Wang
2020-09-11
dma-debug: remove most exports
Christoph Hellwig
2020-08-14
dma-debug: remove debug_dma_assert_idle() function
Linus Torvalds
2020-08-14
dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()
Hugh Dickins
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-07-19
dma-debug: use named initializers for dir2name
Christoph Hellwig
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-26
docs: fix references for DMA*.txt files
Mauro Carvalho Chehab
2020-04-20
dma-debug: make __dma_entry_alloc_check_leak() static
Jason Yan
2020-04-08
dma-debug: fix displaying of dma allocation type
Grygorii Strashko
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
2019-11-20
dma-debug: clean up put_hash_bucket()
Dan Carpenter
2019-11-11
dma-debug: increase HASH_SIZE
Eric Dumazet
2019-11-11
dma-debug: reorder struct dma_debug_entry fields
Eric Dumazet
2019-10-30
dma-debug: add a schedule point in debug_dma_dump_mappings()
Eric Dumazet
2019-10-18
dma-debug: Use pr_warn instead of pr_warning
Kefeng Wang
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2019-04-29
dma/debug: Simplify stracktrace retrieval
Thomas Gleixner
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
2019-02-01
dma-debug: add dumping facility via debugfs
Corentin Labbe
2019-02-01
dma: debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-04
dma-mapping: remove a few unused exports
Christoph Hellwig
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: Batch dma_debug_entry allocation
Robin Murphy
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
2018-12-11
dma-debug: Make leak-like behaviour apparent
Robin Murphy
2018-12-11
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
2018-12-11
dma-debug: Use pr_fmt()
Robin Murphy
2018-12-11
dma-debug: Expose nr_total_entries in debugfs
Robin Murphy
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
2018-06-14
dma-mapping: move all DMA mapping code to kernel/dma
Christoph Hellwig