aboutsummaryrefslogtreecommitdiff
path: root/mm/dmapool.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mm: fix implicit stat.h usage in dmapool.cGravatar Paul Gortmaker 1-0/+1
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-25devres: fix possible use after freeGravatar Maxin B John 1-1/+1
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Gravatar Andrew Morton 1-1/+1
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Gravatar Rolf Eike Beer 1-8/+6
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Gravatar Dima Zavin 1-0/+2
2009-06-30dmapools: protect page_list walk in show_pools()Gravatar Thomas Gleixner 1-0/+2
2008-04-28dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooGravatar Andi Kleen 1-4/+8
2007-12-04pool: Improve memory usage for devices which can't cross boundariesGravatar Matthew Wilcox 1-16/+20
2007-12-04Change dmapool free block managementGravatar Matthew Wilcox 1-61/+58
2007-12-04dmapool: Tidy up includes and add commentsGravatar Matthew Wilcox 1-10/+30
2007-12-04dmapool: Validate parameters to dma_pool_createGravatar Matthew Wilcox 1-7/+8
2007-12-04Avoid taking waitqueue lock in dmapoolGravatar Matthew Wilcox 1-4/+5
2007-12-04dmapool: Fix style problemsGravatar Matthew Wilcox 1-146/+142
2007-12-04Move dmapool.c to mm/ directoryGravatar Matthew Wilcox 1-0/+481