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