1. 97cae84 signal/sparc32: Remove unreachable do_exit in do_sparc_fault by Eric W. Biederman · 3 years, 3 months ago
  2. 2c9f7ea signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP by Eric W. Biederman · 3 years, 8 months ago
  3. b4edf06 sparc32: switch to generic extables by Al Viro · 4 years, 6 months ago
  4. 5f99d33 sparc32: kill lookup_fault() by Al Viro · 4 years, 6 months ago
  5. ab5e8b3 sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic() by Al Viro · 4 years, 6 months ago
  6. 56e10e6 mm/sparc32: 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. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  9. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  10. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 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. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  14. 7235db2 sparc32: use pgtable-nopud instead of 4level-fixup by Mike Rapoport · 5 years ago
  15. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  16. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  17. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  18. d1f5bef signal/sparc: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  19. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  20. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  23. 9ef595d sparc: Convert naked unsigned uses to unsigned int by Joe Perches · 9 years ago
  24. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  25. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  26. 9edfae3 sparc32: fix sparse warnings in unaligned_32.c by Sam Ravnborg · 11 years ago
  27. e1b2f134 sparc32: fix sparse warning in fault_32.c by Sam Ravnborg · 11 years ago
  28. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  29. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  30. d8a1b2b sparc32: move probe_memory() to srmmu.c by Sam Ravnborg · 12 years ago
  31. b585e85 sparc32: centralize all mmu context handling in srmmu.c by Sam Ravnborg · 12 years ago
  32. 70168df sparc32: cleanup mm/fault_32.c by Sam Ravnborg · 13 years ago
  33. ee906c9 sparc32: Trivial removal of sun4c references in comments. by David S. Miller · 13 years ago
  34. c1e3cb5 sparc32: Remove sparc_lvl15_nmi(). by David S. Miller · 13 years ago
  35. 582a0ba sparc32: remove all uses of ARCH_SUN4C by Sam Ravnborg · 13 years ago
  36. 306f123 sparc32: remove sun4c traps by Sam Ravnborg · 13 years ago
  37. e7eaf5b sparc32: remove calls to sun4c dummy mm inits functions by Sam Ravnborg · 13 years ago
  38. c29554f sparc/mm/fault_32.c: Port OOM changes to do_sparc_fault by Kautuk Consul · 13 years ago
  39. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  40. cdd0b0a sparc: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  41. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  42. 6cb79b3 sparc: Remove unnecessary semicolons by Joe Perches · 14 years ago
  43. c816be7 sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). by David S. Miller · 14 years ago
  44. 9088333 sparc32: Fix unaligned stack handling on trap return. by David S. Miller · 14 years ago
  45. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 15 years ago
  46. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  47. 4b17764 sparc: Support show_unhandled_signals. by David S. Miller · 15 years ago
  48. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  49. a084b66 sparc: Add missing SW perf fault events. by David S. Miller · 15 years ago
  50. a923c28 sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM. by David S. Miller · 15 years ago
  51. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  52. 0157141 sparc: refactor code in fault_32.c by Sam Ravnborg · 16 years ago
  53. c37ddd9 sparc: prepare mm/ for unification by Sam Ravnborg · 16 years ago[Renamed from arch/sparc/mm/fault.c]
  54. 5110bd2 sparc: remove CONFIG_SUN4 by Adrian Bunk · 16 years ago
  55. 50215d6 sparc/mm/: possible cleanups by Adrian Bunk · 17 years ago
  56. 88278ca sparc: remove CVS keywords by Adrian Bunk · 17 years ago
  57. 9f2b2a5 sparc32: More memory probing consolidation. by David S. Miller · 17 years ago
  58. ccc3402 sparc32: Kill totally unused memory information tables. by David S. Miller · 17 years ago
  59. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  60. 83c5407 mm: fault feedback #2 by Nick Piggin · 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. 940fdc6 [SPARC]: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  64. ca7c8d2 [SPARC]: remove use of asm/segment.h by Kumar Gala · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago