summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/fault.c
Commit message (Expand)AuthorAge
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-29
* signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-29
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-17
* signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-25
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-25
* MIPS: Remove confusing else statement in __do_page_fault()Paul Burton2017-04-12
* MIPS: mm: Fix output of __do_page_faultMatt Redfearn2016-11-25
* MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-04
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-26
* MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2015-09-03
* MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle2015-08-03
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-19
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-21
|\
| * MIPS: mm: Add debug information for userland SIGSEGV signals.Markos Chandras2015-02-16
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-29
|/
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-12
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-12
* MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-10
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-01
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-09
|\
| * readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
* | MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill2012-09-13
|/
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-28
* MIPS: fault.c: Port OOM changes to do_page_faultKautuk Consul2012-02-20
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-01
* MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-29
* MIPS: kprobe: Add support.David Daney2010-08-05
* MIPS: Remove unnecessary header file inclusion from fault.c.Ralf Baechle2010-08-05
* MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney2010-02-27
* MIPS: Don't corrupt page tables on vmalloc fault.David Daney2009-09-17
* MIPS: Drop mmap_sem in pagefault oom pathAkinobu Mita2009-08-03
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-21
* MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86Ralf Baechle2009-01-30
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-19
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-16
* mm: fault feedback #2Nick Piggin2007-07-19
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [MIPS] do_page_fault() needs to use raw_smp_processor_id().Ralf Baechle2007-03-29
* [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto2006-11-29
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-29
* [MIPS] Make PROT_WRITE imply PROT_READ.Ralf Baechle2006-09-27
* [MIPS] MT: Improved multithreading support.Ralf Baechle2006-04-18
* Sparseify MIPS.Ralf Baechle2005-10-29
* Handle addresses beyond VMALLOC_END correctly.Thiemo Seufer2005-10-29
* Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle2005-10-29
* Linux-2.6.12-rc2Linus Torvalds2005-04-16