summaryrefslogtreecommitdiffstats
path: root/mm/cma.c
Commit message (Expand)AuthorAgeFilesLines
* cma: don't quit at first error when activating reserved areasMike Kravetz2020-08-121-14/+9
* mm: cma: fix the name of CMA areasBarry Song2020-08-121-8/+7
* mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu2020-08-121-1/+1
* mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song2020-07-031-2/+2
* mm: cma: NUMA node interfaceAslan Bakirov2020-04-101-7/+9
* mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocationYunfeng Ye2019-12-011-4/+2
* mm/cma.c: fail if fixed declaration can't be honoredDoug Berger2019-07-161-0/+13
* mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() commentsRyohei Suzuki2019-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner2019-05-241-5/+1
* mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-05-141-1/+3
* mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-05-141-8/+11
* memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2019-03-121-6/+4
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-03-051-1/+3
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-0/+11
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-4/+4
* Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-72/+11
* mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-111-11/+72
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-0/+1
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+5
* mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal2017-11-151-1/+1
* mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon2017-10-131-1/+1
* cma: fix calculation of aligned offsetDoug Berger2017-07-101-9/+6
* mm/cma.c: warn if the CMA area could not be activatedAnshuman Khandual2017-07-101-2/+3
* cma: Introduce cma_for_each_areaLaura Abbott2017-04-181-0/+14
* cma: Store a name in the cma structureLaura Abbott2017-04-181-2/+15
* mm: cma: print allocation failure reason and bitmap statusJaewon Kim2017-02-241-1/+33
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-2/+3
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-241-1/+2
* mm/cma: Cleanup highmem checkLaura Abbott2017-01-111-10/+5
* mm/cma.c: check the max limit for cma allocationShiraz Hashim2016-11-111-0/+3
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-111-1/+1
* mm/cma: silence warnings due to max() usageStephen Rothwell2016-05-271-3/+4
* mm/cma.c: suppress warningAndrew Morton2015-11-051-2/+4
* mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2015-10-231-2/+2
* mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-2/+4
* mm/cma.c: fix typos in commentsShailendra Verma2015-06-241-2/+2
* mm: cma: add trace events for CMA allocations and freeingsStefan Strogin2015-04-151-0/+5
* mm: cma: constify and use correct signness in mm/cma.cSasha Levin2015-04-141-10/+14
* mm: cma: allocation triggerSasha Levin2015-04-141-0/+6
* mm: cma: debugfs interfaceSasha Levin2015-04-141-15/+4
* mm: cma: fix CMA aligned offset calculationDanesh Petigara2015-03-121-5/+7
* mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis2015-02-111-1/+1
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-181-0/+1
* mm/cma: make kmemleak ignore CMA regionsThierry Reding2014-12-131-0/+6
* mm: cma: align to physical address, not CMA region positionGregory Fong2014-12-131-3/+16
* mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim2014-12-101-1/+13
* mm: cma: Use %pa to print physical addressesLaurent Pinchart2014-10-271-7/+6
* mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart2014-10-271-16/+33
* mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart2014-10-271-1/+4
* mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart2014-10-271-0/+1