summaryrefslogtreecommitdiffstats
path: root/include/linux/cma.h
Commit message (Expand)AuthorAgeFilesLines
* mm: cma: use pageblock_order as the single alignmentZi Yan2022-05-131-2/+2
* Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-311-4/+0
|\
| * ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2022-03-311-4/+0
* | mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini2022-03-221-0/+2
* | mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2022-03-221-2/+1
* | cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-0/+9
|/
* mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2021-11-061-0/+1
* mm: use proper type for cma_[alloc|release]Minchan Kim2021-05-051-2/+2
* mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-0/+2
* mm: cma: NUMA node interfaceAslan Bakirov2020-04-101-2/+12
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-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-241-1/+2
* mm: cma: make linux/cma.h standalone includibleThierry Reding2016-12-121-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-141-6/+6
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-181-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-061-1/+1
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-061-0/+27