1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  3. 21cba62 um: unexport handle_page_fault() by Al Viro · 3 years, 4 months ago
  4. e21294a signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) by Eric W. Biederman · 3 years, 3 months ago
  5. 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 4 months ago
  6. a2beb5f mm: clean up the last pieces of page fault accountings 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. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  9. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 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. e19f97e um: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  14. 0d1fb0a um: Add SPDX headers to files in arch/um/kernel/ by Alex Dewar · 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. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  18. 59fdf91 um: trap: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  19. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  20. 530621b signal/um: More carefully relay signals in relay_signal. by Eric W. Biederman · 7 years ago
  21. bc08c07 signal/um: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  22. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  23. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  24. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  25. 88af233 um: Add kerneldoc for segv_handler by Thomas Meyer · 8 years ago
  26. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  27. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  28. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  29. 56b88a3 um: Fix kernel mode fault condition by Richard Weinberger · 9 years ago
  30. ccaee5f um: Fix do_signal() prototype by Ingo Molnar · 10 years ago
  31. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  32. d231308 um: Catch unprotected user memory access by Richard Weinberger · 10 years ago
  33. fbc9f16 mm/fault, um: Fix compile error by Peter Zijlstra · 10 years ago
  34. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  35. d0b5e15 um: Remove SKAS3/4 support by Richard Weinberger · 10 years ago
  36. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  37. bb6a1b2 um: segv: Save regs only in case of a kernel mode fault by Richard Weinberger · 11 years ago
  38. f72c22e um: Make stack trace reliable against kernel mode faults by Richard Weinberger · 11 years ago
  39. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  40. 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
  41. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  42. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  43. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  44. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  45. 1cefe28 um/kernel/trap.c: port OOM changes to handle_page_fault() by Kautuk Consul · 13 years ago
  46. 73395a0 um: distribute exports to where exported stuff is defined by Al Viro · 13 years ago
  47. adcfb98 um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers by Al Viro · 13 years ago
  48. 3ef6130 um: print info about fatal segfaults by Richard Weinberger · 14 years ago
  49. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  50. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  51. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 17 years ago
  52. d83ecf0 uml: tidy pgtable.h by Jeff Dike · 17 years ago
  53. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  54. 9226b83 uml: further bugs.c tidying by Jeff Dike · 17 years ago
  55. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  56. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  57. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  58. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  59. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  60. 83c5407 mm: fault feedback #2 by Nick Piggin · 18 years ago
  61. 83ff7df uml: out of tmpfs space error clarification by Jeff Dike · 18 years ago
  62. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 18 years ago
  63. 5d86456 uml: tidy fault code by Jeff Dike · 18 years ago
  64. 9218b17 uml: remove user_util.h by Jeff Dike · 18 years ago
  65. 4ff83ce uml: create as-layout.h by Jeff Dike · 18 years ago
  66. eb83075 uml: create arch.h by Jeff Dike · 18 years ago
  67. 27aa6ef [PATCH] uml: make signal handlers static by Jeff Dike · 18 years ago
  68. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  69. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  70. 53dd2b5 [PATCH] uml: use correct SIGBUS handler by Jeff Dike · 18 years ago
  71. 5e7672e [PATCH] uml: const more data by Jeff Dike · 18 years ago
  72. 6edf428 [PATCH] uml: Improve SIGBUS diagnostics by Jeff Dike · 18 years ago
  73. 1d3468a [PATCH] uml: move _kern.c files by Jeff Dike · 19 years ago[Renamed (94%) from arch/um/kernel/trap_kern.c]
  74. 4d338e1 [PATCH] uml: sparse cleanups by Al Viro · 19 years ago
  75. c66fdd5 [PATCH] uml: merge trap_user.c and trap_kern.c by Gennady Sharapov · 19 years ago
  76. ea2ba7d [PATCH] uml: move libc-dependent code from trap_user.c by Gennady Sharapov · 19 years ago
  77. cbc24af [PATCH] uml: remove bogus WARN_ON, triggerable harmlessly on a page fault race by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  78. be662a1 [PATCH] uml: fix page faults in SKAS3 mode. by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  79. fea03cb [PATCH] uml: avoid fixing faults while atomic by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  80. 546fe1c [PATCH] uml: fix hang in TT mode on fault by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  81. 16b0367 [PATCH] uml: avoid already done dirtying by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  82. d129f31 [PATCH] uml: fix fault handler on write by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  83. 3b52166 [PATCH] uml: fault handler micro-cleanups by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  84. 96e5924 [PATCH] uml: remove debugging code from page fault path by Jeff Dike · 19 years ago
  85. a2e4b97 [PATCH] uml: remove 2_5compat.h by Jeff Dike · 20 years ago
  86. 7b9014c [PATCH] uml: Remove ubd-mmap support by Jeff Dike · 20 years ago
  87. 13479d5 [PATCH] uml: Page fault fixes by Jeff Dike · 20 years ago
  88. 2d58cc9 [PATCH] uml: x86_64 fixes by Jeff Dike · 20 years ago
  89. c578455 [PATCH] uml: S390 preparation, abstract host page fault data by Bodo Stroesser · 20 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago