aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-10-28ARC: mm: preps ahead of HIGHMEM supportVineet Gupta1-3/+10
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta1-2/+10
2015-01-30arc: mm: Fix build failureGuenter Roeck1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes1-1/+0
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta1-1/+1
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta1-3/+3
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-5/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta1-7/+5
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta1-1/+2
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta1-0/+1
2013-04-09ARC: Remove unneeded version.h header includeSachin Kamat1-1/+0
2013-02-15ARC: Page Fault handlingVineet Gupta1-0/+228