aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller1-3/+8
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller1-25/+25
2023-06-29parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-12/+11
2023-03-02parisc: fix livelock in uaccessAl Viro1-1/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2022-08-01parisc: Fix comment typo in fault.cJason Wang1-1/+1
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-17parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin1-2/+4
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+89
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+8
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin1-4/+10
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin1-3/+0
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller1-3/+3
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-12mm/parisc: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+1
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2019-07-31parisc: Mark expected switch fall-throughs in fault.cHelge Deller1-0/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman1-15/+10
2018-04-25signal/parisc: Use force_sig_mceerr where appropriateEric W. Biederman1-15/+15
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-09-22parisc: Add HWPOISON page fault handler codeHelge Deller1-4/+29
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller1-1/+1
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller1-0/+1
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller1-9/+0
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller1-0/+17
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-25parisc: fix a printkDan Carpenter1-2/+2
2017-01-02parisc: Add line-break when printing segfault infoHelge Deller1-1/+1
2016-10-11parisc: Show trap name in kernel crashHelge Deller1-6/+11
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-24parisc: Report trap type as human readable stringHelge Deller1-1/+47
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
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-19parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller1-2/+20
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-07parisc: 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-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-02-20parisc/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-21Move 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-21[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-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+271