summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)2024-05-141-2/+2
* mips: add missing declarations for trap handlersArnd Bergmann2023-12-101-0/+1
* mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-10/+2
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang2022-05-121-2/+4
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+9
* MIPS: mm: abort uaccess retries upon fatal signalThomas Bogendoerfer2021-01-221-1/+4
* mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-5/+5
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* mips: add support for folded p4d page tablesMike Rapoport2019-11-221-2/+8
* mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-221-1/+1
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
* 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