1. cdd4f4c sparc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  2. 1e953d8 sparc64 mm: Fix more TSB sizing issues by Mike Kravetz · 8 years ago
  3. 7bc3777 sparc64: Trim page tables for 8M hugepages by Nitin Gupta · 8 years ago
  4. af1b1a9 sparc64 mm: Fix base TSB sizing when hugetlb pages are used by Mike Kravetz · 8 years ago
  5. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  6. 99f1bc0 sparc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  7. 2bf7c3e sparc64: Convert BUG_ON to warning by David Ahern · 9 years ago
  8. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  9. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  10. 4ccb927 sparc64: sun4v TLB error power off events by bob picco · 10 years ago
  11. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 10 years ago
  12. 8df5262 sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.c by Sam Ravnborg · 10 years ago
  13. e5c460f sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses. by David S. Miller · 10 years ago
  14. 70ffc6e sparc64: Fix top-level fault handling bugs. by David S. Miller · 10 years ago
  15. 812cb83 sparc64: Implement HAVE_CONTEXT_TRACKING by Kirill Tkhai · 11 years ago
  16. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  17. 0fbebed sparc64: Fix tsb_grow() in atomic context. by David S. Miller · 11 years ago
  18. f88620b sparc64: Fix deficiencies in sun4v error reporting. by David S. Miller · 12 years ago
  19. 9e695d2 sparc64: Support transparent huge pages. by David Miller · 12 years ago
  20. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  21. 7358e51 sparc/mm/fault_64.c: Port OOM changes to do_sparc64_fault by Kautuk Consul · 12 years ago
  22. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  23. 4b17764 sparc: Support show_unhandled_signals. by David S. Miller · 14 years ago
  24. a084b66 sparc: Add missing SW perf fault events. by David S. Miller · 14 years ago
  25. 4ed5d5e sparc64: Add some missing __kprobes annotations to kernel fault paths. by David S. Miller · 15 years ago
  26. 135d082 sparc64: Use kprobes_built_in() to avoid ifdefs in fault_64.c by David S. Miller · 15 years ago
  27. a923c28 sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM. by David S. Miller · 15 years ago
  28. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  29. 9b02605 sparc64: Kill bogus TPC/address truncation during 32-bit faults. by David S. Miller · 15 years ago
  30. eeabac7 sparc64: Validate kernel generated fault addresses on sparc64. by David S. Miller · 15 years ago
  31. 27137e5 sparc,sparc64: unify mm/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/mm/fault.c]
  32. b539c46 sparc64: Fix sparse warnings in fault.c by David S. Miller · 16 years ago
  33. 4fe3ebe sparc: Use new '%pS' infrastructure to print symbols. by David S. Miller · 16 years ago
  34. b00dc83 sparc64: remove CVS keywords by Adrian Bunk · 16 years ago
  35. be71716 [SPARC64]: Adjust kernel PC validation test in fault handler. by David S. Miller · 16 years ago
  36. 622eaec [SPARC64]: Loosen checks in exception table handling. by David S. Miller · 16 years ago
  37. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  38. c1f193a [SPARC64]: Fix show_stack() when stack argument is NULL. by David S. Miller · 17 years ago
  39. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  40. 127cda1 [SPARC64]: Optimize fault kprobe handling just like powerpc. by David S. Miller · 17 years ago
  41. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  42. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  43. eb398d1 [SPARC64]: Explicitly print return PC when the kernel fault PC is bogus. by David S. Miller · 18 years ago
  44. d98f8f0 [PATCH] Notify page fault call chain for sparc64 by Anil S Keshavamurthy · 18 years ago
  45. 73c50a2 [SPARC64]: Document the instruction checks we do in do_sparc64_fault(). by David S. Miller · 18 years ago
  46. 7bebd83 [SPARC64]: Fix off-by-1 error in TSB grow check. by David S. Miller · 18 years ago
  47. dcc1e8d [SPARC64]: Add a secondary TSB for hugepage mappings. by David S. Miller · 18 years ago
  48. 7a1ac52 [SPARC64]: Fix and re-enable dynamic TSB sizing. by David S. Miller · 18 years ago
  49. bf941d6 [SPARC64]: Log faulting vaddr when bogus kernel PC detected. by David S. Miller · 18 years ago
  50. c4bce90 [SPARC64]: Deal with PTE layout differences in SUN4V. by David S. Miller · 18 years ago
  51. 84c1a13 [SPARC64]: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  52. da16054 [SPARC64] mm: update get_user_insn comment by Hugh Dickins · 19 years ago
  53. 1014757 [SPARC64]: Kill all external references to sp_banks[] by David S. Miller · 19 years ago
  54. 0836a0e [SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_init by David S. Miller · 19 years ago
  55. efdc1e2 [SPARC64]: Simplify user fault fixup handling. by David S. Miller · 19 years ago
  56. 8cf14af [SPARC64]: Convert to use generic exception table support. by David S. Miller · 19 years ago
  57. 05e14cb [PATCH] Kprobes: prevent possible race conditions sparc64 changes by Prasanna S Panchamukhi · 19 years ago
  58. af166d1 [SPARC64]: Kill ancient and unused SYSCALL_TRACING debugging code. by David S. Miller · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago