aboutsummaryrefslogtreecommitdiff
path: root/mm/dmapool.c
AgeCommit message (Expand)Author
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
2007-12-04dmapool: Validate parameters to dma_pool_createMatthew Wilcox
2007-12-04Avoid taking waitqueue lock in dmapoolMatthew Wilcox
2007-12-04dmapool: Fix style problemsMatthew Wilcox
2007-12-04Move dmapool.c to mm/ directoryMatthew Wilcox