summaryrefslogtreecommitdiff
path: root/arch/nds32/mm/init.c
AgeCommit message (Expand)Author
2022-03-07nds32: Remove the architectureAlan Kao
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-07nds32: fix semicolon code style issueYang Wei
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu
2018-02-22nds32: MMU initializationGreentime Hu