aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/nds32/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-11/+2
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-7/+4
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport1-3/+8
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds1-1/+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-05-07nds32: fix semicolon code style issueYang Wei1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+12
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-8/+4
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli1-2/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-4/+4
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu1-0/+1
2018-02-22nds32: MMU initializationGreentime Hu1-0/+277