summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2007-08-31Assign task_struct.exit_code before taskstats_exit()Jonathan Lim
2007-08-03Kill some obsolete sub-thread-ptrace stuffOleg Nesterov
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh
2007-07-09sched: clean up the rt priority macrosIngo Molnar
2007-07-09sched: remove sched_exit()Ingo Molnar
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov
2007-05-23recalc_sigpending_tsk fixesRoland McGrath
2007-05-11signal/timer/event: signalfd coreDavide Libenzi
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov
2007-05-09Change reparent_to_init to reparent_to_kthreaddEric W. Biederman
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath
2007-03-29[PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman
2007-02-12[PATCH] pid: use struct pid for talking about process groups in exitcEric W. Biederman
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman
2007-02-12[PATCH] close_files(): add scheduling pointIngo Molnar
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2007-01-30[PATCH] namespaces: fix task exit disasterSerge E. Hallyn
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn
2006-12-31[PATCH] restore ->pdeath_signal behaviourOleg Nesterov
2006-12-22[PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-08[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater
2006-12-08[PATCH] make set_special_pids() staticOleg Nesterov
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov
2006-10-28[PATCH] taskstats_tgid_free: fix usageOleg Nesterov
2006-10-02[PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov
2006-09-29[PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov