aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+2
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-1/+6
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-6/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+235