summaryrefslogtreecommitdiff
path: root/arch/parisc/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller1-0/+1
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller1-7/+2
2015-09-08parisc: Additionally check for in_atomic() in page fault handlerHelge Deller1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+30
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller1-14/+30
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter1-1/+1
2013-11-20parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller1-2/+20
2013-11-08parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-08parisc: provide macro to create exception table entriesHelge Deller1-0/+6
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin1-5/+10
2013-10-01arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-02-21parisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+25
2010-05-30parisc: invoke oom-killer from page faultNick Piggin1-4/+3
2009-07-03parisc: remove CVS keywordsAlexander Beregalov1-2/+1
2009-06-22Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin1-27/+31
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-07-19mm: fault feedback #2Nick Piggin1-11/+12
2007-02-17[PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlinesHelge Deller1-4/+0
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-04-22[PARISC] Misc. janitorial workHelge Deller1-1/+1
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds1-6/+6
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+271