index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
nds32
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
2019-12-04
nds32: use pgtable-nopmd instead of 4level-fixup
Mike Rapoport
2019-05-17
Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-07
nds32: fix semicolon code style issue
Yang Wei
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
2018-11-26
nds32: Remove phys_initrd_start and phys_initrd_size
Florian Fainelli
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-05-23
nds32: Fix the symbols undefined issue by exporting them.
Greentime Hu
2018-02-22
nds32: MMU initialization
Greentime Hu