1. 0565103 um: Memory corruption on startup by Anton Ivanov · 11 years ago
  2. cf7bc58 asm/system.h: um: arch_align_stack() moved to asm/exec.h by David Howells · 11 years ago
  3. 8ed12fc um: Rename print_stack_trace to do_stack_trace by Richard Weinberger · 11 years ago
  4. cdc7ef8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  5. 33a7d42 um: Remove unused declarations from <as-layout.h> by Geert Uytterhoeven · 11 years ago
  6. e96d1c3 um: Make kstack_depth_to_print conform to arch/x86 by Richard Weinberger · 11 years ago
  7. a1850e9 um: Get rid of thread_struct->saved_task by Richard Weinberger · 11 years ago
  8. f72c22e um: Make stack trace reliable against kernel mode faults by Richard Weinberger · 11 years ago
  9. 9d1ee8c um: Rewrite show_stack() by Richard Weinberger · 11 years ago
  10. 647f884 um: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  11. 201f99f uml: check length in exitcode_proc_write() by Dan Carpenter · 11 years ago
  12. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  13. 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
  14. 81bab4c um: Add irq chip um/mask handlers by Richard Weinberger · 12 years ago
  15. f75b1b1 um: Implement probe_kernel_read() by Richard Weinberger · 12 years ago
  16. 9a8c135 um: siginfo cleanup by Richard Weinberger · 12 years ago
  17. dee2003 um: Mark stub pages mapping with VM_PFNMAP by Richard Weinberger · 12 years ago
  18. 3179ce7 um: Fix return value of strnlen_user() by Richard Weinberger · 12 years ago
  19. 715ee35 mm/um: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  20. a214a8c UML: normalize global variables exported by vmlinux.lds by Jiang Liu · 12 years ago
  21. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  22. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago
  23. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  24. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 12 years ago
  25. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  26. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  27. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 12 years ago
  28. 5b472b2 mm/um: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 12 years ago
  29. e16e0b1 mm/um: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  30. 8198c16 um: Use generic idle loop by Richard Weinberger · 12 years ago
  31. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  32. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  33. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  34. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  35. 2b067fc um: don't bother looking at regs in copy_thread() - current_pt_regs() is what we'll get by Al Viro · 12 years ago
  36. 8cddebd um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) by Al Viro · 12 years ago
  37. 9436d5c um: get_safe_registers() should be done in flush_thread(), not start_thread() by Al Viro · 12 years ago
  38. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  39. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  40. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 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. 382d95f um: move sysrq.h out of include/shared by Al Viro · 12 years ago
  44. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  45. 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
  46. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 13 years ago
  47. d2ce4e9 um: kill thread->forking by Al Viro · 12 years ago
  48. f9a38ea um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 13 years ago
  49. bf56d57 um: don't leak floating point state and segment registers on execve() by Al Viro · 13 years ago
  50. 4245979 um: take cleaning singlestep to start_thread() by Al Viro · 13 years ago
  51. a4d94ff um: kill thread->forking by Al Viro · 12 years ago
  52. 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 13 years ago
  53. 344569a um: don't leak floating point state and segment registers on execve() by Al Viro · 13 years ago
  54. ab286b2 um: take cleaning singlestep to start_thread() by Al Viro · 13 years ago
  55. 1871e84 Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  56. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 13 years ago
  57. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 13 years ago
  58. 1bfa231 um: split syscall_trace(), pass pt_regs to it by Al Viro · 13 years ago
  59. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 13 years ago
  60. aab9446 um: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 13 years ago
  61. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  62. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  63. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  64. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  65. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  66. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  67. 2c922c5 um: properly check all process' threads for a live mm by Anton Vorontsov · 13 years ago
  68. 137d1a2 um: fix possible race on task->mm by Anton Vorontsov · 13 years ago
  69. 9bd0a07 um: should hold tasklist_lock while traversing processes by Anton Vorontsov · 13 years ago
  70. 1cefe28 um/kernel/trap.c: port OOM changes to handle_page_fault() by Kautuk Consul · 13 years ago
  71. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 13 years ago
  72. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  73. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  74. 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
  75. 2ccf62b Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal into for-3.5 by Richard Weinberger · 13 years ago
  76. 243412b um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h by Al Viro · 13 years ago
  77. 8e514b2 um: Remove usage of irq_chip->release() by Richard Weinberger · 13 years ago
  78. fa7a044 um: Implement um_free_irq() by Richard Weinberger · 13 years ago
  79. 62179d47 um: Add BUG() to do_ops()'s error path by Richard Weinberger · 13 years ago
  80. 5a30a79 um: wrong sigmask saved in case of multiple sigframes by Al Viro · 13 years ago
  81. d50349b um: add TIF_NOTIFY_RESUME by Al Viro · 13 years ago
  82. 3b7d15b um: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 13 years ago
  83. 5b40824 um: Use generic init_task by Thomas Gleixner · 13 years ago
  84. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 13 years ago
  85. 657b12d um: uml_setup_stubs': warning: unused variable 'pages' by Boaz Harrosh · 13 years ago
  86. 76b278e um: Use asm-generic/switch_to.h by Richard Weinberger · 13 years ago
  87. 3cb4209 um: fix linker script generation by Al Viro · 13 years ago
  88. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 13 years ago
  89. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  90. dc5be20 um: most of the SUBARCH uses can be killed by Al Viro · 13 years ago
  91. c2220b2 um: kill HOST_TASK_PID by Al Viro · 13 years ago
  92. c0b79a9 um: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  93. d982d59 um: use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  94. f6adb9a um: don't restore current->blocked on error by Matt Fleming · 13 years ago
  95. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  96. ac2aca2 um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold it by Al Viro · 13 years ago
  97. ea6fb41 um: embed ->stub_pages[] into mmu_context by Al Viro · 13 years ago
  98. 91f2359 um: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  99. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  100. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago