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