summaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-7/+5
* mm: coalesce split stringsJoe Perches2016-03-171-6/+4
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* dmapool: fix overflow condition in pool_find_page()Robin Murphy2015-10-011-1/+1
* mm: add support for __GFP_ZERO flag to dma_pool_alloc()Sean O. Stalley2015-09-081-2/+7
* mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky2015-09-081-0/+3
* mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause2015-09-041-1/+1
* mm/dmapool.c: fixed a brace coding style issuePaul McQuade2014-10-091-9/+6
* mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior2014-10-091-8/+35
* Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa2014-09-181-1/+1
* mm/dmapool.c: reuse devres_release() to free resourcesAndy Shevchenko2014-06-041-2/+1
* mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()Daeseok Youn2014-06-041-16/+8
* mm: Fix printk typo in dmapool.cHiroshige Sato2014-05-051-2/+2
* dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET2012-12-111-0/+24
* mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2012-12-111-24/+7
* 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-251-1/+1
* 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
OpenPOWER on IntegriCloud