summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorLines
2007-11-29wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant-1/+1
2007-11-29wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov-5/+4
2007-11-15wait_task_stopped: Check p->exit_state instead of TASK_TRACEDRoland McGrath-2/+1
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan-3/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov-1/+1
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-11/+20
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu-1/+26
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov-1/+1
2007-10-19pid namespaces: move exit_task_namespaces()Pavel Emelyanov-1/+1
2007-10-19pid namespaces: rework forget_original_parent()Oleg Nesterov-18/+21
2007-10-19whitespace fixes: task exit handlingDaniel Walker-2/+2
2007-10-19kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)Matthias Kaehlcke-13/+6
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov-3/+4
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu-2/+2
2007-10-19pid namespaces: round up the APIPavel Emelianov-5/+5
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage-2/+0
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage-0/+2
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan-1/+5
2007-10-17exec: RT sub-thread can livelock and monopolize CPU on execOleg Nesterov-3/+7
2007-10-17wait_task_stopped/continued: remove unneeded p->signal != NULL checkOleg Nesterov-4/+1
2007-10-17wait_task_zombie: don't fight with non-existing race with a dying ptraceeOleg Nesterov-7/+0
2007-10-17exit_notify: don't take tasklist for TIF_SIGPENDING re-targetingOleg Nesterov-4/+1
2007-10-17wait_task_zombie: fix 2/3 races vs forget_original_parent()Oleg Nesterov-24/+21
2007-10-17wait_task_zombie: remove unneeded child->signal checkOleg Nesterov-1/+1
2007-10-17handle the multi-threaded init's exit() properlyOleg Nesterov-20/+11
2007-10-17pi-futex: set PF_EXITING without taking ->pi_lockOleg Nesterov-3/+3
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl-1/+0
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier-0/+6
2007-09-20signalfd simplificationDavide Libenzi-9/+0
2007-08-31Assign task_struct.exit_code before taskstats_exit()Jonathan Lim-1/+1
2007-08-03Kill some obsolete sub-thread-ptrace stuffOleg Nesterov-6/+2
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki-0/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+6
2007-07-16Audit: add TTY input auditingMiloslav Trmac-0/+2
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike-0/+29
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh-1/+1
2007-07-09sched: clean up the rt priority macrosIngo Molnar-1/+1
2007-07-09sched: remove sched_exit()Ingo Molnar-1/+0
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov-1/+23
2007-05-23recalc_sigpending_tsk fixesRoland McGrath-5/+2
2007-05-11signal/timer/event: signalfd coreDavide Libenzi-0/+9
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu-2/+2
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet-0/+9
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov-1/+1
2007-05-09Change reparent_to_init to reparent_to_kthreaddEric W. Biederman-8/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath-2/+15
2007-03-29[PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman-1/+1