summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include/asm/pgalloc.h
AgeCommit message (Collapse)AuthorLines
2013-11-15unicore32: handle pgtable_page_ctor() failKirill A. Shutemov-6/+8
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-03-17unicore32 core architecture: mm related: fault handlingGuanXuetao-0/+110
This patch implements fault handling of memory management. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>