summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix random data corruption from exception handlerHelge Deller2024-01-301-3/+8
* parisc: fault: Use C99 arrary initializersHelge Deller2023-08-101-25/+25
* parisc: fix expand_stack() conversionLinus Torvalds2023-06-291-1/+1
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-12/+11
* parisc: fix livelock in uaccessAl Viro2023-03-021-1/+6
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+4
|\
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | parisc: Fix comment typo in fault.cJason Wang2022-08-011-1/+1
|/
* parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin2022-05-171-2/+4
* parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+89
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-10/+8
|\
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
* | parisc: Enhance page fault termination messageJohn David Anglin2022-01-071-4/+10
* | parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin2022-01-071-3/+0
* | parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2022-01-071-3/+3
|/
* parisc: make parisc_acctyp() available outside of faults.cHelge Deller2021-10-301-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* mm/parisc: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+1
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* parisc: Mark expected switch fall-throughs in fault.cHelge Deller2019-07-311-0/+1
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* 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
|\