summaryrefslogtreecommitdiff
path: root/arch/arc/mm/fault.c
AgeCommit message (Expand)Author
2019-05-20ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev
2018-09-27signal/arc: Use force_sig_fault where appropriateEric W. Biederman
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2015-10-28ARC: mm: preps ahead of HIGHMEM supportVineet Gupta
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta
2015-01-30arc: mm: Fix build failureGuenter Roeck
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta
2013-04-09ARC: Remove unneeded version.h header includeSachin Kamat
2013-02-15ARC: Page Fault handlingVineet Gupta