summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-05-21secmon: clear mmu mapping of cma before a73 run [1/1]Tao Zeng3-14/+37
2019-04-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-02-19mm: reclaim for unevictable cma pages [1/1]Tao Zeng6-4/+31
2019-01-14mm: add cma debug interafce [1/1]tao zeng5-41/+195
2018-11-08mm: clear MMU mapping for secure os memory [1/1]tao zeng3-4/+30
2018-11-05codec_mm: add reserved & cma support for 4.9. [1/1]Zhi Zhou8-0/+138
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2018-01-31cma: fix calculation of aligned offsetDoug Berger1-9/+6
2017-12-29mm: fix lowmem issuetao zeng12-17/+124
2017-12-28mm: do not increase CMA bitmap base pfn if retrytao zeng1-0/+2
2017-10-23mm: add pagetrace functiontao zeng10-2/+1031
2017-09-19mm: optimize for cma allocation/free timeTao Zeng5-1/+295
2017-09-07mm: update cma policy and debug sysfsTao Zeng7-2/+205
2017-05-12mm: avoid PFN busy when cma allocateTao Zeng7-0/+81
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 Marinas7-9/+83
2016-05-27mm/cma: silence warnings due to max() usageStephen Rothwell1-3/+4
2015-11-06mm/cma.c: suppress warningAndrew Morton1-2/+4
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani4-6/+6
2015-06-25mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck10-47/+83
2015-06-25mm/cma.c: fix typos in commentsShailendra Verma1-2/+2
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin2-0/+71
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin2-16/+20
2015-04-14mm: cma: allocation triggerSasha Levin3-1/+63
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-03-13mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-02-12mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2014-12-19mm: cma: split cma-reserved in dmesg logPintu Kumar3-2/+6
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-11mm/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 Szyprowski3-11/+120
2014-10-14mm/cma: fix cma bitmap aligned mask computingWeijie Yang1-1/+3
2014-10-10mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski1-0/+21
2014-08-07mm, CMA: clean-up log messageJoonsoo Kim1-2/+2
2014-08-07mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim4-10/+11
2014-08-07mm, CMA: clean-up CMA allocation error pathJoonsoo Kim1-3/+4
2014-08-07CMA: generalize CMA reserved area management functionalityJoonsoo Kim8-291/+383