index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
dmapool.c
Age
Commit message (
Expand
)
Author
2014-10-10
mm/dmapool.c: fixed a brace coding style issue
Paul McQuade
2014-10-10
mm: dmapool: add/remove sysfs file outside of the pool lock lock
Sebastian Andrzej Siewior
2014-09-18
Fix unbalanced mutex in dma_pool_create().
Krzysztof HaĆasa
2014-06-04
mm/dmapool.c: reuse devres_release() to free resources
Andy Shevchenko
2014-06-04
mm/dmapool.c: remove redundant NULL check for dev in dma_pool_create()
Daeseok Youn
2014-05-05
mm: Fix printk typo in dmapool.c
Hiroshige Sato
2012-12-12
dmapool: make DMAPOOL_DEBUG detect corruption of free marker
Matthieu CASTET
2012-12-11
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Marek Szyprowski
2011-10-31
mm: fix implicit stat.h usage in dmapool.c
Paul Gortmaker
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-07-26
devres: fix possible use after free
Maxin B John
2011-01-14
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
2011-01-14
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
2010-10-26
mm: add a might_sleep_if() to dma_pool_alloc()
Dima Zavin
2009-07-01
dmapools: protect page_list walk in show_pools()
Thomas Gleixner
2008-04-28
dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too
Andi Kleen
2007-12-04
pool: Improve memory usage for devices which can't cross boundaries
Matthew Wilcox
2007-12-04
Change dmapool free block management
Matthew Wilcox
2007-12-04
dmapool: Tidy up includes and add comments
Matthew Wilcox
2007-12-04
dmapool: Validate parameters to dma_pool_create
Matthew Wilcox
2007-12-04
Avoid taking waitqueue lock in dmapool
Matthew Wilcox
2007-12-04
dmapool: Fix style problems
Matthew Wilcox
2007-12-04
Move dmapool.c to mm/ directory
Matthew Wilcox