1. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  2. 146a505 Get rid of the kill_pgrp_info() function by Pavel Emelyanov · 17 years ago
  3. d5df763 Clean up the kill_something_info by Pavel Emelyanov · 17 years ago
  4. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 17 years ago
  5. d36174b uglify kill_pid_info() to fix kill() vs exec() race by Oleg Nesterov · 17 years ago
  6. 5dee170 move the related code from exit_notify() to exit_signals() by Oleg Nesterov · 17 years ago
  7. d12619b fix group stop with exit race by Oleg Nesterov · 17 years ago
  8. 20686a3 ptrace_stop: fix racy nonstop_code setting by Oleg Nesterov · 17 years ago
  9. 6405f7f ptrace_stop: fix the race with ptrace detach+attach by Oleg Nesterov · 17 years ago
  10. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 17 years ago
  11. 1a669c2 Add arch_ptrace_stop by Roland McGrath · 17 years ago
  12. d9ae90a use __set_task_state() for TRACED/STOPPED tasks by Oleg Nesterov · 17 years ago
  13. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 17 years ago
  14. f558b7e remove handle_group_stop() in favor of do_signal_stop() by Oleg Nesterov · 17 years ago
  15. 198466b __group_complete_signal(): fix coredump with group stop race by Oleg Nesterov · 17 years ago
  16. 13f09b9 Ensure that we export __fatal_signal_pending() by Trond Myklebust · 17 years ago
  17. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  18. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  19. f776d12 Add fatal_signal_pending by Matthew Wilcox · 17 years ago
  20. f021a3c Add TASK_WAKEKILL by Matthew Wilcox · 17 years ago
  21. e1abb39 signal: Use task_is_* by Matthew Wilcox · 17 years ago
  22. 325d22d sigwait eats blocked default-ignore signals by Roland McGrath · 17 years ago
  23. cc5f916 Freezer: do not allow freezing processes to clear TIF_SIGPENDING by Rafael J. Wysocki · 17 years ago
  24. ca5cd87 x86 merge fallout: uml by Al Viro · 17 years ago
  25. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  26. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  27. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  28. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  29. 0fbc26a pid namespaces: allow signalling cgroup-init by Sukadev Bhattiprolu · 17 years ago
  30. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  31. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  32. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  33. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 17 years ago
  34. 13fbcb7 do_sigaction: don't worry about signal_pending() by Oleg Nesterov · 17 years ago
  35. 18442cf __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task by Oleg Nesterov · 17 years ago
  36. ebca4cd zap_other_threads: don't optimize thread_group_empty() case by Oleg Nesterov · 17 years ago
  37. 045f902 do_sigaction: remove now unneeded recalc_sigpending() by Oleg Nesterov · 17 years ago
  38. 291041e fix bogus reporting of signals by audit by Al Viro · 17 years ago
  39. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  40. 60187d2 sigqueue_free: fix the race with collect_signal() by Oleg Nesterov · 17 years ago
  41. 834d216 signalfd: fix interaction with posix-timers by Oleg Nesterov · 17 years ago
  42. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  43. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 17 years ago
  44. 45807a1 vdso: print fatal signals by Ingo Molnar · 17 years ago
  45. caec4e8 Fix signalfd interaction with thread-private signals by Benjamin Herrenschmidt · 18 years ago
  46. b74d0de Restrict clearing TIF_SIGPENDING by Roland McGrath · 18 years ago
  47. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 18 years ago
  48. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  49. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 18 years ago
  50. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 18 years ago
  51. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 18 years ago
  52. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 18 years ago
  53. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 18 years ago
  54. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  55. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 18 years ago
  56. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  57. c3de4b3 Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" by Matthew Wilcox · 18 years ago
  58. 8bfd9a7 [PATCH] hrtimers: prevent possible itimer DoS by Thomas Gleixner · 18 years ago
  59. 27b0b2f [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info by Eric W. Biederman · 18 years ago
  60. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 18 years ago
  61. 8d42db18 [PATCH] signal: rewrite kill_something_info so it uses newer helpers by Eric W. Biederman · 18 years ago
  62. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  63. 0c12b51 [PATCH] kill_pid_info: kill acquired_tasklist_lock by Oleg Nesterov · 18 years ago
  64. 3df494a [PATCH] PM: Fix freezing of stopped tasks by Rafael J. Wysocki · 18 years ago
  65. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  66. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  67. d3228a8 [PATCH] make kernel/signal.c:kill_proc_info() static by Adrian Bunk · 18 years ago
  68. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  69. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  70. 10b1fbd Make sure "user->sigpending" count is in sync by Linus Torvalds · 18 years ago
  71. 2425c08 [PATCH] usb: fixup usb so it uses struct pid by Eric W. Biederman · 18 years ago
  72. c4b92fc [PATCH] pid: implement signal functions that take a struct pid * by Eric W. Biederman · 18 years ago
  73. 27d91e0 [PATCH] __dequeue_signal() cleanup by Roland McGrath · 18 years ago
  74. f269fdd [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place by David Howells · 18 years ago
  75. ae74c3b Fix force_sig_info() semantics after cleanups by Linus Torvalds · 18 years ago
  76. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  77. 8f95dc5 [PATCH] SELinux: add security hook call to kill_proc_info_as_uid by David Quigley · 19 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  79. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 19 years ago
  80. e139606 [PATCH] collect sid of those who send signals to auditd by Al Viro · 19 years ago
  81. e57a505 [PATCH] fix non-leader exec under ptrace by Roland McGrath · 19 years ago
  82. a145410 [PATCH] __group_complete_signal: remove bogus BUG_ON by Oleg Nesterov · 19 years ago
  83. fda8bd7 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 19 years ago
  84. 85b6bce [PATCH] Fix suspend with traced tasks by Pavel Machek · 19 years ago
  85. 5476790 [PATCH] send_sigqueue: simplify and fix the race by Oleg Nesterov · 19 years ago
  86. a1d5e21 [PATCH] do_notify_parent_cldstop: remove 'to_self' param by Oleg Nesterov · 19 years ago
  87. 883606a [PATCH] finish_stop: don't check stop_count < 0 by Oleg Nesterov · 19 years ago
  88. dac27f4 [PATCH] simplify do_signal_stop() by Oleg Nesterov · 19 years ago
  89. 88531f7 [PATCH] do_sigaction: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  90. a122b34 [PATCH] do_signal_stop: don't take tasklist_lock by Oleg Nesterov · 19 years ago
  91. 6108ccd [PATCH] relax sig_needs_tasklist() by Oleg Nesterov · 19 years ago
  92. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 19 years ago
  93. c81addc [PATCH] rename __exit_sighand to cleanup_sighand by Oleg Nesterov · 19 years ago
  94. 29ff471 [PATCH] cleanup __exit_signal() by Oleg Nesterov · 19 years ago
  95. 6b3934e [PATCH] copy_process: cleanup bad_fork_cleanup_signal by Oleg Nesterov · 19 years ago
  96. 7001510 [PATCH] copy_process: cleanup bad_fork_cleanup_sighand by Oleg Nesterov · 19 years ago
  97. a9e88e8 [PATCH] introduce sig_needs_tasklist() helper by Oleg Nesterov · 19 years ago
  98. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 19 years ago
  99. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 19 years ago
  100. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 19 years ago