aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon1-1/+1
2017-07-10cma: fix calculation of aligned offsetDoug Berger1-9/+6
2017-07-10mm/cma.c: warn if the CMA area could not be activatedAnshuman Khandual1-2/+3
2017-04-18cma: Introduce cma_for_each_areaLaura Abbott1-0/+14
2017-04-18cma: Store a name in the cma structureLaura Abbott1-2/+15
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim1-1/+33
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach1-2/+3
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach1-1/+2
2017-01-11mm/cma: Cleanup highmem checkLaura Abbott1-10/+5
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim1-0/+3
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-1/+1
2016-05-27mm/cma: silence warnings due to max() usageStephen Rothwell1-3/+4
2015-11-05mm/cma.c: suppress warningAndrew Morton1-2/+4
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-2/+2
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-2/+4
2015-06-24mm/cma.c: fix typos in commentsShailendra Verma1-2/+2
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin1-0/+5
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-10/+14
2015-04-14mm: cma: allocation triggerSasha Levin1-0/+6
2015-04-14mm: cma: debugfs interfaceSasha Levin1-15/+4
2015-03-12mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-02-11mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar1-0/+1
2014-12-13mm/cma: make kmemleak ignore CMA regionsThierry Reding1-0/+6
2014-12-13mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2014-12-10mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim1-1/+13
2014-10-27mm: cma: Use %pa to print physical addressesLaurent Pinchart1-7/+6
2014-10-27mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart1-16/+33
2014-10-27mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart1-1/+4
2014-10-27mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart1-0/+1
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-11/+51
2014-10-14mm/cma: fix cma bitmap aligned mask computingWeijie Yang1-1/+3
2014-10-09mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski1-0/+21
2014-08-06mm, CMA: clean-up log messageJoonsoo Kim1-2/+2
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-6/+7
2014-08-06mm, CMA: clean-up CMA allocation error pathJoonsoo Kim1-3/+4