summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-2/+2
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-081-3/+3
* pid: sys_wait... fixesEric W. Biederman2008-02-081-24/+56
* move the related code from exit_notify() to exit_signals()Oleg Nesterov2008-02-081-18/+0
* fix group stop with exit raceOleg Nesterov2008-02-081-1/+1
* move daemonized kernel threads into the swapper's sessionOleg Nesterov2008-02-081-1/+1
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-081-15/+15
* wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov2008-02-081-4/+0
* wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov2008-02-081-10/+5
* do_wait: fix security checksOleg Nesterov2008-02-081-21/+18
* do_wait: cleanup delay_group_leader() usageOleg Nesterov2008-02-081-13/+4
* wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov2008-02-081-4/+3
* do_wait: factor out "retval != 0" checksOleg Nesterov2008-02-081-8/+4
* wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov2008-02-081-62/+26
* kill my_ptrace_child()Oleg Nesterov2008-02-081-20/+3
* kill PT_ATTACHEDOleg Nesterov2008-02-081-12/+1
* do_wait: remove one "else if" branchOleg Nesterov2008-02-061-3/+1
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-051-1/+2
* Remove one useless extern declarationPierre Peiffer2008-02-031-2/+0
* exit: Use task_is_*Matthew Wilcox2007-12-061-49/+39
* 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
OpenPOWER on IntegriCloud