summaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c
Commit message (Expand)AuthorAgeFilesLines
* dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET2012-12-121-0/+24
* mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2012-12-111-24/+7Star
* mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker2011-10-311-0/+1
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* devres: fix possible use after freeMaxin B John2011-07-261-1/+1
* mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton2011-01-141-1/+1
* mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer2011-01-141-8/+6Star
* mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin2010-10-271-0/+2
* dmapools: protect page_list walk in show_pools()Thomas Gleixner2009-07-011-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/+58Star
* 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/+142Star
* Move dmapool.c to mm/ directoryMatthew Wilcox2007-12-041-0/+481