summaryrefslogtreecommitdiff
path: root/mm/cma.c
AgeCommit message (Expand)Author
2017-09-13cma: fix calculation of aligned offsetDoug Berger
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2017-09-02mm: cma: constify and use correct signness in mm/cma.cSasha Levin
2017-09-02mm: cma: fix CMA aligned offset calculationDanesh Petigara
2017-09-02mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis
2017-09-02mm: cma: split cma-reserved in dmesg logPintu Kumar
2017-09-02mm/cma: make kmemleak ignore CMA regionsThierry Reding
2017-09-02mm: cma: align to physical address, not CMA region positionGregory Fong
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell
2015-01-08mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim
2014-10-27mm: cma: Use %pa to print physical addressesLaurent Pinchart
2014-10-27mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart
2014-10-27mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart
2014-10-27mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski
2014-10-14mm/cma: fix cma bitmap aligned mask computingWeijie Yang
2014-10-09mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski
2014-08-06mm, CMA: clean-up log messageJoonsoo Kim
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim
2014-08-06mm, CMA: clean-up CMA allocation error pathJoonsoo Kim
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim