aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01avr32: remove support for AVR32 architectureHans-Christian Noren Egtvedt1-268/+0
2016-10-03avr32: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-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-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-07-30avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-8/+25
2010-08-09avr32: invoke oom-killer from page faultNick Piggin1-10/+4
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-04-01generic debug pageallocAkinobu Mita1-18/+0
2008-02-13avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen1-0/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-3/+3
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-06-14[AVR32] ratelimit segfault reporting rateAndrea Righi1-1/+1
2007-05-13[AVR32] optimize pagefault pathChristoph Hellwig1-24/+12
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-04-27[AVR32] Clean up exception handling codeHaavard Skinnemoen1-75/+41
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-0/+315