- 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
- 56809a2 ARC: mm: vmalloc sync from kernel to user table to update PMD ... by Vineet Gupta · 4 years, 3 months ago
- 8747ff7 ARC: mm: support 4 levels of page tables by Vineet Gupta · 4 years, 4 months ago
- 2dde02a ARC: mm: support 3 levels of page tables by Vineet Gupta · 4 years, 4 months ago
- 6128df5 ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only by Vineet Gupta · 5 years ago
- 52e3f8d mm/arc: 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
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
- 24a62cf arc/mm: use helper fault_signal_pending() by Peter Xu · 4 years, 10 months ago
- 6aae342 ARC: mm: remove __ARCH_USE_5LEVEL_HACK by Vineet Gupta · 5 years ago
- 3eb5148 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 926150d ARC: mm: do_page_fault refactor #8: release mmap_sem sooner by Vineet Gupta · 6 years ago
- 5e91bf5 ARC: mm: do_page_fault refactor #7: fold the various error handling by Vineet Gupta · 6 years ago
- 98cb57a ARC: mm: do_page_fault refactor #6: error handlers to use same pattern by Vineet Gupta · 6 years ago
- d0542c7 ARC: mm: do_page_fault refactor #5: scoot no_context to end by Vineet Gupta · 6 years ago
- 02c88d1 ARC: mm: do_page_fault refactor #4: consolidate retry related logic by Vineet Gupta · 6 years ago
- 85c5e33 ARC: mm: do_page_fault refactor #3: tidyup vma access permission code by Vineet Gupta · 6 years ago
- 13e2cc1 ARC: mm: do_page_fault refactor #2: remove short lived variable by Vineet Gupta · 6 years ago
- 450e5b6 ARC: mm: do_page_fault refactor #1: remove label @good_area by Vineet Gupta · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 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
- a8c715b ARC: mm: SIGSEGV userspace trying to access kernel virtual memory by Eugeniy Paltsev · 6 years ago
- 4d44745 ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while handle_mm_fault by Vineet Gupta · 6 years ago
- d8d7d84 arch/arc/mm/fault.c: remove caller signal_pending_branch predictions by Davidlohr Bueso · 6 years ago
- 121e38e ARC: mm: fix uninitialised signal code in do_page_fault by Eugeniy Paltsev · 6 years ago
- 15773ae signal/arc: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
- 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- ddf720f ARC: typo fix in mm/fault.c by Liav Rehana · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
- 336e213 ARC: mm: preps ahead of HIGHMEM support by Vineet Gupta · 10 years ago
- 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
- ceed97a ARC: perf: Enable generic software events by Vineet Gupta · 10 years ago
- e262eb9 arc: mm: Fix build failure by Guenter Roeck · 10 years ago
- 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
- 2a5e95d mm, arc: remove obsolete pagefault oom killer comment by David Rientjes · 10 years ago
- 21a63b5 ARC: Change calling convention of do_page_fault() by Vineet Gupta · 11 years ago
- 9c41f4e ARC: Incorrect mm reference used in vmalloc fault handler by Vineet Gupta · 11 years ago
- 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
- 94bce45 arch: mm: remove obsolete init OOM protection by Johannes Weiner · 11 years ago
- 609838c mm: invoke oom-killer from remaining unconverted page fault handlers by Johannes Weiner · 12 years ago
- 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 12 years ago
- 3e1ae441 ARC: [mm] Remove @write argument to do_page_fault() by Vineet Gupta · 12 years ago
- da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 12 years ago
- 39d0c30d ARC: Remove unneeded version.h header include by Sachin Kamat · 12 years ago
- fbd7053 ARC: Page Fault handling by Vineet Gupta · 12 years ago