summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-15/+10
* signal/parisc: Use force_sig_mceerr where appropriateEric W. Biederman2018-04-251-15/+15
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
* parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller2017-07-021-1/+1
* parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller2017-06-091-0/+1
* parisc: Drop per_cpu uaccess related exception_data structHelge Deller2017-05-101-9/+0
* parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-03-291-0/+17
* Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-2/+2
|\
| * parisc: fix a printkDan Carpenter2017-02-251-2/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* parisc: Add line-break when printing segfault infoHelge Deller2017-01-021-1/+1
* parisc: Show trap name in kernel crashHelge Deller2016-10-111-6/+11
* parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-081-1/+1
* parisc: Report trap type as human readable stringHelge Deller2016-09-241-1/+47
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+1
* parisc: Use generic extable search and sort routinesHelge Deller2016-03-231-7/+2
* parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-201-14/+30
|\
| * parisc: ratelimit userspace segfault printingHelge Deller2014-05-151-14/+30
* | parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-04-031-1/+1
|/
* parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller2013-11-191-2/+20
* parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller2013-11-071-4/+14
* parisc: provide macro to create exception table entriesHelge Deller2013-11-071-0/+6
* parisc: optimize variable initialization in do_page_faultJohn David Anglin2013-10-131-5/+10
* arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena2013-09-301-2/+3
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+5
* parisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2013-02-201-5/+25
* parisc: invoke oom-killer from page faultNick Piggin2010-05-301-4/+3
* parisc: remove CVS keywordsAlexander Beregalov2009-07-031-2/+1
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin2009-01-051-27/+31
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-1/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* mm: fault feedback #2Nick Piggin2007-07-191-11/+12
* [PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlinesHelge Deller2007-02-171-4/+0
* [PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra2006-12-071-1/+1
* [PARISC] Misc. janitorial workHelge Deller2006-04-211-1/+1
* It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds2005-08-041-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+271