1. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  2. 2c9f7ea signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP by Eric W. Biederman · 3 years, 8 months ago
  3. f08147d mm/sparc64: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  4. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  5. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  6. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  7. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  8. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  9. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  10. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  11. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  12. 5637bc5 sparc64: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  13. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 6 years ago
  14. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  15. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  16. d1f5bef signal/sparc: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  17. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  18. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  21. cdd4f4c sparc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  22. 1e953d8 sparc64 mm: Fix more TSB sizing issues by Mike Kravetz · 8 years ago
  23. 7bc3777 sparc64: Trim page tables for 8M hugepages by Nitin Gupta · 8 years ago
  24. af1b1a9 sparc64 mm: Fix base TSB sizing when hugetlb pages are used by Mike Kravetz · 9 years ago
  25. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  26. 99f1bc0 sparc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  27. 2bf7c3e sparc64: Convert BUG_ON to warning by David Ahern · 10 years ago
  28. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  29. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  30. 4ccb927 sparc64: sun4v TLB error power off events by bob picco · 10 years ago
  31. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  32. 8df5262 sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.c by Sam Ravnborg · 11 years ago
  33. e5c460f sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses. by David S. Miller · 11 years ago
  34. 70ffc6e sparc64: Fix top-level fault handling bugs. by David S. Miller · 11 years ago
  35. 812cb83 sparc64: Implement HAVE_CONTEXT_TRACKING by Kirill Tkhai · 11 years ago
  36. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  37. 0fbebed sparc64: Fix tsb_grow() in atomic context. by David S. Miller · 12 years ago
  38. f88620b sparc64: Fix deficiencies in sun4v error reporting. by David S. Miller · 12 years ago
  39. 9e695d2 sparc64: Support transparent huge pages. by David Miller · 12 years ago
  40. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  41. 7358e51 sparc/mm/fault_64.c: Port OOM changes to do_sparc64_fault by Kautuk Consul · 13 years ago
  42. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  43. 4b17764 sparc: Support show_unhandled_signals. by David S. Miller · 15 years ago
  44. a084b66 sparc: Add missing SW perf fault events. by David S. Miller · 15 years ago
  45. 4ed5d5e sparc64: Add some missing __kprobes annotations to kernel fault paths. by David S. Miller · 15 years ago
  46. 135d082 sparc64: Use kprobes_built_in() to avoid ifdefs in fault_64.c by David S. Miller · 15 years ago
  47. a923c28 sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM. by David S. Miller · 15 years ago
  48. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  49. 9b02605 sparc64: Kill bogus TPC/address truncation during 32-bit faults. by David S. Miller · 16 years ago
  50. eeabac7 sparc64: Validate kernel generated fault addresses on sparc64. by David S. Miller · 16 years ago
  51. 27137e5 sparc,sparc64: unify mm/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/mm/fault.c]
  52. b539c46 sparc64: Fix sparse warnings in fault.c by David S. Miller · 16 years ago
  53. 4fe3ebe sparc: Use new '%pS' infrastructure to print symbols. by David S. Miller · 17 years ago
  54. b00dc83 sparc64: remove CVS keywords by Adrian Bunk · 17 years ago
  55. be71716 [SPARC64]: Adjust kernel PC validation test in fault handler. by David S. Miller · 17 years ago
  56. 622eaec [SPARC64]: Loosen checks in exception table handling. by David S. Miller · 17 years ago
  57. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  58. c1f193a [SPARC64]: Fix show_stack() when stack argument is NULL. by David S. Miller · 17 years ago
  59. 83c5407 mm: fault feedback #2 by Nick Piggin · 18 years ago
  60. 127cda1 [SPARC64]: Optimize fault kprobe handling just like powerpc. by David S. Miller · 18 years ago
  61. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  62. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
  63. eb398d1 [SPARC64]: Explicitly print return PC when the kernel fault PC is bogus. by David S. Miller · 18 years ago
  64. d98f8f0 [PATCH] Notify page fault call chain for sparc64 by Anil S Keshavamurthy · 19 years ago
  65. 73c50a2 [SPARC64]: Document the instruction checks we do in do_sparc64_fault(). by David S. Miller · 19 years ago
  66. 7bebd83 [SPARC64]: Fix off-by-1 error in TSB grow check. by David S. Miller · 19 years ago
  67. dcc1e8d [SPARC64]: Add a secondary TSB for hugepage mappings. by David S. Miller · 19 years ago
  68. 7a1ac52 [SPARC64]: Fix and re-enable dynamic TSB sizing. by David S. Miller · 19 years ago
  69. bf941d6 [SPARC64]: Log faulting vaddr when bogus kernel PC detected. by David S. Miller · 19 years ago
  70. c4bce90 [SPARC64]: Deal with PTE layout differences in SUN4V. by David S. Miller · 19 years ago
  71. 84c1a13 [SPARC64]: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  72. da16054 [SPARC64] mm: update get_user_insn comment by Hugh Dickins · 19 years ago
  73. 1014757 [SPARC64]: Kill all external references to sp_banks[] by David S. Miller · 19 years ago
  74. 0836a0e [SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_init by David S. Miller · 19 years ago
  75. efdc1e2 [SPARC64]: Simplify user fault fixup handling. by David S. Miller · 19 years ago
  76. 8cf14af [SPARC64]: Convert to use generic exception table support. by David S. Miller · 19 years ago
  77. 05e14cb [PATCH] Kprobes: prevent possible race conditions sparc64 changes by Prasanna S Panchamukhi · 19 years ago
  78. af166d1 [SPARC64]: Kill ancient and unused SYSCALL_TRACING debugging code. by David S. Miller · 20 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago