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
/
mmu.c
Age
Commit message (
Expand
)
Author
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-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-07
arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
Mike Rapoport
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-04-05
mm: fix races between swapoff and flush dcache
Huang Ying
2013-07-09
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
Robin Holt
2011-12-08
memblock: Fix include breakages caused by 24aa07882b
Tejun Heo
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
2011-04-02
unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ...
Guan Xuetao
2011-03-17
unicore32 core architecture: mm related: fault handling
GuanXuetao