aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier1-0/+6
2007-09-20signalfd simplificationDavide Libenzi1-9/+0
2007-08-31Assign task_struct.exit_code before taskstats_exit()Jonathan Lim1-1/+1
2007-08-03Kill some obsolete sub-thread-ptrace stuffOleg Nesterov1-6/+2
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki1-0/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+6
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-0/+2
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike1-0/+29
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-07-09sched: clean up the rt priority macrosIngo Molnar1-1/+1
2007-07-09sched: remove sched_exit()Ingo Molnar1-1/+0
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov1-1/+23
2007-05-23recalc_sigpending_tsk fixesRoland McGrath1-5/+2
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-0/+9
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-2/+2
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet1-0/+9
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov1-1/+1
2007-05-09Change reparent_to_init to reparent_to_kthreaddEric W. Biederman1-8/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath1-2/+15
2007-03-29[PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman1-1/+1
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman1-2/+2
2007-02-12[PATCH] pid: use struct pid for talking about process groups in exitcEric W. Biederman1-20/+22
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman1-9/+7
2007-02-12[PATCH] close_files(): add scheduling pointIngo Molnar1-1/+3
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-2/+1
2007-01-30[PATCH] namespaces: fix task exit disasterSerge E. Hallyn1-1/+1
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds1-4/+2
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn1-2/+4
2006-12-31[PATCH] restore ->pdeath_signal behaviourOleg Nesterov1-4/+4
2006-12-22[PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman1-15/+22
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov1-1/+1
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov1-4/+2
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-1/+1
2006-12-08[PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-11/+8
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu1-8/+15
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater1-1/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater1-9/+10
2006-12-08[PATCH] make set_special_pids() staticOleg Nesterov1-1/+1
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-3/+1
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov1-6/+2
2006-10-28[PATCH] taskstats_tgid_free: fix usageOleg Nesterov1-0/+1
2006-10-02[PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater1-1/+1
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn1-4/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+7
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan1-0/+1
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells1-0/+1
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov1-1/+1
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov1-4/+2