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
/
unicore32
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
2020-06-03
unicore32: simplify detection of memory zone boundaries
Mike Rapoport
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-14
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
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-14
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
2019-03-07
unicore32: stop printing the virtual memory layout
Geert Uytterhoeven
2018-11-26
arch: Move initrd= parsing into do_mounts_initrd.c
Florian Fainelli
2018-11-26
arch: Make phys_initrd_start and phys_initrd_size global variables
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: replace free_bootmem{_node} with memblock_free
Mike Rapoport
2018-10-26
unicore32: switch to NO_BOOTMEM
Mike Rapoport
2018-09-30
unicore32: remove swiotlb support
Christoph Hellwig
2017-02-22
arch, mm: remove arch specific show_mem
Michal Hocko
2014-01-21
mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT
Mel Gorman
2013-07-03
mm/unicore32: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-04-29
mm/unicore32: use common help functions to free reserved pages
Jiang Liu
2013-04-29
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
2011-12-08
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
Tejun Heo
2011-12-08
memblock: Kill memblock_init()
Tejun Heo
2011-12-08
memblock: Fix include breakages caused by 24aa07882b
Tejun Heo
2011-10-31
unicore32: EXPORT_SYMBOL needs export.h
Axel Lin
2011-05-25
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
2011-03-24
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
2011-03-17
unicore32 core architecture: mm related: generic codes
GuanXuetao