summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-20ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev1-6/+3
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta1-4/+9
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso1-1/+1
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev1-1/+1
2018-09-27signal/arc: Use force_sig_fault where appropriateEric W. Biederman1-15/+5
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
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 <lin...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 t...David 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