summaryrefslogtreecommitdiffstats
path: root/arch/c6x/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+7
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-1/+0
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-7/+2
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-2/+2
* c6x: use generic dma_noncoherent_opsChristoph Hellwig2018-05-191-3/+37
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* c6x: convert to dma_map_opsChristoph Hellwig2016-01-201-6/+4
* mm/c6x: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-10/+1
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* arch: c6x: mm: include "asm/uaccess.h" to pass compilingChen Gang2013-07-031-0/+1
* mm/c6x: use common help functions to free reserved pagesJiang Liu2013-04-291-28/+2
* C6X: memory management and DMA supportAurelien Jacquiot2011-10-062-0/+256
* C6X: build infrastructureAurelien Jacquiot2011-10-061-0/+5