1. 4d800a6 UPSTREAM: Do not hash userspace addresses in fault handlers by Kees Cook · 6 years ago
  2. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  3. 56b88a3 um: Fix kernel mode fault condition by Richard Weinberger · 9 years ago
  4. ccaee5f um: Fix do_signal() prototype by Ingo Molnar · 9 years ago
  5. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  6. d231308 um: Catch unprotected user memory access by Richard Weinberger · 9 years ago
  7. fbc9f16 mm/fault, um: Fix compile error by Peter Zijlstra · 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. d0b5e15 um: Remove SKAS3/4 support by Richard Weinberger · 9 years ago
  10. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  11. bb6a1b2 um: segv: Save regs only in case of a kernel mode fault by Richard Weinberger · 10 years ago
  12. f72c22e um: Make stack trace reliable against kernel mode faults by Richard Weinberger · 11 years ago
  13. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  14. 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
  15. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  16. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  17. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  18. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  19. 1cefe28 um/kernel/trap.c: port OOM changes to handle_page_fault() by Kautuk Consul · 12 years ago
  20. 73395a0 um: distribute exports to where exported stuff is defined by Al Viro · 13 years ago
  21. adcfb98 um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers by Al Viro · 13 years ago
  22. 3ef6130 um: print info about fatal segfaults by Richard Weinberger · 13 years ago
  23. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  24. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 15 years ago
  25. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 16 years ago
  26. d83ecf0 uml: tidy pgtable.h by Jeff Dike · 16 years ago
  27. edea138 uml: tidy kern_util.h by Jeff Dike · 16 years ago
  28. 9226b83 uml: further bugs.c tidying by Jeff Dike · 16 years ago
  29. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  30. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  31. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  32. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  33. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  34. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  35. 83ff7df uml: out of tmpfs space error clarification by Jeff Dike · 17 years ago
  36. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 17 years ago
  37. 5d86456 uml: tidy fault code by Jeff Dike · 17 years ago
  38. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  39. 4ff83ce uml: create as-layout.h by Jeff Dike · 17 years ago
  40. eb83075 uml: create arch.h by Jeff Dike · 17 years ago
  41. 27aa6ef [PATCH] uml: make signal handlers static by Jeff Dike · 17 years ago
  42. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  43. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  44. 53dd2b5 [PATCH] uml: use correct SIGBUS handler by Jeff Dike · 18 years ago
  45. 5e7672e [PATCH] uml: const more data by Jeff Dike · 18 years ago
  46. 6edf428 [PATCH] uml: Improve SIGBUS diagnostics by Jeff Dike · 18 years ago
  47. 1d3468a [PATCH] uml: move _kern.c files by Jeff Dike · 18 years ago[Renamed (94%) from arch/um/kernel/trap_kern.c]
  48. 4d338e1 [PATCH] uml: sparse cleanups by Al Viro · 18 years ago
  49. c66fdd5 [PATCH] uml: merge trap_user.c and trap_kern.c by Gennady Sharapov · 18 years ago
  50. ea2ba7d [PATCH] uml: move libc-dependent code from trap_user.c by Gennady Sharapov · 18 years ago
  51. cbc24af [PATCH] uml: remove bogus WARN_ON, triggerable harmlessly on a page fault race by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  52. be662a1 [PATCH] uml: fix page faults in SKAS3 mode. by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  53. fea03cb [PATCH] uml: avoid fixing faults while atomic by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  54. 546fe1c [PATCH] uml: fix hang in TT mode on fault by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  55. 16b0367 [PATCH] uml: avoid already done dirtying by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  56. d129f31 [PATCH] uml: fix fault handler on write by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  57. 3b52166 [PATCH] uml: fault handler micro-cleanups by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  58. 96e5924 [PATCH] uml: remove debugging code from page fault path by Jeff Dike · 19 years ago
  59. a2e4b97 [PATCH] uml: remove 2_5compat.h by Jeff Dike · 19 years ago
  60. 7b9014c [PATCH] uml: Remove ubd-mmap support by Jeff Dike · 19 years ago
  61. 13479d5 [PATCH] uml: Page fault fixes by Jeff Dike · 19 years ago
  62. 2d58cc9 [PATCH] uml: x86_64 fixes by Jeff Dike · 19 years ago
  63. c578455 [PATCH] uml: S390 preparation, abstract host page fault data by Bodo Stroesser · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago