Files
linux/drivers/base
Laura Abbott 7ee793a62f cma: Remove potential deadlock situation
CMA locking is currently very coarse. The cma_mutex protects both
the bitmap and avoids concurrency with alloc_contig_range. There
are several situations which may result in a deadlock on the CMA
mutex currently, mostly involving AB/BA situations with alloc and
free. Fix this issue by protecting the bitmap with a mutex per CMA
region and use the existing mutex for protecting against concurrency
with alloc_contig_range.

Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
2014-05-15 12:14:21 +02:00
..
2014-02-20 14:54:28 +01:00
2014-04-29 15:44:05 +01:00
2014-02-11 16:34:32 +00:00
2014-03-02 20:09:08 -08:00
2010-05-21 09:37:29 -07:00