aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+20
2015-02-16MIPS: mm: Add debug information for userland SIGSEGV signals.Markos Chandras1-9/+20
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-2/+4
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-0/+2
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle1-2/+13
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-09-13MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-02-20MIPS: fault.c: Port OOM changes to do_page_faultKautuk Consul1-7/+29
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-5/+3
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu1-2/+9
2010-08-05MIPS: kprobe: Add support.David Daney1-1/+14
2010-08-05MIPS: Remove unnecessary header file inclusion from fault.c.Ralf Baechle1-1/+0
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney1-2/+25
2009-09-17MIPS: Don't corrupt page tables on vmalloc fault.David Daney1-2/+10
2009-08-03MIPS: Drop mmap_sem in pagefault oom pathAkinobu Mita1-0/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-01-30MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86Ralf Baechle1-15/+6
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-12/+11
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-29[MIPS] do_page_fault() needs to use raw_smp_processor_id().Ralf Baechle1-3/+3
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto1-0/+4
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-27[MIPS] Make PROT_WRITE imply PROT_READ.Ralf Baechle1-1/+1
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-3/+10
2005-10-29Sparseify MIPS.Ralf Baechle1-2/+2
2005-10-29Handle addresses beyond VMALLOC_END correctly.Thiemo Seufer1-1/+2
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle1-2/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+236