1. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  2. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 17 years ago
  3. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 17 years ago
  4. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 17 years ago
  5. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 17 years ago
  6. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  7. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  8. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  9. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  10. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  11. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  12. 42b2dd0 Shrink task_struct if CONFIG_FUTEX=n by Alexey Dobriyan · 17 years ago
  13. 6db840f exec: RT sub-thread can livelock and monopolize CPU on exec by Oleg Nesterov · 17 years ago
  14. 715015e wait_task_stopped/continued: remove unneeded p->signal != NULL check by Oleg Nesterov · 17 years ago
  15. 442a10c wait_task_zombie: don't fight with non-existing race with a dying ptracee by Oleg Nesterov · 17 years ago
  16. 3ae4cba exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting by Oleg Nesterov · 17 years ago
  17. 2f4e6e2 wait_task_zombie: fix 2/3 races vs forget_original_parent() by Oleg Nesterov · 17 years ago
  18. 407af46 wait_task_zombie: remove unneeded child->signal check by Oleg Nesterov · 17 years ago
  19. 84eb646 handle the multi-threaded init's exit() properly by Oleg Nesterov · 17 years ago
  20. d2ee719 pi-futex: set PF_EXITING without taking ->pi_lock by Oleg Nesterov · 17 years ago
  21. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  22. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  23. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  24. f2ab6d88 Assign task_struct.exit_code before taskstats_exit() by Jonathan Lim · 17 years ago
  25. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  26. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  27. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  28. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  29. e18eecb Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE by Jeff Dike · 17 years ago
  30. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  31. e05606d sched: clean up the rt priority macros by Ingo Molnar · 17 years ago
  32. f64f611 sched: remove sched_exit() by Ingo Molnar · 17 years ago
  33. 778e9a9 pi-futex: fix exit races and locking problems by Alexey Kuznetsov · 17 years ago
  34. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 17 years ago
  35. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  36. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  37. 6eaeeab getrusage(): fill ru_inblock and ru_oublock fields if possible by Eric Dumazet · 17 years ago
  38. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  39. 49d769d Change reparent_to_init to reparent_to_kthreadd by Eric W. Biederman · 17 years ago
  40. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  41. 7324328 Return EPERM not ECHILD on security_task_wait failure by Roland McGrath · 17 years ago
  42. 14e9d57 [PATCH] pid: Properly detect orphaned process groups in exit_notify by Eric W. Biederman · 17 years ago
  43. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 17 years ago
  44. 0475ac0 [PATCH] pid: use struct pid for talking about process groups in exitc by Eric W. Biederman · 17 years ago
  45. 04a2e6a [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t by Eric W. Biederman · 17 years ago
  46. 944be0b [PATCH] close_files(): add scheduling point by Ingo Molnar · 17 years ago
  47. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  48. 0f24528 [PATCH] namespaces: fix task exit disaster by Serge E. Hallyn · 17 years ago
  49. 444f378 Revert "[PATCH] namespaces: fix exit race by splitting exit" by Linus Torvalds · 17 years ago
  50. 7a238fc [PATCH] namespaces: fix exit race by splitting exit by Serge E. Hallyn · 17 years ago
  51. 241ceee [PATCH] restore ->pdeath_signal behaviour by Oleg Nesterov · 17 years ago
  52. b2b2cbc [PATCH] Fix reparenting to the same thread group. (take 2) by Eric W. Biederman · 17 years ago
  53. 01b2d93 [PATCH] fdtable: Provide free_fdtable() wrapper by Vadim Lobanov · 17 years ago
  54. 4fd4581 [PATCH] fdtable: Remove the free_files field by Vadim Lobanov · 18 years ago
  55. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  56. 62dfb55 [PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID) by Oleg Nesterov · 18 years ago
  57. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  58. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  59. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  60. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  61. ae424ae [PATCH] make set_special_pids() static by Oleg Nesterov · 18 years ago
  62. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 18 years ago
  63. 115085e [PATCH] taskstats: cleanup do_exit() path by Oleg Nesterov · 18 years ago
  64. 093a8e8 [PATCH] taskstats_tgid_free: fix usage by Oleg Nesterov · 18 years ago
  65. fab413a [PATCH] namespaces: exit_task_namespaces() invalidates nsproxy by Cedric Le Goater · 18 years ago
  66. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  67. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  68. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  69. 0d67a46 [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6] by David Howells · 18 years ago
  70. c394cc9 [PATCH] introduce TASK_DEAD state by Oleg Nesterov · 18 years ago
  71. 55a101f [PATCH] kill PF_DEAD flag by Oleg Nesterov · 18 years ago
  72. 29b8849 [PATCH] set EXIT_DEAD state in do_exit(), not in schedule() by Oleg Nesterov · 18 years ago
  73. 1c573af [PATCH] reparent_to_init(): use has_rt_policy() by Oleg Nesterov · 18 years ago
  74. 54306cf [PATCH] exit: fix crash case by Alan Cox · 18 years ago
  75. b9ecb2b [PATCH] has_stopped_jobs() cleanup by Roland McGrath · 18 years ago
  76. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  77. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  78. 3b6362b [PATCH] eligible_child: remove an obsolete ->tgid check by Oleg Nesterov · 18 years ago
  79. 35df17c [PATCH] task delay accounting fixes by Shailabh Nagar · 18 years ago
  80. f9fd891 [PATCH] per-task delay accounting taskstats interface: control exit data through cpumasks by Shailabh Nagar · 18 years ago
  81. ad4ecbc [PATCH] delay accounting taskstats interface send tgid once by Shailabh Nagar · 18 years ago
  82. c757249 [PATCH] per-task-delay-accounting: taskstats interface by Shailabh Nagar · 18 years ago
  83. ca74e92 [PATCH] per-task-delay-accounting: setup by Shailabh Nagar · 18 years ago
  84. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  85. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. c87e283 [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support by Ingo Molnar · 18 years ago
  88. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  89. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  90. f6ec29a [PATCH] pacct: avoidance to refer the last thread as a representation of the process by KaiGai Kohei · 18 years ago
  91. 0e46481 [PATCH] pacct: add pacct_struct to fix some pacct bugs. by KaiGai Kohei · 18 years ago
  92. 2aa9258 [PATCH] Link error when futexes are disabled on 64bit architectures by Anton Blanchard · 18 years ago
  93. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 18 years ago
  94. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  95. 30f1e3d [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON() by Oleg Nesterov · 18 years ago
  96. fa84cb9 [PATCH] move call of audit_free() into do_exit() by Al Viro · 18 years ago
  97. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 18 years ago
  98. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 18 years ago
  99. 8c7904a [PATCH] task: RCU protect task->usage by Eric W. Biederman · 18 years ago
  100. a7e5328 [PATCH] cleanup __exit_signal->cleanup_sighand path by Oleg Nesterov · 18 years ago