summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-11/+2
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-7/+4
* nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-041-3/+8
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-171-1/+1
|\
| * nds32: fix semicolon code style issueYang Wei2019-05-071-1/+1
* | 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/+12
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-8/+4
* nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-231-0/+1
* nds32: MMU initializationGreentime Hu2018-02-221-0/+277