summaryrefslogtreecommitdiffstats
path: root/arch/c6x/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-1/+0
* 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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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-061-0/+113