aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-5/+1
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan1-2/+2
2022-03-31Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+0
2022-03-31ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook1-4/+0
2022-03-22mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-0/+2
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand1-2/+1
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-0/+9
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz1-0/+1
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