aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAge
* asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-10
* Fix waitid si_code regressionRoland McGrath2008-03-08
* exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov2008-03-03
* will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov2008-03-03
* introduce kill_orphaned_pgrp() helperOleg Nesterov2008-03-03
* Use struct path in fs_structJan Blunck2008-02-15
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-08
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-08
* pid: sys_wait... fixesEric W. Biederman2008-02-08
* move the related code from exit_notify() to exit_signals()Oleg Nesterov2008-02-08
* fix group stop with exit raceOleg Nesterov2008-02-08
* move daemonized kernel threads into the swapper's sessionOleg Nesterov2008-02-08
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-08
* wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov2008-02-08
* wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov2008-02-08
* do_wait: fix security checksOleg Nesterov2008-02-08
* do_wait: cleanup delay_group_leader() usageOleg Nesterov2008-02-08
* wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov2008-02-08
* do_wait: factor out "retval != 0" checksOleg Nesterov2008-02-08
* wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov2008-02-08
* kill my_ptrace_child()Oleg Nesterov2008-02-08
* kill PT_ATTACHEDOleg Nesterov2008-02-08
* do_wait: remove one "else if" branchOleg Nesterov2008-02-06
* 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