cifs: fix possible memory corruption in CIFSFindNext, CVE-2011-3191
[linux-flexiantxendom0-natty.git] / mm / dmapool.c
2011-01-14 Andrew Mortonmm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
2011-01-14 Rolf Eike Beermm/dmapool.c: take lock only once in dma_pool_free()
2010-10-26 Dima Zavinmm: add a might_sleep_if() to dma_pool_alloc()
2009-07-01 Thomas Gleixnerdmapools: protect page_list walk in show_pools()
2008-04-28 Andi Kleendmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too
2007-12-04 Matthew Wilcoxpool: Improve memory usage for devices which can't...
2007-12-04 Matthew WilcoxChange dmapool free block management
2007-12-04 Matthew Wilcoxdmapool: Tidy up includes and add comments
2007-12-04 Matthew Wilcoxdmapool: Validate parameters to dma_pool_create
2007-12-04 Matthew WilcoxAvoid taking waitqueue lock in dmapool
2007-12-04 Matthew Wilcoxdmapool: Fix style problems
2007-12-04 Matthew WilcoxMove dmapool.c to mm/ directory