- 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
- fceb90b MIPS: mm: abort uaccess retries upon fatal signal by Thomas Bogendoerfer · 4 years ago
- 2558fd7 mm/mips: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years, 7 months ago
- 5093c58 mm/vma: append unlikely() while testing VMA access permissions by Anshuman Khandual · 4 years, 9 months ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
- 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
- 2bee1b5 mips: add support for folded p4d page tables by Mike Rapoport · 5 years ago
- 31168f0 mips: drop __pXd_offset() macros that duplicate pXd_index() ones by Mike Rapoport · 5 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
- 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
- f43a54a signal/mips: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- 72f941a MIPS: Remove confusing else statement in __do_page_fault() by Paul Burton · 8 years ago
- 2a872a5 MIPS: mm: Fix output of __do_page_fault by Matt Redfearn · 8 years ago
- d9ba577 MIPS: mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
- dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
- e3b2883 MIPS: Set trap_no field in thread_struct on exception. by Ralf Baechle · 9 years ago
- e070dab MIPS: Handle page faults of executable but unreadable pages correctly. by Ralf Baechle · 9 years ago
- 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
- a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
- d79d853 MIPS: mm: Add debug information for userland SIGSEGV signals. by Markos Chandras · 10 years ago
- 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
- 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
- 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
- c3fc5cd MIPS: Implement HAVE_CONTEXT_TRACKING. by Ralf Baechle · 12 years ago
- 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
- 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
- 05857c6 MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. by Steven J. Hill · 12 years ago
- b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
- 43ca495 MIPS: fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
- a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
- 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
- c1bf207 MIPS: kprobe: Add support. by David Daney · 14 years ago
- ea7a846 MIPS: Remove unnecessary header file inclusion from fault.c. by Ralf Baechle · 14 years ago
- 6dd9344 MIPS: Implement Read Inhibit/eXecute Inhibit by David Daney · 15 years ago
- 2ca2ebf MIPS: Don't corrupt page tables on vmalloc fault. by David Daney · 15 years ago
- a887b4d MIPS: Drop mmap_sem in pagefault oom path by Akinobu Mita · 15 years ago
- d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
- c7c1e38 MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86 by Ralf Baechle · 16 years ago
- b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
- dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
- 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
- d6f7036 [MIPS] do_page_fault() needs to use raw_smp_processor_id(). by Ralf Baechle · 18 years ago
- 656be92 [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n by Atsushi Nemoto · 18 years ago
- f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
- 00932ba [MIPS] Make PROT_WRITE imply PROT_READ. by Ralf Baechle · 18 years ago
- 41c594a [MIPS] MT: Improved multithreading support. by Ralf Baechle · 19 years ago
- fe00f94 Sparseify MIPS. by Ralf Baechle · 20 years ago
- 16033d6 Handle addresses beyond VMALLOC_END correctly. by Thiemo Seufer · 20 years ago
- c6e8b58 Update MIPS to use the 4-level pagetable code thereby getting rid of by Ralf Baechle · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago