aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim1-0/+333