aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/debug.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-01-15dma-debug: fix kernel-doc warningsRandy Dunlap
2024-01-04dma-debug: make dma_debug_add_bus take a const pointerGreg Kroah-Hartman
2023-10-23dma-debug: Fix a typo in a debugging eye-catcherChuck Lever
2023-08-30dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky
2023-03-30dma-debug: Use %pa to format phys_addr_tGeert Uytterhoeven
2023-03-28dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes
2023-03-28dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes
2022-09-07dma-debug: improve search for partial syncsRobin Murphy
2022-06-02dma-debug: make things less spammy under memory pressureRob Clark
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-03-03dma-debug: fix return value of __setup handlersRandy Dunlap
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang
2021-06-22dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-09-21dma-debug: convert comma to semicolonXu Wang
2020-09-11dma-debug: remove most exportsChristoph Hellwig
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-07-19dma-debug: use named initializers for dir2nameChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan
2020-04-08dma-debug: fix displaying of dma allocation typeGrygorii Strashko
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter
2019-11-11dma-debug: increase HASH_SIZEEric Dumazet
2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet
2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner
2019-04-11dma-debug: only skip one stackframe entryScott Wood
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy
2018-12-11dma-debug: Use pr_fmt()Robin Murphy
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy