]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cma: Store a name in the cma structure
authorLaura Abbott <labbott@redhat.com>
Tue, 18 Apr 2017 18:27:03 +0000 (11:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 18:41:12 +0000 (20:41 +0200)
commitf318dd083c8128c50e48ceb8c3e812e52800fc4f
tree29d2a27dbc996aac1413457a89832df22aae7da0
parentdf47c0a638b07dab18b202b307506e4b86b02e9a
cma: Store a name in the cma structure

Frameworks that may want to enumerate CMA heaps (e.g. Ion) will find it
useful to have an explicit name attached to each region. Store the name
in each CMA structure.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kvm/book3s_hv_builtin.c
drivers/base/dma-contiguous.c
include/linux/cma.h
mm/cma.c
mm/cma.h
mm/cma_debug.c