1. 021e1ae signals: document CLD_CONTINUED notification mechanics by Oleg Nesterov · 16 years ago
  2. 7e695a5 signals: fold sig_ignored() into handle_stop_signal() by Oleg Nesterov · 16 years ago
  3. 2dce81b signals: cleanup the usage of print_fatal_signal() by Oleg Nesterov · 16 years ago
  4. 34c8f07 signals: handle_stop_signal: don't worry about SIGKILL by Oleg Nesterov · 16 years ago
  5. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  6. e62e665 signals: unify send_sigqueue/send_group_sigqueue completely by Oleg Nesterov · 16 years ago
  7. 4cd4b6d signals: fold complete_signal() into send_signal/do_send_sigqueue by Pavel Emelyanov · 16 years ago
  8. 5fcd835 signals: use __group_complete_signal() for the specific signals too by Oleg Nesterov · 16 years ago
  9. 2ca3515 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter by Oleg Nesterov · 16 years ago
  10. 71f11dc signals: move the definition of __group_complete_signal() up by Oleg Nesterov · 16 years ago
  11. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 16 years ago
  12. 08d2c30 signals: send_sig_info: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  13. 3547ff3 signals: do_tkill: don't use tasklist_lock by Oleg Nesterov · 16 years ago
  14. 6e65acb signals: move handle_stop_signal() into send_signal() by Oleg Nesterov · 16 years ago
  15. c99fcf2 signals: send_group_sigqueue: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  16. f8c5b5c signals: __group_complete_signal: cache the value of p->signal by Oleg Nesterov · 16 years ago
  17. 5fc894b signals: send_sigqueue: don't forget about handle_stop_signal() by Oleg Nesterov · 16 years ago
  18. 5c193e8 signals: send_sigqueue: don't take rcu lock by Oleg Nesterov · 16 years ago
  19. f6b76d4 get_signal_to_deliver: use the cached ->signal/sighand values by Oleg Nesterov · 16 years ago
  20. ad16a460 handle_stop_signal: use the cached p->signal value by Oleg Nesterov · 16 years ago
  21. fc321d2 handle_stop_signal: unify partial/full stop handling by Oleg Nesterov · 16 years ago
  22. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 16 years ago
  23. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  24. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  25. 9e3bd6c signals: consolidate send_sigqueue and send_group_sigqueue by Pavel Emelyanov · 16 years ago
  26. c5363d0 signals: clean dequeue_signal from excess checks and assignments by Pavel Emelyanov · 16 years ago
  27. 93585ee signals: consolidate checks for whether or not to ignore a signal by Pavel Emelyanov · 16 years ago
  28. 1406f2d lock_task_sighand: add rcu lock/unlock by Oleg Nesterov · 16 years ago
  29. 573cf9a signals: do_signal_stop(): use signal_group_exit() by Oleg Nesterov · 16 years ago
  30. 2acb024 signals: consolidate checking for ignored/legacy signals by Pavel Emelyanov · 16 years ago
  31. af7fff9 signals: turn LEGACY_QUEUE macro into static inline function by Pavel Emelyanov · 16 years ago
  32. e1401c6 signals: remove unused variable from send_signal() by Pavel Emelyanov · 16 years ago
  33. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  34. 18c98b6 ptrace_signal subroutine by Roland McGrath · 16 years ago
  35. 13b1c3d freezer vs stopped or traced by Roland McGrath · 16 years ago
  36. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  37. 146a505 Get rid of the kill_pgrp_info() function by Pavel Emelyanov · 16 years ago
  38. d5df763 Clean up the kill_something_info by Pavel Emelyanov · 16 years ago
  39. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 16 years ago
  40. d36174b uglify kill_pid_info() to fix kill() vs exec() race by Oleg Nesterov · 16 years ago
  41. 5dee170 move the related code from exit_notify() to exit_signals() by Oleg Nesterov · 16 years ago
  42. d12619b fix group stop with exit race by Oleg Nesterov · 16 years ago
  43. 20686a3 ptrace_stop: fix racy nonstop_code setting by Oleg Nesterov · 16 years ago
  44. 6405f7f ptrace_stop: fix the race with ptrace detach+attach by Oleg Nesterov · 16 years ago
  45. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  46. 1a669c2 Add arch_ptrace_stop by Roland McGrath · 16 years ago
  47. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 16 years ago
  48. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 16 years ago
  49. f558b7e remove handle_group_stop() in favor of do_signal_stop() by Oleg Nesterov · 16 years ago
  50. 198466b __group_complete_signal(): fix coredump with group stop race by Oleg Nesterov · 16 years ago
  51. 13f09b9 Ensure that we export __fatal_signal_pending() by Trond Myklebust · 16 years ago
  52. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  53. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 16 years ago
  54. f776d12 Add fatal_signal_pending by Matthew Wilcox · 17 years ago
  55. f021a3c Add TASK_WAKEKILL by Matthew Wilcox · 17 years ago
  56. e1abb39 signal: Use task_is_* by Matthew Wilcox · 17 years ago
  57. 325d22d sigwait eats blocked default-ignore signals by Roland McGrath · 17 years ago
  58. cc5f916 Freezer: do not allow freezing processes to clear TIF_SIGPENDING by Rafael J. Wysocki · 17 years ago
  59. ca5cd87 x86 merge fallout: uml by Al Viro · 17 years ago
  60. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  61. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  62. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  63. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  64. 0fbc26a pid namespaces: allow signalling cgroup-init by Sukadev Bhattiprolu · 17 years ago
  65. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  66. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  67. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  68. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 17 years ago
  69. 13fbcb7 do_sigaction: don't worry about signal_pending() by Oleg Nesterov · 17 years ago
  70. 18442cf __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task by Oleg Nesterov · 17 years ago
  71. ebca4cd zap_other_threads: don't optimize thread_group_empty() case by Oleg Nesterov · 17 years ago
  72. 045f902 do_sigaction: remove now unneeded recalc_sigpending() by Oleg Nesterov · 17 years ago
  73. 291041e fix bogus reporting of signals by audit by Al Viro · 17 years ago
  74. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  75. 60187d2 sigqueue_free: fix the race with collect_signal() by Oleg Nesterov · 17 years ago
  76. 834d216 signalfd: fix interaction with posix-timers by Oleg Nesterov · 17 years ago
  77. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  78. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 17 years ago
  79. 45807a1 vdso: print fatal signals by Ingo Molnar · 17 years ago
  80. caec4e8 Fix signalfd interaction with thread-private signals by Benjamin Herrenschmidt · 17 years ago
  81. b74d0de Restrict clearing TIF_SIGPENDING by Roland McGrath · 17 years ago
  82. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 17 years ago
  83. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  84. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  85. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 17 years ago
  86. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  87. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 17 years ago
  88. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 17 years ago
  89. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  90. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  91. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 17 years ago
  92. c3de4b3 Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" by Matthew Wilcox · 17 years ago
  93. 8bfd9a7 [PATCH] hrtimers: prevent possible itimer DoS by Thomas Gleixner · 17 years ago
  94. 27b0b2f [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info by Eric W. Biederman · 17 years ago
  95. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 17 years ago
  96. 8d42db18 [PATCH] signal: rewrite kill_something_info so it uses newer helpers by Eric W. Biederman · 17 years ago
  97. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  98. 0c12b51 [PATCH] kill_pid_info: kill acquired_tasklist_lock by Oleg Nesterov · 17 years ago
  99. 3df494a [PATCH] PM: Fix freezing of stopped tasks by Rafael J. Wysocki · 18 years ago
  100. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago