summaryrefslogtreecommitdiff
path: root/mm/dmapool.c (unfollow)
Commit message (Expand)Author
2017-12-14BACKPORT: mm: coalesce split stringsJoe Perches
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy
2015-09-08mm: add support for __GFP_ZERO flag to dma_pool_alloc()Sean O. Stalley
2015-09-08mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy()Sergey Senozhatsky
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause
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
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-17make dmapool code use __set_current_state()Arjan van de Ven
2007-07-16dma: make dma pool to use kmalloc_nodeYinghai Lu
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-04-27Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke
2007-02-09devres: device resource managementTejun Heo
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-10-18driver core fixes: device_create_file() retval check in dmapool.cCornelia Huck
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-10[PATCH] dmapool: Fix "nocast type" warningsVictor Fusco
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou