summaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c
AgeCommit message (Expand)AuthorLines
2025-05-20dmapool: add NUMA affinity supportKeith Busch-6/+9
2023-12-05mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefsVlastimil Babka-1/+1
2023-06-09dmapool: create/destroy cleanupKeith Busch-6/+4
2023-05-06dmapool: link blocks across pagesKeith Busch-127/+130
2023-05-06dmapool: don't memset on free twiceKeith Busch-2/+2
2023-05-06dmapool: simplify freeingKeith Busch-16/+6
2023-05-06dmapool: consolidate page initializationKeith Busch-4/+3
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch-7/+9
2023-05-06dmapool: move debug code to own functionsKeith Busch-51/+77
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby-1/+1
2023-05-06dmapool: cleanup integer typesTony Battersby-8/+11
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby-16/+7
2023-05-06dmapool: remove checks for dev == NULLTony Battersby-31/+14
2022-01-15mm/dmapool.c: revert "make dma pool to use kmalloc_node"Christian König-1/+1
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing-3/+2
2021-04-30mm/dmapool: switch from strlcpy to strscpyZhiyuan Dai-1/+1
2021-02-26mm/dmapool: use might_alloc()Daniel Vetter-1/+2
2020-10-13mm/dmapool.c: replace hard coded function name with __func__Andy Shevchenko-22/+18
2020-10-13mm/dmapool.c: replace open-coded list_for_each_entry_safe()Andy Shevchenko-4/+2
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek-3/+1
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403Thomas Gleixner-4/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport-4/+9
2018-06-15mm: use octal not symbolic permissionsJoe Perches-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen-8/+8
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches-7/+5
2016-03-17mm: coalesce split stringsJoe Perches-6/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy-1/+1
2015-09-08mm: add support for __GFP_ZERO flag to dma_pool_alloc()Sean O. Stalley-2/+7
2015-09-08mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky-0/+3
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause-1/+1
2014-10-09mm/dmapool.c: fixed a brace coding style issuePaul McQuade-9/+6
2014-10-09mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior-8/+35
2014-09-18Fix unbalanced mutex in dma_pool_create().Krzysztof Hałasa-1/+1
2014-06-04mm/dmapool.c: reuse devres_release() to free resourcesAndy Shevchenko-2/+1
2014-06-04mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()Daeseok Youn-16/+8
2014-05-05mm: Fix printk typo in dmapool.cHiroshige Sato-2/+2
2012-12-11dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET-0/+24
2012-12-11mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski-24/+7
2011-10-31mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker-0/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-07-25devres: fix possible use after freeMaxin B John-1/+1
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton-1/+1
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer-8/+6
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin-0/+2
2009-06-30dmapools: protect page_list walk in show_pools()Thomas Gleixner-0/+2
2008-04-28dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen-4/+8
2007-12-04pool: Improve memory usage for devices which can't cross boundariesMatthew Wilcox-16/+20