aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2013-07-03mm/openrisc: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-40/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/openrisc: use common help functions to free reserved pagesJiang Liu1-24/+3
2013-02-17openrisc: update DTLB-miss handler lastJonas Bonn1-3/+14
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-08openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+26
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds2-2/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells2-2/+0
2012-02-17arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-07-22OpenRISC: Build infrastructureJonas Bonn1-0/+5
2011-07-22OpenRISC: Memory managementJonas Bonn4-0/+951