aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/cma: add sysfs file 'release_pages_success'Anshuman Khandual1-0/+1
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual1-9/+0
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual1-6/+4
2024-02-21mm/cma: fix placement of trace_cma_alloc_start/finishKalesh Singh1-4/+4
2023-12-12mm: cma: remove unnecessary initialization of retLi zeming1-1/+1
2023-10-04mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+7
2023-08-18mm: cma: print cma name as well in cma_alloc debugPintu Kumar1-2/+2
2023-07-31dma-contiguous: support numa CMA for specified nodeYajun Deng1-3/+7
2023-06-19mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li1-2/+2
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-0/+1
2023-02-02mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun1-12/+12
2023-01-18cma: tracing: print alloc result in trace_cma_alloc_finishWenchao Hao1-1/+1
2022-05-13Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng1-1/+3
2022-03-22mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-2/+9
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-15/+5
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz1-4/+20
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim1-8/+9
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim1-3/+4
2021-05-05mm: cma: support sysfsMinchan Kim1-2/+6
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark1-0/+4
2021-05-05mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang1-2/+2
2021-05-05mm: vmstat: add cma statisticsMinchan Kim1-3/+9
2021-05-05mm/cma: change cma mutex to irq safe spinlockMike Kravetz1-9/+9
2021-02-26mm: cma: print region name on failurePatrick Daly1-2/+2
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand1-22/+21
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin1-0/+17
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy1-1/+1
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen1-3/+1
2020-08-12cma: don't quit at first error when activating reserved areasMike Kravetz1-14/+9
2020-08-12mm: cma: fix the name of CMA areasBarry Song1-8/+7
2020-08-12mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu1-1/+1
2020-07-03mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song1-2/+2
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov1-7/+9
2019-12-01mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocationYunfeng Ye1-4/+2
2019-07-16mm/cma.c: fail if fixed declaration can't be honoredDoug Berger1-0/+13
2019-07-16mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() commentsRyohei Suzuki1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner1-5/+1
2019-05-14mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu1-1/+3
2019-05-14mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu1-8/+11
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport1-6/+4
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-0/+11
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-4/+4
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-72/+11
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-11/+72
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+5
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal1-1/+1