summaryrefslogtreecommitdiffstats
path: root/arch/c6x/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-20c6x: remove architectureArnd Bergmann1-65/+0
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-5/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-07-03mm/c6x: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-10/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03arch: c6x: mm: include "asm/uaccess.h" to pass compilingChen Gang1-0/+1
2013-04-29mm/c6x: use common help functions to free reserved pagesJiang Liu1-28/+2
2011-10-06C6X: memory management and DMA supportAurelien Jacquiot1-0/+113