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