summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorLines
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath-2/+2
2008-03-08Fix waitid si_code regressionRoland McGrath-1/+1
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov-39/+35
2008-02-14Use struct path in fs_structJan Blunck-8/+4
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov-3/+3
2008-02-08pid: sys_wait... fixesEric W. Biederman-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov-18/+0
2008-02-08fix group stop with exit raceOleg Nesterov-1/+1
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov-1/+1
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov-15/+15
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov-10/+5
2008-02-08do_wait: fix security checksOleg Nesterov-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov-4/+3
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov-62/+26
2008-02-08kill my_ptrace_child()Oleg Nesterov-20/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov-12/+1
2008-02-06do_wait: remove one "else if" branchOleg Nesterov-3/+1
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov-1/+2
2008-02-03Remove one useless extern declarationPierre Peiffer-2/+0
2007-12-06exit: Use task_is_*Matthew Wilcox-49/+39
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