summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: TLB miss fast-path optimizations.Stuart Menefy2006-12-061-86/+0
* sh: pmd rework.Stuart Menefy2006-12-061-0/+40
* sh: Set up correct siginfo structures for page faults.Stuart Menefy2006-12-061-9/+17
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-1/+1
* sh: More cosmetic cleanups and trivial fixes.Paul Mundt2006-09-271-5/+8
* sh: Fix split ptlock for user mappings in __do_page_fault().Paul Mundt2006-09-271-3/+4
* sh: page table alloc cleanups and page fault optimizations.Paul Mundt2006-09-271-162/+40
* sh: Add control register barriers.Paul Mundt2006-09-271-2/+3
* [PATCH] mm: i386 sh sh64 ready for split ptlockHugh Dickins2005-10-291-17/+23
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+374