summaryrefslogtreecommitdiffstats
path: root/mm/cma.c
Commit message (Expand)AuthorAgeFilesLines
* mm: cma: Use %pa to print physical addressesLaurent Pinchart2014-10-271-7/+6Star
* 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
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-11/+51
* mm/cma: fix cma bitmap aligned mask computingWeijie Yang2014-10-141-1/+3
* mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski2014-10-101-0/+21
* mm, CMA: clean-up log messageJoonsoo Kim2014-08-071-2/+2
* mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-071-6/+7
* mm, CMA: clean-up CMA allocation error pathJoonsoo Kim2014-08-071-3/+4
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-071-0/+333