aboutsummaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-4/+9
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen1-8/+8
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-7/+5
2016-03-17mm: coalesce split stringsJoe Perches1-6/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-09-08mm: add support for __GFP_ZERO flag to dma_pool_alloc()Sean O. Stalley1-2/+7
2015-09-08mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky1-0/+3
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause1-1/+1
2014-10-09mm/dmapool.c: fixed a brace coding style issuePaul McQuade1-9/+6
2014-10-09mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior1-8/+35
2014-09-18Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa1-1/+1
2014-06-04mm/dmapool.c: reuse devres_release() to free resourcesAndy Shevchenko1-2/+1
2014-06-04mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()Daeseok Youn1-16/+8
2014-05-05mm: Fix printk typo in dmapool.cHiroshige Sato1-2/+2
2012-12-11dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET1-0/+24
2012-12-11mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski1-24/+7
2011-10-31mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker1-0/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton1-1/+1
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer1-8/+6
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin1-0/+2
2009-06-30dmapools: protect page_list walk in show_pools()Thomas Gleixner1-0/+2
2008-04-28dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen1-4/+8
2007-12-04pool: Improve memory usage for devices which can't cross boundariesMatthew Wilcox1-16/+20
2007-12-04Change dmapool free block managementMatthew Wilcox1-61/+58
2007-12-04dmapool: Tidy up includes and add commentsMatthew Wilcox1-10/+30
2007-12-04dmapool: Validate parameters to dma_pool_createMatthew Wilcox1-7/+8
2007-12-04Avoid taking waitqueue lock in dmapoolMatthew Wilcox1-4/+5
2007-12-04dmapool: Fix style problemsMatthew Wilcox1-146/+142
2007-12-04Move dmapool.c to mm/ directoryMatthew Wilcox1-0/+481