aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim1-2/+2
2020-09-01mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song1-0/+2
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov1-2/+12
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-18cma: Introduce cma_for_each_areaLaura Abbott1-0/+2
2017-04-18cma: Store a name in the cma structureLaura Abbott1-1/+3
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach1-1/+2
2016-12-12mm: cma: make linux/cma.h standalone includibleThierry Reding1-0/+3
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-1/+1
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-6/+6
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar1-0/+1
2014-10-27mm, cma: make parameters order consistent in func declaration and definitionWeijie Yang1-4/+4
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+3
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim1-0/+27