index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
dma-debug: avoid deadlock between dma debug vs printk and netconsole
Rik van Riel
1
-1
/
+4
2024-01-18
Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-1
/
+2
2024-01-15
dma-debug: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+2
2024-01-04
dma-debug: make dma_debug_add_bus take a const pointer
Greg Kroah-Hartman
1
-1
/
+1
2023-10-23
dma-debug: Fix a typo in a debugging eye-catcher
Chuck Lever
1
-1
/
+1
2023-08-30
dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
Sergey Senozhatsky
1
-5
/
+15
2023-03-30
dma-debug: Use %pa to format phys_addr_t
Geert Uytterhoeven
1
-4
/
+4
2023-03-28
dma-debug: add cacheline to user/kernel space dump messages
Desnes Nunes
1
-58
/
+64
2023-03-28
dma-debug: small dma_debug_entry's comment and variable name updates
Desnes Nunes
1
-4
/
+5
2022-09-07
dma-debug: improve search for partial syncs
Robin Murphy
1
-4
/
+2
2022-06-02
dma-debug: make things less spammy under memory pressure
Rob Clark
1
-1
/
+1
2022-05-11
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
1
-1
/
+1
2022-03-03
dma-debug: fix return value of __setup handlers
Randy Dunlap
1
-2
/
+2
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
1
-10
/
+14
2021-10-11
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
1
-6
/
+6
2021-09-13
dma-debug: prevent an error message from causing runtime problems
Hamza Mahfooz
1
-1
/
+2
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
1
-3
/
+4
2021-08-09
dma-debug: use memory_intersects() directly
Kefeng Wang
1
-12
/
+2
2021-06-22
dma-debug: report -EEXIST errors in add_dma_entry
Hamza Mahfooz
1
-4
/
+2
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
1
-3
/
+2
2020-09-21
dma-debug: convert comma to semicolon
Xu Wang
1
-2
/
+2
2020-09-11
dma-debug: remove most exports
Christoph Hellwig
1
-10
/
+0
2020-08-14
dma-debug: remove debug_dma_assert_idle() function
Linus Torvalds
1
-45
/
+1
2020-08-14
dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()
Hugh Dickins
1
-18
/
+9
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+6
2020-07-19
dma-debug: use named initializers for dir2name
Christoph Hellwig
1
-2
/
+6
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-26
docs: fix references for DMA*.txt files
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
dma-debug: make __dma_entry_alloc_check_leak() static
Jason Yan
1
-1
/
+1
2020-04-08
dma-debug: fix displaying of dma allocation type
Grygorii Strashko
1
-3
/
+6
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
1
-20
/
+19
2019-11-20
dma-debug: clean up put_hash_bucket()
Dan Carpenter
1
-11
/
+9
2019-11-11
dma-debug: increase HASH_SIZE
Eric Dumazet
1
-2
/
+2
2019-11-11
dma-debug: reorder struct dma_debug_entry fields
Eric Dumazet
1
-7
/
+7
2019-10-30
dma-debug: add a schedule point in debug_dma_dump_mappings()
Eric Dumazet
1
-0
/
+1
2019-10-18
dma-debug: Use pr_warn instead of pr_warning
Kefeng Wang
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-13
/
+1
2019-04-29
dma/debug: Simplify stracktrace retrieval
Thomas Gleixner
1
-8
/
+6
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-02-01
dma-debug: add dumping facility via debugfs
Corentin Labbe
1
-0
/
+28
2019-02-01
dma: debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-76
/
+12
2019-01-04
dma-mapping: remove a few unused exports
Christoph Hellwig
1
-2
/
+0
2019-01-04
dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs
Christoph Hellwig
1
-13
/
+4
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
1
-42
/
+0
2018-12-11
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
1
-29
/
+21
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
1
-46
/
+0
2018-12-11
dma-debug: Make leak-like behaviour apparent
Robin Murphy
1
-0
/
+13
2018-12-11
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
1
-38
/
+41
2018-12-11
dma-debug: Use pr_fmt()
Robin Murphy
1
-36
/
+38
[next]