aboutsummaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c
Commit message (Expand)AuthorAgeFilesLines
* mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2012-12-171-24/+7
* mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton2011-01-131-1/+1
* mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer2011-01-131-8/+6
* mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin2010-10-261-0/+2
* dmapools: protect page_list walk in show_pools()Thomas Gleixner2009-06-301-0/+2
* dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen2008-04-281-4/+8
* pool: Improve memory usage for devices which can't cross boundariesMatthew Wilcox2007-12-041-16/+20
* Change dmapool free block managementMatthew Wilcox2007-12-041-61/+58
* dmapool: Tidy up includes and add commentsMatthew Wilcox2007-12-041-10/+30
* dmapool: Validate parameters to dma_pool_createMatthew Wilcox2007-12-041-7/+8
* Avoid taking waitqueue lock in dmapoolMatthew Wilcox2007-12-041-4/+5
* dmapool: Fix style problemsMatthew Wilcox2007-12-041-146/+142
* Move dmapool.c to mm/ directoryMatthew Wilcox2007-12-041-0/+481