1. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  2. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  3. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  4. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 16 years ago
  5. 2633f0e exit signals: use of uninitialized field notify_count by Steve VanDeBogart · 16 years ago
  6. 5c7edcd tracehook: fix exit_signal=0 case by Roland McGrath · 16 years ago
  7. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  8. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  9. 2b2a1ff tracehook: death by Roland McGrath · 16 years ago
  10. dae3357 tracehook: release_task by Roland McGrath · 16 years ago
  11. 30199f5 tracehook: exit by Roland McGrath · 16 years ago
  12. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  13. a94e2d4 coredump: kill mm->core_done by Oleg Nesterov · 16 years ago
  14. b564daf coredump: construct the list of coredumping threads at startup time by Oleg Nesterov · 16 years ago
  15. c5f1cc8 coredump: turn core_state->nr_threads into atomic_t by Oleg Nesterov · 16 years ago
  16. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  17. 32ecb1f coredump: turn mm->core_startup_done into the pointer to struct core_state by Oleg Nesterov · 16 years ago
  18. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  19. 3854a77 __exit_signal: don't take rcu lock by Oleg Nesterov · 16 years ago
  20. 666f164 fix dangling zombie when new parent ignores children by Roland McGrath · 16 years ago
  21. 14dd0b8 do_wait: return security_task_wait() error code in place of -ECHILD by Roland McGrath · 16 years ago
  22. f470021 ptrace children revamp by Roland McGrath · 16 years ago
  23. 98abed0 do_wait reorganization by Roland McGrath · 16 years ago
  24. da9cbc8 block: blkdev.h cleanup, move iocontext stuff to iocontext.h by Jens Axboe · 16 years ago
  25. da7978b signals: fix sigqueue_free() vs __exit_signal() race by Oleg Nesterov · 16 years ago
  26. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  27. 7d8da09 pids: __set_special_pids: use change_pid() helper by Oleg Nesterov · 16 years ago
  28. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  29. 2800d8d document de_thread() with exit_notify() connection by Oleg Nesterov · 16 years ago
  30. 376e1d2 reparent_thread: use same_thread_group() by Oleg Nesterov · 16 years ago
  31. d839fd4 ptrace: introduce task_detached() helper by Oleg Nesterov · 16 years ago
  32. bfc4b08 signals: do_group_exit(): use signal_group_exit() more consistently by Oleg Nesterov · 16 years ago
  33. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  34. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  35. 3b12538 [PATCH] sanitize unshare_files/reset_files_struct by Al Viro · 16 years ago
  36. fd8328b [PATCH] sanitize handling of shared descriptor tables in failing execve() by Al Viro · 16 years ago
  37. 1ec7f1d [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct() by Al Viro · 16 years ago
  38. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 16 years ago
  39. 6efcae4 Fix waitid si_code regression by Roland McGrath · 16 years ago
  40. 821c7de exit_notify: fix kill_orphaned_pgrp() usage with mt exit by Oleg Nesterov · 16 years ago
  41. 05e83df will_become_orphaned_pgrp: partially fix insufficient ->exit_state check by Oleg Nesterov · 16 years ago
  42. f49ee50 introduce kill_orphaned_pgrp() helper by Oleg Nesterov · 16 years ago
  43. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  44. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 16 years ago
  45. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 16 years ago
  46. 161550d pid: sys_wait... fixes by Eric W. Biederman · 16 years ago
  47. 5dee170 move the related code from exit_notify() to exit_signals() by Oleg Nesterov · 16 years ago
  48. d12619b fix group stop with exit race by Oleg Nesterov · 16 years ago
  49. 297bd42 move daemonized kernel threads into the swapper's session by Oleg Nesterov · 16 years ago
  50. 8520d7c teach set_special_pids() to use struct pid by Oleg Nesterov · 16 years ago
  51. c543f1e wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT by Oleg Nesterov · 16 years ago
  52. 3a515e4 wait_task_continued/zombie: don't use task_pid_nr_ns() lockless by Oleg Nesterov · 16 years ago
  53. f2cc3eb do_wait: fix security checks by Oleg Nesterov · 16 years ago
  54. 96fabbf do_wait: cleanup delay_group_leader() usage by Oleg Nesterov · 16 years ago
  55. 1bad95c wait_task_stopped(): remove unneeded delay_group_leader check by Oleg Nesterov · 16 years ago
  56. 9cbab81 do_wait: factor out "retval != 0" checks by Oleg Nesterov · 16 years ago
  57. ee7c82d wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace by Oleg Nesterov · 16 years ago
  58. 34a1738 kill my_ptrace_child() by Oleg Nesterov · 16 years ago
  59. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  60. 0a76fe8 do_wait: remove one "else if" branch by Oleg Nesterov · 16 years ago
  61. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 16 years ago
  62. 06c93e8 Remove one useless extern declaration by Pierre Peiffer · 16 years ago
  63. 338077e exit: Use task_is_* by Matthew Wilcox · 17 years ago
  64. e6ceb32 wait_task_stopped(): pass correct exit_code to wait_noreap_copyout() by Scott James Remnant · 17 years ago
  65. c895078 wait_task_stopped(): don't use task_pid_nr_ns() lockless by Oleg Nesterov · 17 years ago
  66. a347422 wait_task_stopped: Check p->exit_state instead of TASK_TRACED by Roland McGrath · 17 years ago
  67. a39bc51 Uninline fork.c/exit.c by Alexey Dobriyan · 17 years ago
  68. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  69. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 17 years ago
  70. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  71. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  72. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  73. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 17 years ago
  74. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 17 years ago
  75. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 17 years ago
  76. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 17 years ago
  77. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  78. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  79. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  80. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  81. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  82. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  83. 42b2dd0 Shrink task_struct if CONFIG_FUTEX=n by Alexey Dobriyan · 17 years ago
  84. 6db840f exec: RT sub-thread can livelock and monopolize CPU on exec by Oleg Nesterov · 17 years ago
  85. 715015e wait_task_stopped/continued: remove unneeded p->signal != NULL check by Oleg Nesterov · 17 years ago
  86. 442a10c wait_task_zombie: don't fight with non-existing race with a dying ptracee by Oleg Nesterov · 17 years ago
  87. 3ae4cba exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting by Oleg Nesterov · 17 years ago
  88. 2f4e6e2 wait_task_zombie: fix 2/3 races vs forget_original_parent() by Oleg Nesterov · 17 years ago
  89. 407af46 wait_task_zombie: remove unneeded child->signal check by Oleg Nesterov · 17 years ago
  90. 84eb646 handle the multi-threaded init's exit() properly by Oleg Nesterov · 17 years ago
  91. d2ee719 pi-futex: set PF_EXITING without taking ->pi_lock by Oleg Nesterov · 17 years ago
  92. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  93. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  94. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  95. f2ab6d88 Assign task_struct.exit_code before taskstats_exit() by Jonathan Lim · 17 years ago
  96. 2472844 Kill some obsolete sub-thread-ptrace stuff by Oleg Nesterov · 17 years ago
  97. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  98. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  99. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  100. e18eecb Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE by Jeff Dike · 17 years ago