1. 6efcae4 Fix waitid si_code regression by Roland McGrath · 17 years ago
  2. 821c7de exit_notify: fix kill_orphaned_pgrp() usage with mt exit by Oleg Nesterov · 17 years ago
  3. 05e83df will_become_orphaned_pgrp: partially fix insufficient ->exit_state check by Oleg Nesterov · 17 years ago
  4. f49ee50 introduce kill_orphaned_pgrp() helper by Oleg Nesterov · 17 years ago
  5. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 17 years ago
  6. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 17 years ago
  7. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 17 years ago
  8. 161550d pid: sys_wait... fixes by Eric W. Biederman · 17 years ago
  9. 5dee170 move the related code from exit_notify() to exit_signals() by Oleg Nesterov · 17 years ago
  10. d12619b fix group stop with exit race by Oleg Nesterov · 17 years ago
  11. 297bd42 move daemonized kernel threads into the swapper's session by Oleg Nesterov · 17 years ago
  12. 8520d7c teach set_special_pids() to use struct pid by Oleg Nesterov · 17 years ago
  13. c543f1e wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT by Oleg Nesterov · 17 years ago
  14. 3a515e4 wait_task_continued/zombie: don't use task_pid_nr_ns() lockless by Oleg Nesterov · 17 years ago
  15. f2cc3eb do_wait: fix security checks by Oleg Nesterov · 17 years ago
  16. 96fabbf do_wait: cleanup delay_group_leader() usage by Oleg Nesterov · 17 years ago
  17. 1bad95c wait_task_stopped(): remove unneeded delay_group_leader check by Oleg Nesterov · 17 years ago
  18. 9cbab81 do_wait: factor out "retval != 0" checks by Oleg Nesterov · 17 years ago
  19. ee7c82d wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace by Oleg Nesterov · 17 years ago
  20. 34a1738 kill my_ptrace_child() by Oleg Nesterov · 17 years ago
  21. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 17 years ago
  22. 0a76fe8 do_wait: remove one "else if" branch by Oleg Nesterov · 17 years ago
  23. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 17 years ago
  24. 06c93e8 Remove one useless extern declaration by Pierre Peiffer · 17 years ago
  25. 338077e exit: Use task_is_* by Matthew Wilcox · 17 years ago
  26. e6ceb32 wait_task_stopped(): pass correct exit_code to wait_noreap_copyout() by Scott James Remnant · 17 years ago
  27. c895078 wait_task_stopped(): don't use task_pid_nr_ns() lockless by Oleg Nesterov · 17 years ago
  28. a347422 wait_task_stopped: Check p->exit_state instead of TASK_TRACED by Roland McGrath · 17 years ago
  29. a39bc51 Uninline fork.c/exit.c by Alexey Dobriyan · 17 years ago
  30. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  31. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 17 years ago
  32. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  33. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  34. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  35. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 17 years ago
  36. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 17 years ago
  37. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 17 years ago
  38. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 17 years ago
  39. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  40. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  41. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  42. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  43. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  44. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  45. 42b2dd0 Shrink task_struct if CONFIG_FUTEX=n by Alexey Dobriyan · 17 years ago
  46. 6db840f exec: RT sub-thread can livelock and monopolize CPU on exec by Oleg Nesterov · 17 years ago
  47. 715015e wait_task_stopped/continued: remove unneeded p->signal != NULL check by Oleg Nesterov · 17 years ago
  48. 442a10c wait_task_zombie: don't fight with non-existing race with a dying ptracee by Oleg Nesterov · 17 years ago
  49. 3ae4cba exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting by Oleg Nesterov · 17 years ago
  50. 2f4e6e2 wait_task_zombie: fix 2/3 races vs forget_original_parent() by Oleg Nesterov · 17 years ago
  51. 407af46 wait_task_zombie: remove unneeded child->signal check by Oleg Nesterov · 17 years ago
  52. 84eb646 handle the multi-threaded init's exit() properly by Oleg Nesterov · 17 years ago
  53. d2ee719 pi-futex: set PF_EXITING without taking ->pi_lock by Oleg Nesterov · 17 years ago
  54. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  55. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  56. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  57. f2ab6d8 Assign task_struct.exit_code before taskstats_exit() by Jonathan Lim · 17 years ago
  58. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  59. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  60. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  61. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  62. e18eecb Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE by Jeff Dike · 17 years ago
  63. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  64. e05606d sched: clean up the rt priority macros by Ingo Molnar · 17 years ago
  65. f64f611 sched: remove sched_exit() by Ingo Molnar · 17 years ago
  66. 778e9a9 pi-futex: fix exit races and locking problems by Alexey Kuznetsov · 17 years ago
  67. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 17 years ago
  68. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  69. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  70. 6eaeeab getrusage(): fill ru_inblock and ru_oublock fields if possible by Eric Dumazet · 17 years ago
  71. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  72. 49d769d Change reparent_to_init to reparent_to_kthreadd by Eric W. Biederman · 17 years ago
  73. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  74. 7324328 Return EPERM not ECHILD on security_task_wait failure by Roland McGrath · 17 years ago
  75. 14e9d57 [PATCH] pid: Properly detect orphaned process groups in exit_notify by Eric W. Biederman · 18 years ago
  76. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 18 years ago
  77. 0475ac0 [PATCH] pid: use struct pid for talking about process groups in exitc by Eric W. Biederman · 18 years ago
  78. 04a2e6a [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t by Eric W. Biederman · 18 years ago
  79. 944be0b [PATCH] close_files(): add scheduling point by Ingo Molnar · 18 years ago
  80. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  81. 0f24528 [PATCH] namespaces: fix task exit disaster by Serge E. Hallyn · 18 years ago
  82. 444f378 Revert "[PATCH] namespaces: fix exit race by splitting exit" by Linus Torvalds · 18 years ago
  83. 7a238fc [PATCH] namespaces: fix exit race by splitting exit by Serge E. Hallyn · 18 years ago
  84. 241ceee [PATCH] restore ->pdeath_signal behaviour by Oleg Nesterov · 18 years ago
  85. b2b2cbc [PATCH] Fix reparenting to the same thread group. (take 2) by Eric W. Biederman · 18 years ago
  86. 01b2d93 [PATCH] fdtable: Provide free_fdtable() wrapper by Vadim Lobanov · 18 years ago
  87. 4fd4581 [PATCH] fdtable: Remove the free_files field by Vadim Lobanov · 18 years ago
  88. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  89. 62dfb55 [PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID) by Oleg Nesterov · 18 years ago
  90. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  91. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  92. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  93. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  94. ae424ae [PATCH] make set_special_pids() static by Oleg Nesterov · 18 years ago
  95. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 18 years ago
  96. 115085e [PATCH] taskstats: cleanup do_exit() path by Oleg Nesterov · 18 years ago
  97. 093a8e8 [PATCH] taskstats_tgid_free: fix usage by Oleg Nesterov · 18 years ago
  98. fab413a [PATCH] namespaces: exit_task_namespaces() invalidates nsproxy by Cedric Le Goater · 18 years ago
  99. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  100. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago