summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* MIPS: Remove confusing else statement in __do_page_fault()Paul Burton2017-04-131-8/+8
* MIPS: mm: Fix output of __do_page_faultMatt Redfearn2016-11-251-4/+5
* MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+0
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2015-09-031-4/+4
* MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle2015-08-031-1/+2
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-211-9/+20
|\
| * MIPS: mm: Add debug information for userland SIGSEGV signals.Markos Chandras2015-02-161-9/+20
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
|/
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-0/+2
* MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-101-2/+13
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+1
|\
| * readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* | MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill2012-09-131-1/+1
|/
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* MIPS: fault.c: Port OOM changes to do_page_faultKautuk Consul2012-02-201-7/+29
* 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