1. 5e6292c signal: add block_sigmask() for adding sigmask to current->blocked by Matt Fleming · 12 years ago
  2. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  3. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 12 years ago
  5. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  6. 77e4ef9 threadgroup: extend threadgroup_lock() to cover exit and exec by Tejun Heo · 12 years ago
  7. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  8. d178bc3 user namespace: usb: make usb urbs user namespace aware (v2) by Serge Hallyn · 13 years ago
  9. c1095c6 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() by Oleg Nesterov · 13 years ago
  10. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  11. 8a35241 ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction by Oleg Nesterov · 13 years ago
  12. a841796 signal: align __lock_task_sighand() irq disabling and RCU by Paul E. McKenney · 13 years ago
  13. bb3696d ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented() by Oleg Nesterov · 13 years ago
  14. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 13 years ago
  15. 53c8f9f make do_notify_parent() return bool by Oleg Nesterov · 13 years ago
  16. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 13 years ago
  17. d21142e ptrace: kill task_ptrace() by Tejun Heo · 13 years ago
  18. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 13 years ago
  19. fb1d910 ptrace: implement TRAP_NOTIFY and use it for group stop events by Tejun Heo · 13 years ago
  20. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 13 years ago
  21. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 13 years ago
  22. ada9c93 signal.c: fix kernel-doc notation by Randy Dunlap · 13 years ago
  23. dd1d677 signal: remove three noop tracehooks by Tejun Heo · 13 years ago
  24. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 13 years ago
  25. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 13 years ago
  26. 6dfca32 job control: make task_clear_jobctl_pending() clear TRAPPING automatically by Tejun Heo · 13 years ago
  27. 3759a0d job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() by Tejun Heo · 13 years ago
  28. 81be24b ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop() by Tejun Heo · 13 years ago
  29. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  30. d92fcf0 signal: sys_pause() should check signal_pending() by Oleg Nesterov · 13 years ago
  31. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  32. 40ae717 ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping() by Tejun Heo · 13 years ago
  33. 2e4f7c7 signal: sys_sigprocmask() needs retarget_shared_pending() by Oleg Nesterov · 13 years ago
  34. b013c39 signal: cleanup sys_sigprocmask() by Oleg Nesterov · 13 years ago
  35. 702a507 signal: rename signandsets() to sigandnsets() by Oleg Nesterov · 13 years ago
  36. b182801 signal: do_sigtimedwait() needs retarget_shared_pending() by Oleg Nesterov · 13 years ago
  37. 943df14 signal: introduce do_sigtimedwait() to factor out compat/native code by Oleg Nesterov · 13 years ago
  38. fe0faa0 signal: sys_rt_sigtimedwait: simplify the timeout logic by Oleg Nesterov · 13 years ago
  39. bb7efee signal: cleanup sys_rt_sigprocmask() by Oleg Nesterov · 13 years ago
  40. e6fa16a signal: sigprocmask() should do retarget_shared_pending() by Oleg Nesterov · 13 years ago
  41. 73ef4ae signal: sigprocmask: narrow the scope of ->siglock by Oleg Nesterov · 13 years ago
  42. fec9993 signal: retarget_shared_pending: optimize while_each_thread() loop by Oleg Nesterov · 13 years ago
  43. f646e22 signal: retarget_shared_pending: consider shared/unblocked signals only by Oleg Nesterov · 13 years ago
  44. 0edceb7bc signal: introduce retarget_shared_pending() by Oleg Nesterov · 13 years ago
  45. f9fa0bc signal.c: fix erroneous syscall kernel-doc by Randy Dunlap · 13 years ago
  46. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 13 years ago
  47. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  48. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 13 years ago
  49. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 13 years ago
  50. ee77f07 signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED by Oleg Nesterov · 13 years ago
  51. 780006eac signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending() by Oleg Nesterov · 13 years ago
  52. 1deac63 signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING by Oleg Nesterov · 13 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  54. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 13 years ago
  55. 39fd339 userns: allow killing tasks in your own or child userns by Serge E. Hallyn · 13 years ago
  56. 244056f job control: Don't send duplicate job control stop notification while ptraced by Tejun Heo · 13 years ago
  57. ceb6bd6 job control: Notify the real parent of job control events regardless of ptrace by Tejun Heo · 13 years ago
  58. 62bcf9d job control: Job control stop notifications should always go to the real parent by Tejun Heo · 13 years ago
  59. 75b9595 job control: Add @for_ptrace to do_notify_parent_cldstop() by Tejun Heo · 13 years ago
  60. 408a37d job control: Don't set group_stop exit_code if re-entering job control stop by Tejun Heo · 13 years ago
  61. d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 13 years ago
  62. 5224fa3 ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced by Tejun Heo · 13 years ago
  63. 0ae8ce1 ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop by Tejun Heo · 13 years ago
  64. 39efa3e signal: Use GROUP_STOP_PENDING to stop once for a single group stop by Tejun Heo · 13 years ago
  65. e5c1902 signal: Fix premature completion of group stop when interfered by ptrace by Tejun Heo · 13 years ago
  66. fe1bc6a ptrace: Add @why to ptrace_stop() by Tejun Heo · 13 years ago
  67. edf2ed1 ptrace: Kill tracehook_notify_jctl() by Tejun Heo · 13 years ago
  68. 71db5eb signal: Remove superflous try_to_freeze() loop in do_signal_stop() by Tejun Heo · 13 years ago
  69. c672af3 signal: Fix SIGCONT notification code by Tejun Heo · 13 years ago
  70. da48524 Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code by Julien Tinnes · 13 years ago
  71. b840115 signals: annotate lock context change on ptrace_stop() by Namhyung Kim · 14 years ago
  72. b8ed374 signals: annotate lock_task_sighand() by Namhyung Kim · 14 years ago
  73. a337fda HWPOISON: Copy si_addr_lsb to user by Andi Kleen · 14 years ago
  74. 694f690 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks by David Howells · 14 years ago
  75. 09faef1 exit: change zap_other_threads() to count sub-threads by Oleg Nesterov · 14 years ago
  76. 065add3 signals: check_kill_permission(): don't check creds if same_thread_group() by Oleg Nesterov · 14 years ago
  77. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 14 years ago
  78. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  79. a27341c Prioritize synchronous signals over 'normal' signals by Linus Torvalds · 14 years ago
  80. b45c6e7 kernel/signal.c: fix kernel information leak with print-fatal-signals=1 by Andi Kleen · 14 years ago
  81. 10e5453 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. 1be5396 signals: check ->group_stop_count after tracehook_get_signal() by Oleg Nesterov · 14 years ago
  83. ad09750 signals: kill force_sig_specific() by Oleg Nesterov · 14 years ago
  84. 7486e5d signals: cosmetic, collect_signal: use SI_USER by Oleg Nesterov · 14 years ago
  85. dd34200 signals: send_signal: use si_fromuser() to detect from_ancestor_ns by Oleg Nesterov · 14 years ago
  86. 614c517 signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() by Oleg Nesterov · 14 years ago
  87. 7cf7db8 signals: Fix more rcu assumptions by Thomas Gleixner · 15 years ago
  88. 14d8c9f signal: Fix racy access to __task_cred in kill_pid_info_as_uid() by Thomas Gleixner · 15 years ago
  89. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. ba005e1 tracepoint: Add signal loss events by Masami Hiramatsu · 15 years ago
  91. f9d4257 tracepoint: Add signal deliver event by Masami Hiramatsu · 15 years ago
  92. d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 15 years ago
  93. f84d49b signal: Print warning message when dropping signals by Naohiro Ooiwa · 15 years ago
  94. d958872 signals: inline __fatal_signal_pending by Roland McGrath · 15 years ago
  95. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  96. ae6d2ed signals: tracehook_notify_jctl change by Roland McGrath · 15 years ago
  97. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  98. 0dd8486 do_sigaltstack: small cleanups by Linus Torvalds · 15 years ago
  99. 0083fc2 do_sigaltstack: avoid copying 'stack_t' as a structure to user space by Linus Torvalds · 15 years ago
  100. d926566 ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage by Oleg Nesterov · 15 years ago