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