summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-2/+2
* signal/m68k: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+11Star
* signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-231-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* m68k: switch to generic extable.hAl Viro2017-03-291-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-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
* m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven2013-12-301-15/+8Star
* m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven2013-12-301-2/+1Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-0/+2
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul2012-04-221-8/+34
* Disintegrate asm/system.h for M68KDavid Howells2012-03-281-1/+0Star
* m68k: Add helper function handle_kernel_fault()Roman Zippel2011-03-161-15/+1Star
* m68k: invoke oom-killer from page faultNick Piggin2010-05-171-10/+4Star
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* 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
* mm: fault feedback #2Nick Piggin2007-07-191-11/+10Star
* [PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra2006-12-071-1/+1
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-1/+1
* It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds2005-08-041-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+219