aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAge
* 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
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* Return EPERM not ECHILD on security_task_wait failureRoland McGrath2007-05-07
* [PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman2007-03-29
* [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman2007-02-12
* [PATCH] pid: use struct pid for talking about process groups in exitcEric W. Biederman2007-02-12
* [PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman2007-02-12
* [PATCH] close_files(): add scheduling pointIngo Molnar2007-02-12
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-30
* Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-30
* [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-30
* [PATCH] restore ->pdeath_signal behaviourOleg Nesterov2006-12-31
* [PATCH] Fix reparenting to the same thread group. (take 2)Eric W. Biederman2006-12-22
* [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-22
* [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-10
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-10
* [PATCH] session_of_pgrp: kill unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov2006-12-08
* [PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu2006-12-08
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-08
* [PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2006-12-08
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-08
* [PATCH] make set_special_pids() staticOleg Nesterov2006-12-08