summaryrefslogtreecommitdiffstats
path: root/include/linux/cma.h
Commit message (Expand)AuthorAgeFilesLines
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cma: Introduce cma_for_each_areaLaura Abbott2017-04-181-0/+2
* cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+3
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-251-1/+2
* mm: cma: make linux/cma.h standalone includibleThierry Reding2016-12-131-0/+3
* mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2015-10-231-1/+1
* mm: cma: constify and use correct signness in mm/cma.cSasha Levin2015-04-151-6/+6
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-191-0/+1
* mm, cma: make parameters order consistent in func declaration and definitionWeijie Yang2014-10-271-4/+4
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-0/+3
* mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-071-1/+1
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-071-0/+27