summaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-01-181-1/+2
|\
| * dma-debug: fix kernel-doc warningsRandy Dunlap2024-01-151-1/+2
* | dma-debug: make dma_debug_add_bus take a const pointerGreg Kroah-Hartman2024-01-041-1/+1
|/
* dma-debug: Fix a typo in a debugging eye-catcherChuck Lever2023-10-231-1/+1
* dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky2023-08-301-5/+15
* dma-debug: Use %pa to format phys_addr_tGeert Uytterhoeven2023-03-301-4/+4
* dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes2023-03-281-58/+64
* dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes2023-03-281-4/+5
* dma-debug: improve search for partial syncsRobin Murphy2022-09-071-4/+2
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-021-1/+1
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-05-111-1/+1
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-03-031-2/+2
* dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz2021-10-181-10/+14
* dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-111-6/+6
* dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz2021-09-131-1/+2
* dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-08-091-3/+4
* dma-debug: use memory_intersects() directlyKefeng Wang2021-08-091-12/+2
* dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz2021-06-221-4/+2
* dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-3/+2
* dma-debug: convert comma to semicolonXu Wang2020-09-211-2/+2
* dma-debug: remove most exportsChristoph Hellwig2020-09-111-10/+0
* dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-141-45/+1
* dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-141-18/+9
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\
| * docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-2/+6
|\ \
| * | dma-debug: use named initializers for dir2nameChristoph Hellwig2020-07-191-2/+6
| |/
* / treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan2020-04-201-1/+1
* dma-debug: fix displaying of dma allocation typeGrygorii Strashko2020-04-081-3/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-20/+19
|\
| * dma-debug: clean up put_hash_bucket()Dan Carpenter2019-11-201-11/+9
| * dma-debug: increase HASH_SIZEEric Dumazet2019-11-111-2/+2
| * dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet2019-11-111-7/+7
| * dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2019-10-301-0/+1
* | dma-debug: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* dma/debug: Simplify stracktrace retrievalThomas Gleixner2019-04-291-8/+6
* dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
* dma-debug: add dumping facility via debugfsCorentin Labbe2019-02-011-0/+28
* dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-76/+12
* dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-041-2/+0
* dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-13/+4
* dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-42/+0
* dma-debug: Batch dma_debug_entry allocationRobin Murphy2018-12-111-29/+21
* dma/debug: Remove dma_debug_resize_entries()Robin Murphy2018-12-111-46/+0
* dma-debug: Make leak-like behaviour apparentRobin Murphy2018-12-111-0/+13
* dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy2018-12-111-38/+41
* dma-debug: Use pr_fmt()Robin Murphy2018-12-111-36/+38
* dma-debug: Expose nr_total_entries in debugfsRobin Murphy2018-12-111-0/+7