summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] restore ->pdeath_signal behaviourOleg Nesterov2006-12-311-4/+4
* [PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman2006-12-221-15/+22
* [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-221-1/+1
* [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-101-4/+2
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-1/+1
* [PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov2006-12-081-11/+8
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-081-8/+15
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* [PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2006-12-081-1/+1
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-081-9/+10
* [PATCH] make set_special_pids() staticOleg Nesterov2006-12-081-1/+1
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-3/+1
* [PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2006-12-071-6/+2
* [PATCH] taskstats_tgid_free: fix usageOleg Nesterov2006-10-281-0/+1
* [PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater2006-10-021-1/+1
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-4/+0
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-0/+7
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-0/+1
* [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells2006-09-301-0/+1
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-291-1/+1
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-291-4/+2
* [PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2006-09-291-0/+1
* [PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov2006-09-291-3/+1
* [PATCH] exit: fix crash caseAlan Cox2006-09-291-1/+2
* [PATCH] has_stopped_jobs() cleanupRoland McGrath2006-09-291-11/+0
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] Fix unserialized task->files changingKirill Korotaev2006-09-291-0/+12
* [PATCH] eligible_child: remove an obsolete ->tgid checkOleg Nesterov2006-09-021-1/+1
* [PATCH] task delay accounting fixesShailabh Nagar2006-09-011-1/+0
* [PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar2006-07-141-2/+3
* [PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2006-07-141-4/+4
* [PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar2006-07-141-0/+7
* [PATCH] per-task-delay-accounting: setupShailabh Nagar2006-07-141-0/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-16/+19
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-3/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-271-0/+8
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-271-0/+1
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-6/+1
* [PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei2006-06-251-2/+2
* [PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei2006-06-251-1/+3
* [PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard2006-06-251-1/+1
* [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-251-2/+1
* [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-231-3/+2
* [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov2006-06-171-8/+0
* [PATCH] move call of audit_free() into do_exit()Al Viro2006-05-011-0/+3
* [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-1/+1
* [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-111-0/+4
* [PATCH] task: RCU protect task->usageEric W. Biederman2006-03-311-1/+6
* [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-281-1/+2