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