aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAge
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-05
* Remove one useless extern declarationPierre Peiffer2008-02-03
* exit: Use task_is_*Matthew Wilcox2007-12-06
* wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant2007-11-29
* wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov2007-11-29
* wait_task_stopped: Check p->exit_state instead of TASK_TRACEDRoland McGrath2007-11-15
* Uninline fork.c/exit.cAlexey Dobriyan2007-10-19
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* Isolate the explicit usage of signal->pgrpPavel Emelyanov2007-10-19
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2007-10-19
* pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-19
* pid namespaces: move exit_task_namespaces()Pavel Emelyanov2007-10-19
* pid namespaces: rework forget_original_parent()Oleg Nesterov2007-10-19
* whitespace fixes: task exit handlingDaniel Walker2007-10-19
* kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)Matthias Kaehlcke2007-10-19
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-19
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-19
* pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2007-10-19
* pid namespaces: round up the APIPavel Emelianov2007-10-19
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-19
* Task Control Groups: add fork()/exit() hooksPaul Menage2007-10-19
* Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan2007-10-17
* exec: RT sub-thread can livelock and monopolize CPU on execOleg Nesterov2007-10-17
* wait_task_stopped/continued: remove unneeded p->signal != NULL checkOleg Nesterov2007-10-17
* wait_task_zombie: don't fight with non-existing race with a dying ptraceeOleg Nesterov2007-10-17
* exit_notify: don't take tasklist for TIF_SIGPENDING re-targetingOleg Nesterov2007-10-17
* wait_task_zombie: fix 2/3 races vs forget_original_parent()Oleg Nesterov2007-10-17
* wait_task_zombie: remove unneeded child->signal checkOleg Nesterov2007-10-17
* handle the multi-threaded init's exit() properlyOleg Nesterov2007-10-17
* pi-futex: set PF_EXITING without taking ->pi_lockOleg Nesterov2007-10-17
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-17
* sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2007-10-15
* signalfd simplificationDavide Libenzi2007-09-20
* Assign task_struct.exit_code before taskstats_exit()Jonathan Lim2007-08-31
* Kill some obsolete sub-thread-ptrace stuffOleg Nesterov2007-08-03
* Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki2007-07-19
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* Audit: add TTY input auditingMiloslav Trmac2007-07-16
* Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike2007-07-16
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-09
* sched: clean up the rt priority macrosIngo Molnar2007-07-09
* sched: remove sched_exit()Ingo Molnar2007-07-09
* pi-futex: fix exit races and locking problemsAlexey Kuznetsov2007-06-08
* recalc_sigpending_tsk fixesRoland McGrath2007-05-23
* signal/timer/event: signalfd coreDavide Libenzi2007-05-11
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-11
* getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet2007-05-11
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-09
* Change reparent_to_init to reparent_to_kthreaddEric W. Biederman2007-05-09