index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
debug.c
Age
Commit message (
Expand
)
Author
12 days
Merge tag 'dma-mapping-7.2-2026-06-16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-03
dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_device
Li RongQing
2026-05-18
dma-mapping: move dma_map_resource() sanity check into debug code
Jianpeng Chang
2026-05-08
dma-debug: Ensure mappings are created and released with matching attributes
Leon Romanovsky
2026-05-08
dma-debug: Feed DMA attribute for unmapping flows too
Leon Romanovsky
2026-05-08
dma-debug: Record DMA attributes in debug entry
Leon Romanovsky
2026-05-08
dma-debug: Remove unused DMA attribute parameter
Leon Romanovsky
2026-03-30
dma-debug: suppress cacheline overlap warning when arch has no DMA alignment ...
Mikhail Gavrilov
2026-03-20
dma-mapping: Introduce DMA require coherency attribute
Leon Romanovsky
2026-03-20
dma-mapping: Clarify valid conditions for CPU cache line overlap
Leon Romanovsky
2026-03-20
dma-debug: Allow multiple invocations of overlapping entries
Leon Romanovsky
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-02
dma-debug: track cache clean flag in entries
Michael S. Tsirkin
2025-12-31
dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
Michael S. Tsirkin
2025-10-15
dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOC
Marek Szyprowski
2025-09-12
dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
2025-09-12
dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
2025-09-02
dma-debug: don't enforce dma mapping check on noncoherent allocations
Baochen Qiang
2024-11-28
dma-debug: fix physical address calculation for struct dma_debug_entry
Fedor Pchelkin
2024-10-29
dma-debug: remove DMA_API_DEBUG_SG
Christoph Hellwig
2024-10-29
dma-debug: store a phys_addr_t in struct dma_debug_entry
Christoph Hellwig
2024-10-29
dma-debug: fix a possible deadlock on radix_lock
Levi Yun
2024-08-06
dma-debug: avoid deadlock between dma debug vs printk and netconsole
Rik van Riel
2024-01-18
Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-01-15
dma-debug: fix kernel-doc warnings
Randy Dunlap
2024-01-04
dma-debug: make dma_debug_add_bus take a const pointer
Greg Kroah-Hartman
2023-10-23
dma-debug: Fix a typo in a debugging eye-catcher
Chuck Lever
2023-08-30
dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
Sergey Senozhatsky
2023-03-30
dma-debug: Use %pa to format phys_addr_t
Geert Uytterhoeven
2023-03-28
dma-debug: add cacheline to user/kernel space dump messages
Desnes Nunes
2023-03-28
dma-debug: small dma_debug_entry's comment and variable name updates
Desnes Nunes
2022-09-07
dma-debug: improve search for partial syncs
Robin Murphy
2022-06-02
dma-debug: make things less spammy under memory pressure
Rob Clark
2022-05-11
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
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
[next]