1. 60187d2 sigqueue_free: fix the race with collect_signal() by Oleg Nesterov · 17 years ago
  2. 834d216 signalfd: fix interaction with posix-timers by Oleg Nesterov · 17 years ago
  3. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  4. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 18 years ago
  5. 45807a1 vdso: print fatal signals by Ingo Molnar · 18 years ago
  6. caec4e8 Fix signalfd interaction with thread-private signals by Benjamin Herrenschmidt · 18 years ago
  7. b74d0de Restrict clearing TIF_SIGPENDING by Roland McGrath · 18 years ago
  8. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 18 years ago
  9. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  10. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 18 years ago
  11. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 18 years ago
  12. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 18 years ago
  13. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 18 years ago
  14. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 18 years ago
  15. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  16. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 18 years ago
  17. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  18. c3de4b3 Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" by Matthew Wilcox · 18 years ago
  19. 8bfd9a7 [PATCH] hrtimers: prevent possible itimer DoS by Thomas Gleixner · 18 years ago
  20. 27b0b2f [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info by Eric W. Biederman · 18 years ago
  21. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 18 years ago
  22. 8d42db18 [PATCH] signal: rewrite kill_something_info so it uses newer helpers by Eric W. Biederman · 18 years ago
  23. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  24. 0c12b51 [PATCH] kill_pid_info: kill acquired_tasklist_lock by Oleg Nesterov · 18 years ago
  25. 3df494a [PATCH] PM: Fix freezing of stopped tasks by Rafael J. Wysocki · 18 years ago
  26. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  27. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  28. d3228a8 [PATCH] make kernel/signal.c:kill_proc_info() static by Adrian Bunk · 18 years ago
  29. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  30. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  31. 10b1fbd Make sure "user->sigpending" count is in sync by Linus Torvalds · 18 years ago
  32. 2425c08 [PATCH] usb: fixup usb so it uses struct pid by Eric W. Biederman · 18 years ago
  33. c4b92fc [PATCH] pid: implement signal functions that take a struct pid * by Eric W. Biederman · 18 years ago
  34. 27d91e0 [PATCH] __dequeue_signal() cleanup by Roland McGrath · 18 years ago
  35. f269fdd [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place by David Howells · 18 years ago
  36. ae74c3b Fix force_sig_info() semantics after cleanups by Linus Torvalds · 18 years ago
  37. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  38. 8f95dc5 [PATCH] SELinux: add security hook call to kill_proc_info_as_uid by David Quigley · 19 years ago
  39. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  40. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 19 years ago
  41. e139606 [PATCH] collect sid of those who send signals to auditd by Al Viro · 19 years ago
  42. e57a505 [PATCH] fix non-leader exec under ptrace by Roland McGrath · 19 years ago
  43. a145410 [PATCH] __group_complete_signal: remove bogus BUG_ON by Oleg Nesterov · 19 years ago
  44. fda8bd7 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 19 years ago
  45. 85b6bce [PATCH] Fix suspend with traced tasks by Pavel Machek · 19 years ago
  46. 5476790 [PATCH] send_sigqueue: simplify and fix the race by Oleg Nesterov · 19 years ago
  47. a1d5e21 [PATCH] do_notify_parent_cldstop: remove 'to_self' param by Oleg Nesterov · 19 years ago
  48. 883606a [PATCH] finish_stop: don't check stop_count < 0 by Oleg Nesterov · 19 years ago
  49. dac27f4 [PATCH] simplify do_signal_stop() by Oleg Nesterov · 19 years ago
  50. 88531f7 [PATCH] do_sigaction: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  51. a122b34 [PATCH] do_signal_stop: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  52. 6108ccd [PATCH] relax sig_needs_tasklist() by Oleg Nesterov · 19 years ago
  53. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 19 years ago
  54. c81addc [PATCH] rename __exit_sighand to cleanup_sighand by Oleg Nesterov · 19 years ago
  55. 29ff471 [PATCH] cleanup __exit_signal() by Oleg Nesterov · 19 years ago
  56. 6b3934e [PATCH] copy_process: cleanup bad_fork_cleanup_signal by Oleg Nesterov · 19 years ago
  57. 7001510 [PATCH] copy_process: cleanup bad_fork_cleanup_sighand by Oleg Nesterov · 19 years ago
  58. a9e88e8 [PATCH] introduce sig_needs_tasklist() helper by Oleg Nesterov · 19 years ago
  59. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 19 years ago
  60. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 19 years ago
  61. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 19 years ago
  62. a26fd33 [PATCH] sigprocmask: kill unneeded temp var by Oleg Nesterov · 19 years ago
  63. fc558a7 [PATCH] swsusp: finally solve mysqld problem by Rafael J. Wysocki · 19 years ago
  64. 9ac95f2 [PATCH] do_sigaction: cleanup ->sa_mask manipulation by Oleg Nesterov · 19 years ago
  65. c70d3d70 [PATCH] sys_signal: initialize ->sa_mask by Oleg Nesterov · 19 years ago
  66. 514a01b [PATCH] uninline __sigqueue_free() by Andrew Morton · 19 years ago
  67. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 19 years ago
  68. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  69. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  70. 86174cd [PATCH] remove unneeded sig->curr_target recalculation by Oleg Nesterov · 19 years ago
  71. 0811af2 [PATCH] kill_proc_info_as_uid: don't use hardcoded constants by Oleg Nesterov · 19 years ago
  72. 71fabd5 [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32 by George Anzinger · 19 years ago
  73. 2d89c92 [PATCH] Simpler signal-exit concurrency handling by Paul E. McKenney · 19 years ago
  74. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 19 years ago
  75. b17b042 [PATCH] signal handling: revert sigkill priority fix by Heiko Carstens · 19 years ago
  76. 7ed0175 [PATCH] Don't auto-reap traced children by Oleg Nesterov · 19 years ago
  77. b0423a0 [PATCH] Remove duplicate code in signal.c by Paul E. McKenney · 19 years ago
  78. ae6866c [PATCH] remove unneeded SI_TIMER checks by Oleg Nesterov · 19 years ago
  79. 621d312 [PATCH] cleanup the usage of SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  80. b67a1b9 [PATCH] remove hardcoded SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  81. 30e0fca6 [PATCH] ptrace/coredump/exit_group deadlock by Andrea Arcangeli · 19 years ago
  82. 6dd69f1 [PATCH] Unify sys_tkill() and sys_tgkill() by Vadim Lobanov · 19 years ago
  83. 19a4fcb [PATCH] kill sigqueue->lock by Oleg Nesterov · 19 years ago
  84. 8d027de [PATCH] fix ->signal->live leak in copy_process() by Oleg Nesterov · 19 years ago
  85. 25f407f [PATCH] Call exit_itimers from do_exit, not __exit_signal by Roland McGrath · 19 years ago
  86. 4611383 [PATCH] Fix signal sending in usbdevio on async URB completion by Harald Welte · 19 years ago
  87. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  88. 788e05a [PATCH] fix do_coredump() vs SIGSTOP race by Oleg Nesterov · 19 years ago
  89. 5acbc5c [PATCH] Fix task state testing properly in do_signal_stop() by Roland McGrath · 19 years ago
  90. 188a1eaf Make sure SIGKILL gets proper respect by Linus Torvalds · 19 years ago
  91. 75bcc8c [PATCH] kernel: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  92. e752dd6 [PATCH] fix send_sigqueue() vs thread exit race by Oleg Nesterov · 19 years ago
  93. bc505a4 [PATCH] do_notify_parent_cldstop() cleanup by Oleg Nesterov · 19 years ago
  94. dd12f48 [PATCH] NPTL signal delivery deadlock fix by Bhavesh P. Davda · 19 years ago
  95. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 20 years ago
  96. 4fea283 [PATCH] Software suspend and recalc sigpending bug fix by Kirill Korotaev · 20 years ago
  97. 1c3f45a Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 20 years ago
  98. c33880a [PATCH] sigkill priority fix by Kirill Korotaev · 20 years ago
  99. c2f0c7c The attached patch addresses the problem with getting the audit daemon by Steve Grubb · 20 years ago
  100. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 20 years ago