1. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  2. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  3. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  4. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  5. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 12 years ago
  6. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  7. 90eed7d sh: Fix up recursive fault in oops with unset TTB. by Paul Mundt · 12 years ago
  8. d8fd35f sh64: Fix up vmalloc fault range check. by Paul Mundt · 12 years ago
  9. c3e0af9 Revert "sh: Ensure fixmap and store queue space can co-exist." by Paul Mundt · 12 years ago
  10. 2808032 sh: Enable shared page fault handler for _32/_64. by Paul Mundt · 12 years ago[Renamed (85%) from arch/sh/mm/fault_32.c]
  11. 20e7c29 sh: Ensure fixmap and store queue space can co-exist. by Paul Mundt · 12 years ago
  12. 5a1dc78 sh: Support thread fault code encoding. by Paul Mundt · 12 years ago
  13. dbdb4e9 sh: Tidy up and generalize page fault error paths. by Paul Mundt · 12 years ago
  14. fb56a91 Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest by Paul Mundt · 12 years ago
  15. 45c0e0e sh: Improve oops error reporting by Stuart Menefy · 12 years ago
  16. 8d9a784 sh: Fix error synchronising kernel page tables by Stuart Menefy · 12 years ago
  17. 11fd982 sh/mm/fault_32.c: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  18. e839ca5 Disintegrate asm/system.h for SH by David Howells · 12 years ago
  19. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  20. 364b97d sh: Kill off dangling goto labels from oom-killer rework. by Paul Mundt · 14 years ago
  21. 6b6b18e sh: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  22. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  23. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  24. 5d9b4b1 sh: Definitions for 3-level page table layout by Matt Fleming · 15 years ago
  25. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  26. 0906a3a sh: Fix up and optimize the kmap_coherent() interface. by Paul Mundt · 15 years ago
  27. 8010fbe sh: TLB fast path optimizations for load/store exceptions. by Paul Mundt · 15 years ago
  28. 112e584 sh: TLB protection violation exception optimizations. by Paul Mundt · 15 years ago
  29. 05dd2cd sh: Restore previous behaviour on kernel fault by Matt Fleming · 15 years ago
  30. 0f60bb2 sh: Tidy up vmalloc fault handling. by Paul Mundt · 15 years ago
  31. c63c310 sh: use kprobes_built_in() for notify_page_fault(). by Paul Mundt · 15 years ago
  32. 7433ab770 sh: Hook up page fault events for software perf counters. by Paul Mundt · 15 years ago
  33. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  34. 4505ffd sh: remove stray markers. by Christoph Hellwig · 15 years ago
  35. ab6e570 sh: Generic kgdb stub support. by Paul Mundt · 16 years ago
  36. 716777d sh: P4 ioremap pass-through by Magnus Damm · 16 years ago
  37. 3d58695 sh: Trivial trace_mark() instrumentation for core events. by Paul Mundt · 16 years ago
  38. 8f2baee sh: Kill off duplicate page fault notifiers in slow path. by Paul Mundt · 16 years ago
  39. 887f1ae sh: Look up the trap vector for the page fault notifier. by Paul Mundt · 16 years ago
  40. 037c10a sh: kprobes: Hook up kprobe_fault_handler() in the page fault path. by Paul Mundt · 16 years ago
  41. 96e14e5 sh: vmalloc pgtable sync fix. by Stuart Menefy · 16 years ago
  42. f2fb4e4 sh: Conditionally re-enable IRQs in fault path. by Stuart Menefy · 16 years ago
  43. a602cc0 sh: Fix multiple UTLB hit on UP SH-4. by Hideo Saito · 16 years ago
  44. e7cc9a7 sh: trapped io support V2 by Magnus Damm · 16 years ago
  45. b62ad83 sh: Correct pte size mismatch for X2 TLB. by Paul Mundt · 17 years ago
  46. 811d50c sh: Move in the SH-5 TLB miss. by Paul Mundt · 17 years ago[Renamed from arch/sh/mm/fault.c]
  47. 0f1a394 sh: lockless UTLB miss fast-path. by Paul Mundt · 17 years ago
  48. 1c6b2ca sh: Kill off UTLB flush in fast-path. by Paul Mundt · 17 years ago
  49. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  50. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  51. 06f862c sh: Fix pgd mismatch from cached TTB in unhandled fault. by Paul Mundt · 17 years ago
  52. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  53. 0630e45 sh: Check oops_may_print() in unhandled fault. by Paul Mundt · 17 years ago
  54. fce692e sh: revert addition of page fault notifiers by Christoph Hellwig · 17 years ago
  55. b894744 sh: Shut up compiler warnings in __do_page_fault(). by Paul Mundt · 17 years ago
  56. b118ca5 sh: Convert to common die chain. by Paul Mundt · 17 years ago
  57. 3a2e117 sh: Add die chain notifiers. by Paul Mundt · 17 years ago
  58. db2e1fa sh: Revert TLB miss fast-path changes that broke PTEA parts. by Paul Mundt · 17 years ago
  59. afbfb52 sh: stacktrace/lockdep/irqflags tracing support. by Paul Mundt · 18 years ago
  60. bca7c20 sh: Get the PGD right in oops case with 64-bit PTEs. by Paul Mundt · 18 years ago
  61. 9b3a53a sh: TLB miss fast-path optimizations. by Stuart Menefy · 18 years ago
  62. 99a596f sh: pmd rework. by Stuart Menefy · 18 years ago
  63. b5a1bcb sh: Set up correct siginfo structures for page faults. by Stuart Menefy · 18 years ago
  64. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  65. df67b3d [PATCH] make PROT_WRITE imply PROT_READ by Jason Baron · 18 years ago
  66. 0f08f33 sh: More cosmetic cleanups and trivial fixes. by Paul Mundt · 18 years ago
  67. f647d33 sh: Fix split ptlock for user mappings in __do_page_fault(). by Paul Mundt · 18 years ago
  68. 26ff6c1 sh: page table alloc cleanups and page fault optimizations. by Paul Mundt · 18 years ago
  69. 2984762 sh: Add control register barriers. by Paul Mundt · 18 years ago
  70. 60ec558 [PATCH] mm: i386 sh sh64 ready for split ptlock by Hugh Dickins · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago