summaryrefslogtreecommitdiff
path: root/arch/sh/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-11/+9
* exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-2/+0
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-2/+1
|\
| * Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-141-1/+1
| * sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven2020-08-141-1/+0
* | mm/sh: use general page fault accountingPeter Xu2020-08-121-10/+1
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-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-5/+5
* sh: add loglvl to printk_address()Dmitry Safonov2020-06-091-1/+1
* sh: add support for folded p4d page tablesMike Rapoport2020-06-041-3/+23
* sh: fault: modernize printing of kernel messagesGeert Uytterhoeven2020-06-041-20/+18
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* sh/mm: use helper fault_signal_pending()Peter Xu2020-04-021-5/+5
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-16/+2
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman2019-05-291-7/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-2/+2
* signal/sh: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-9/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+3
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-3/+6
* mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-121-12/+7
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* sh: Fix up recursive fault in oops with unset TTB.Paul Mundt2012-07-251-2/+6
* sh64: Fix up vmalloc fault range check.Paul Mundt2012-05-181-1/+7
* Revert "sh: Ensure fixmap and store queue space can co-exist."Paul Mundt2012-05-181-2/+2
* sh: Enable shared page fault handler for _32/_64.Paul Mundt2012-05-141-0/+508
* sh: Move in the SH-5 TLB miss.Paul Mundt2008-01-281-303/+0
* sh: lockless UTLB miss fast-path.Paul Mundt2007-11-191-18/+7
* sh: Kill off UTLB flush in fast-path.Paul Mundt2007-11-191-8/+0
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* sh: Fix pgd mismatch from cached TTB in unhandled fault.Paul Mundt2007-08-011-2/+1
* mm: fault feedback #2Nick Piggin2007-07-191-12/+11
* sh: Check oops_may_print() in unhandled fault.Paul Mundt2007-06-181-16/+29
* sh: revert addition of page fault notifiersChristoph Hellwig2007-05-211-37/+0
* sh: Shut up compiler warnings in __do_page_fault().Paul Mundt2007-05-141-1/+1
* sh: Convert to common die chain.Paul Mundt2007-05-091-1/+1
* sh: Add die chain notifiers.Paul Mundt2007-05-071-2/+37
* sh: Revert TLB miss fast-path changes that broke PTEA parts.Paul Mundt2007-02-141-0/+87
* sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt2006-12-061-0/+3
* sh: Get the PGD right in oops case with 64-bit PTEs.Paul Mundt2006-12-061-4/+2