1. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  2. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  3. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  4. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  5. 382d95f um: move sysrq.h out of include/shared by Al Viro · 12 years ago
  6. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  7. 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
  8. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  9. d2ce4e9 um: kill thread->forking by Al Viro · 12 years ago
  10. f9a38ea um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  11. bf56d57 um: don't leak floating point state and segment registers on execve() by Al Viro · 12 years ago
  12. 4245979 um: take cleaning singlestep to start_thread() by Al Viro · 12 years ago
  13. a4d94ff um: kill thread->forking by Al Viro · 12 years ago
  14. 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  15. 344569a um: don't leak floating point state and segment registers on execve() by Al Viro · 12 years ago
  16. ab286b2 um: take cleaning singlestep to start_thread() by Al Viro · 12 years ago
  17. 1871e84 Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  18. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  19. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  20. 1bfa231 um: split syscall_trace(), pass pt_regs to it by Al Viro · 12 years ago
  21. a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 12 years ago
  22. aab9446 um: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  23. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  24. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  25. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  26. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  27. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  28. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  29. 2c922c5 um: properly check all process' threads for a live mm by Anton Vorontsov · 12 years ago
  30. 137d1a2 um: fix possible race on task->mm by Anton Vorontsov · 12 years ago
  31. 9bd0a07 um: should hold tasklist_lock while traversing processes by Anton Vorontsov · 12 years ago
  32. 1cefe28 um/kernel/trap.c: port OOM changes to handle_page_fault() by Kautuk Consul · 12 years ago
  33. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  34. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  35. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  36. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  37. 2ccf62b Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal into for-3.5 by Richard Weinberger · 12 years ago
  38. 243412b um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h by Al Viro · 12 years ago
  39. 8e514b2 um: Remove usage of irq_chip->release() by Richard Weinberger · 12 years ago
  40. fa7a044 um: Implement um_free_irq() by Richard Weinberger · 12 years ago
  41. 62179d47 um: Add BUG() to do_ops()'s error path by Richard Weinberger · 12 years ago
  42. 5a30a79 um: wrong sigmask saved in case of multiple sigframes by Al Viro · 12 years ago
  43. d50349b um: add TIF_NOTIFY_RESUME by Al Viro · 12 years ago
  44. 3b7d15b um: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 12 years ago
  45. 5b40824 um: Use generic init_task by Thomas Gleixner · 12 years ago
  46. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  47. 657b12d um: uml_setup_stubs': warning: unused variable 'pages' by Boaz Harrosh · 12 years ago
  48. 76b278e um: Use asm-generic/switch_to.h by Richard Weinberger · 12 years ago
  49. 3cb4209 um: fix linker script generation by Al Viro · 12 years ago
  50. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  51. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  52. dc5be20 um: most of the SUBARCH uses can be killed by Al Viro · 12 years ago
  53. c2220b2 um: kill HOST_TASK_PID by Al Viro · 12 years ago
  54. c0b79a9 um: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  55. d982d59 um: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  56. f6adb9a um: don't restore current->blocked on error by Matt Fleming · 12 years ago
  57. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  58. ac2aca2 um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold it by Al Viro · 12 years ago
  59. ea6fb41 um: embed ->stub_pages[] into mmu_context by Al Viro · 12 years ago
  60. 91f2359 um: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  61. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 12 years ago
  62. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 12 years ago
  63. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  65. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  66. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  67. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  68. 60d687e clocksource: um: Convert to clocksource_register_hz/khz by John Stultz · 14 years ago
  69. 73395a0 um: distribute exports to where exported stuff is defined by Al Viro · 13 years ago
  70. 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago
  71. 445c578 um: kill shared/tlb.h by Al Viro · 13 years ago
  72. c75d053 um: make flush_tlb_kernel_range_common() static by Al Viro · 13 years ago
  73. 549e78d um: make load_initrd() static, kill shared/initrd.h by Al Viro · 13 years ago
  74. adcfb98 um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers by Al Viro · 13 years ago
  75. 5d40de0 um: kill dead code around uaccess by Al Viro · 13 years ago
  76. 078073a um: -include user.h for USER_OBJ, trim includes by Al Viro · 13 years ago
  77. f2833ae um: clean arch_ptrace() up a bit by Al Viro · 13 years ago
  78. fbfe9c8 um: Save FPU registers between task switches by Ingo van Lil · 13 years ago
  79. f1c93e4 um: remove dead code by Richard Weinberger · 13 years ago
  80. c0ce5b6 um, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  81. 3ef6130 um: print info about fatal segfaults by Richard Weinberger · 13 years ago
  82. d634f19 um: add earlyprintk support by Richard Weinberger · 13 years ago
  83. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  84. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  85. df31a0a um: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  86. 0ebec35 um: Convert genirq namespace by Thomas Gleixner · 13 years ago
  87. d5b4eea um: Use proper accessors in show_interrupts() by Thomas Gleixner · 13 years ago
  88. 1d119aa um: Convert irq_chips to new functions by Thomas Gleixner · 13 years ago
  89. 6ea96e7 um: Remove stale irq_chip.end by Thomas Gleixner · 13 years ago
  90. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  91. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  92. 8818b67 um: fix ptrace build error by Richard Weinberger · 14 years ago
  93. 0a3d763 ptrace: cleanup arch_ptrace() on um by Namhyung Kim · 14 years ago
  94. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  95. be76d81 um: migrate from __do_IRQ() to generic_handle_irq() by Richard Weinberger · 14 years ago
  96. aa5fb4d uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc by Roland McGrath · 14 years ago
  97. 6915e04 um: remove PAGE_SIZE alignment in linker script causing kernel segfault. by Richard Weinberger · 14 years ago
  98. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  99. 9a181c5 uml: kill big kernel lock by Arnd Bergmann · 14 years ago
  100. 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago