summaryrefslogtreecommitdiffstats
path: root/mm/cma.c
AgeCommit message (Expand)Author
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim
2021-05-05mm: cma: support sysfsMinchan Kim
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark
2021-05-05mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang
2021-05-05mm: vmstat: add cma statisticsMinchan Kim
2021-05-05mm/cma: change cma mutex to irq safe spinlockMike Kravetz
2021-02-26mm: cma: print region name on failurePatrick Daly
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen
2020-08-12cma: don't quit at first error when activating reserved areasMike Kravetz
2020-08-12mm: cma: fix the name of CMA areasBarry Song
2020-08-12mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu
2020-07-03mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov
2019-12-01mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocationYunfeng Ye
2019-07-16mm/cma.c: fail if fixed declaration can't be honoredDoug Berger
2019-07-16mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() commentsRyohei Suzuki
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner
2019-05-14mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu
2019-05-14mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon
2017-07-10cma: fix calculation of aligned offsetDoug Berger
2017-07-10mm/cma.c: warn if the CMA area could not be activatedAnshuman Khandual
2017-04-18cma: Introduce cma_for_each_areaLaura Abbott
2017-04-18cma: Store a name in the cma structureLaura Abbott
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-01-11mm/cma: Cleanup highmem checkLaura Abbott
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas
2016-05-27mm/cma: silence warnings due to max() usageStephen Rothwell
2015-11-05mm/cma.c: suppress warningAndrew Morton
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck
2015-06-24mm/cma.c: fix typos in commentsShailendra Verma
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin