summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
* signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov2008-05-241-1/+6
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* pids: __set_special_pids: use change_pid() helperOleg Nesterov2008-04-301-4/+2
* ptrace: introduce ptrace_reparented() helperOleg Nesterov2008-04-301-5/+4
* document de_thread() with exit_notify() connectionOleg Nesterov2008-04-301-0/+1
* reparent_thread: use same_thread_group()Oleg Nesterov2008-04-301-1/+1
* ptrace: introduce task_detached() helperOleg Nesterov2008-04-301-20/+25
* signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov2008-04-301-3/+4
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+83
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-281-1/+1
* [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-1/+2
* [PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro2008-04-251-3/+0
* [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro2008-04-221-21/+6
* asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-101-2/+2
* Fix waitid si_code regressionRoland McGrath2008-03-081-1/+1
* exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov2008-03-031-3/+4
* will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov2008-03-031-9/+8
* introduce kill_orphaned_pgrp() helperOleg Nesterov2008-03-031-39/+35
* Use struct path in fs_structJan Blunck2008-02-141-8/+4
* 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