aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-0/+2
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-5/+3
* MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-291-2/+9
* MIPS: kprobe: Add support.David Daney2010-08-051-1/+14
* MIPS: Remove unnecessary header file inclusion from fault.c.Ralf Baechle2010-08-051-1/+0
* MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney2010-02-271-2/+25
* MIPS: Don't corrupt page tables on vmalloc fault.David Daney2009-09-171-2/+10
* MIPS: Drop mmap_sem in pagefault oom pathAkinobu Mita2009-08-031-0/+1
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86Ralf Baechle2009-01-301-15/+6
* 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-12/+11
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [MIPS] do_page_fault() needs to use raw_smp_processor_id().Ralf Baechle2007-03-291-3/+3
* [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto2006-11-301-0/+4
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [MIPS] Make PROT_WRITE imply PROT_READ.Ralf Baechle2006-09-271-1/+1
* [MIPS] MT: Improved multithreading support.Ralf Baechle2006-04-191-3/+10
* Sparseify MIPS.Ralf Baechle2005-10-291-2/+2
* Handle addresses beyond VMALLOC_END correctly.Thiemo Seufer2005-10-291-1/+2
* Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle2005-10-291-2/+8
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+236