1. c2bbf9d dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC by Hamza Mahfooz · 3 years, 3 months ago
  2. 293d92c dma-debug: fix sg checks in debug_dma_map_sg() by Gerald Schaefer · 3 years, 3 months ago
  3. 510e1a7 dma-debug: prevent an error message from causing runtime problems by Hamza Mahfooz · 3 years, 4 months ago
  4. 173735c dma-debug: fix debugfs initialization order by Anthony Iliopoulos · 3 years, 6 months ago
  5. 1d7db83 dma-debug: use memory_intersects() directly by Kefeng Wang · 3 years, 6 months ago
  6. 2b4bbc6 dma-debug: report -EEXIST errors in add_dma_entry by Hamza Mahfooz · 3 years, 8 months ago
  7. a1fd09e dma-mapping: move dma-debug.h to kernel/dma/ by Christoph Hellwig · 4 years, 4 months ago
  8. a97740f dma-debug: convert comma to semicolon by Xu Wang · 4 years, 4 months ago
  9. ec91ccb dma-debug: remove most exports by Christoph Hellwig · 4 years, 4 months ago
  10. 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
  11. a85ffd5 dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock() by Hugh Dickins · 4 years, 5 months ago
  12. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  13. 2ed90db Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  14. 23efed6 dma-debug: use named initializers for dir2name by Christoph Hellwig · 4 years, 6 months ago
  15. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  16. 985098a docs: fix references for DMA*.txt files by Mauro Carvalho Chehab · 4 years, 7 months ago
  17. 05f099a dma-debug: make __dma_entry_alloc_check_leak() static by Jason Yan · 4 years, 9 months ago
  18. 9bb50ed dma-debug: fix displaying of dma allocation type by Grygorii Strashko · 4 years, 9 months ago
  19. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  20. 50f579a dma-debug: clean up put_hash_bucket() by Dan Carpenter · 5 years ago
  21. 5e76f56 dma-debug: increase HASH_SIZE by Eric Dumazet · 5 years ago
  22. d3694f30 dma-debug: reorder struct dma_debug_entry fields by Eric Dumazet · 5 years ago
  23. 9ff6aa0 dma-debug: add a schedule point in debug_dma_dump_mappings() by Eric Dumazet · 5 years ago
  24. fc65104 dma-debug: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  25. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  26. 746017e dma/debug: Simplify stracktrace retrieval by Thomas Gleixner · 6 years ago
  27. 8c516543 dma-debug: only skip one stackframe entry by Scott Wood · 6 years ago
  28. 0a3b192 dma-debug: add dumping facility via debugfs by Corentin Labbe · 6 years ago
  29. 8e4d81b dma: debug: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  30. 48e638f dma-mapping: remove a few unused exports by Christoph Hellwig · 6 years ago
  31. 2e05ea5 dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs by Christoph Hellwig · 6 years ago
  32. 8d59b5f dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation by Christoph Hellwig · 6 years ago
  33. ad78dee dma-debug: Batch dma_debug_entry allocation by Robin Murphy · 6 years ago
  34. 0cb0e25 dma/debug: Remove dma_debug_resize_entries() by Robin Murphy · 6 years ago
  35. ceb5117 dma-debug: Make leak-like behaviour apparent by Robin Murphy · 6 years ago
  36. 2b9d9ac dma-debug: Dynamically expand the dma_debug_entry pool by Robin Murphy · 6 years ago
  37. f737b09 dma-debug: Use pr_fmt() by Robin Murphy · 6 years ago
  38. 9f19155 dma-debug: Expose nr_total_entries in debugfs by Robin Murphy · 6 years ago
  39. 99c65fa dma-debug: Check for drivers mapping invalid addresses in dma_map_single() by Stephen Boyd · 6 years ago
  40. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago[Renamed from lib/dma-debug.c]
  41. 78c4783 dma-debug: check scatterlist segments by Robin Murphy · 7 years ago
  42. 9f22bbbd dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings by Christoph Hellwig · 7 years ago
  43. bcebe32 dma-debug: simplify counting of preallocated requests by Christoph Hellwig · 7 years ago
  44. 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 7 years ago
  45. af1da68 dma-debug: fix memory leak in debug_dma_alloc_coherent by Miles Chen · 7 years ago
  46. 3aaabbf lib/dma-debug.c: fix incorrect pfn calculation by Miles Chen · 7 years ago
  47. 4879b7a Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  48. 6a5cd60 lib/dma-debug.c: make locking work for RT by Pankaj Gupta · 8 years ago
  49. e57d055 dma-debug: use offset_in_page() macro by Geliang Tang · 8 years ago
  50. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  51. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  52. a5759b2 dma-debug: add comment for failed to check map error by Miles Chen · 8 years ago
  53. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  54. 2e0cc30 dma-debug: fix ia64 build, use PHYS_PFN by Niklas Söderlund · 8 years ago
  55. 0e74b34 dma-debug: add support for resource mappings by Niklas Söderlund · 8 years ago
  56. b4a0f53 dma-api: Teach the "DMA-from-stack" check about vmapped stacks by Andy Lutomirski · 8 years ago
  57. d5dfc80 dma-debug: track bucket lock state for static checkers by Stephen Boyd · 8 years ago
  58. 3017cd6 dma-debug: avoid spinlock recursion when disabling dma-debug by Ville Syrjälä · 9 years ago
  59. ea535e4 dma-debug: switch check from _text to _stext by Laura Abbott · 9 years ago
  60. 0354aec dma-debug: Fix dma_debug_entry offset calculation by Daniel Mentz · 9 years ago
  61. 7f83064 dma-debug: check nents in dma_sync_sg* by Robin Murphy · 9 years ago
  62. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  63. c9d120b dma-debug: skip debug_dma_assert_idle() when disabled by Haggai Eran · 10 years ago
  64. a7a2c02 lib/dma-debug: fix bucket_find_contain() by Sebastian Ott · 10 years ago
  65. 2ce8e7e dma-debug: prevent early callers from crashing by Florian Fainelli · 10 years ago
  66. 01ce18b dma-debug: introduce dma_debug_disabled by Florian Fainelli · 10 years ago
  67. f9134be dma-debug: modify check_for_stack output by Horia Geanta · 10 years ago
  68. 3b7a641 dma debug: account for cachelines and read-only mappings in overlap tracking by Dan Williams · 11 years ago
  69. 59f2e7d dma-debug: fix overlap detection by Dan Williams · 11 years ago
  70. 0abdd7a dma-debug: introduce debug_dma_assert_idle() by Dan Williams · 11 years ago
  71. 96e7d7a dma-debug: update DMA debug API to better handle multiple mappings of a buffer by Alexander Duyck · 12 years ago
  72. 8d640a5 dma-debug: fix locking bug in check_unmap() by Alexander Duyck · 12 years ago
  73. bfe0fb0 dma-debug: fix to not have dependency on get_dma_ops() interface by Shuah Khan · 12 years ago
  74. 6c9c6d6 dma-debug: New interfaces to debug dma mapping errors by Shuah Khan · 12 years ago
  75. fe73fbe lib/dma-debug.c: fix __hash_bucket_find() by Ming Lei · 12 years ago
  76. 759643c dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER define by Shuah Khan · 12 years ago
  77. 68ee6d2 dma-debug: debugfs_create_bool() takes a u32 pointer by Dan Carpenter · 13 years ago
  78. 29cdd4e dma-debug: release free_entries_lock before saving stack trace by Jakub Kicinski · 13 years ago
  79. f3ff924 Remove useless get_driver()/put_driver() calls by Alan Stern · 13 years ago
  80. 91ec37c Fix comparison using wrong pointer variable in dma debug code by Thomas Jarosch · 13 years ago
  81. 23a7bfa lib: dma-debug needs export.h for EXPORT_SYMBOL by Paul Gortmaker · 14 years ago
  82. c6a21d0 dma-debug: hash_bucket_find needs to allow for offsets within an entry by Neil Horman · 13 years ago
  83. ba4b87ad dma-debug: print information about leaked entry by Stanislaw Gruszka · 14 years ago
  84. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  85. 39a37ce dma-debug: Cleanup for copy-loop in filter_write() by Dan Carpenter · 15 years ago
  86. a02b119 Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes by Joerg Roedel · 15 years ago
  87. aeb583d lib/dma-debug.c: mark file-local struct symbol static. by Thiago Farina · 15 years ago
  88. 42d53b4 dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE and by Krzysztof Halasa · 15 years ago
  89. a8fe9ea dma-debug: Fix bug causing build warning by Ingo Molnar · 15 years ago
  90. f797d98 dma-debug: Do not add notifier when dma debugging is disabled. by Shaun Ruffell · 15 years ago
  91. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  92. 59a40e70 dma-debug: Fix compile warning with PAE enabled by Joerg Roedel · 15 years ago
  93. ec9c96e dma-debug: Fix check_unmap null pointer dereference by Kyle McMartin · 15 years ago
  94. f39d1b9 dma-debug: Fix the overlap() function to be correct and readable by Ingo Molnar · 16 years ago
  95. b0a5b83 dma-debug: Put all hash-chain locks into the same lock class by Ingo Molnar · 16 years ago
  96. c79ee4e dma-debug: fix off-by-one error in overlap function by Joerg Roedel · 16 years ago
  97. aa010ef dma-debug: be more careful when building reference entries by Joerg Roedel · 16 years ago
  98. e5e8c5b dma-debug: check for sg_call_ents in best-fit algorithm too by Joerg Roedel · 16 years ago
  99. 0bf8412 dma-debug: simplify logic in driver_filter() by Joerg Roedel · 16 years ago
  100. be81c6e dma-debug: disable/enable irqs only once in device_dma_allocations by Joerg Roedel · 16 years ago