aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-28m68k: switch to generic extable.hAl Viro1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-12-30m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven1-15/+8
2013-12-30m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven1-2/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-04-22m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul1-8/+34
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel1-15/+1
2010-05-17m68k: invoke oom-killer from page faultNick Piggin1-10/+4
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-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/+10
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+219