aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-01tracehook: fix exit_signal=0 caseGravatar Roland McGrath 1-3/+3
2008-07-27task IO accounting: improve code readabilityGravatar Andrea Righi 1-27/+3
2008-07-26[PATCH] kill altrootGravatar Al Viro 1-2/+0
2008-07-26tracehook: deathGravatar Roland McGrath 1-17/+9
2008-07-26tracehook: release_taskGravatar Roland McGrath 1-12/+9
2008-07-26tracehook: exitGravatar Roland McGrath 1-4/+2
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsGravatar Andrea Righi 1-0/+27
2008-07-25coredump: kill mm->core_doneGravatar Oleg Nesterov 1-1/+7
2008-07-25coredump: construct the list of coredumping threads at startup timeGravatar Oleg Nesterov 1-3/+12
2008-07-25coredump: turn core_state->nr_threads into atomic_tGravatar Oleg Nesterov 1-3/+2
2008-07-25coredump: move mm->core_waiters into struct core_stateGravatar Oleg Nesterov 1-4/+4
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateGravatar Oleg Nesterov 1-1/+1
2008-07-25introduce PF_KTHREAD flagGravatar Oleg Nesterov 1-1/+1
2008-07-25__exit_signal: don't take rcu lockGravatar Oleg Nesterov 1-2/+0
2008-07-16fix dangling zombie when new parent ignores childrenGravatar Roland McGrath 1-0/+26
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDGravatar Roland McGrath 1-10/+20
2008-07-16ptrace children revampGravatar Roland McGrath 1-107/+119
2008-07-16do_wait reorganizationGravatar Roland McGrath 1-80/+135
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hGravatar Jens Axboe 1-0/+1
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceGravatar Oleg Nesterov 1-1/+6
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-30pids: __set_special_pids: use change_pid() helperGravatar Oleg Nesterov 1-4/+2
2008-04-30ptrace: introduce ptrace_reparented() helperGravatar Oleg Nesterov 1-5/+4
2008-04-30document de_thread() with exit_notify() connectionGravatar Oleg Nesterov 1-0/+1
2008-04-30reparent_thread: use same_thread_group()Gravatar Oleg Nesterov 1-1/+1
2008-04-30ptrace: introduce task_detached() helperGravatar Oleg Nesterov 1-20/+25
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyGravatar Oleg Nesterov 1-3/+4
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 1-0/+83
2008-04-28mempolicy: rename mpol_free to mpol_putGravatar Lee Schermerhorn 1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structGravatar Al Viro 1-1/+2
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Gravatar Al Viro 1-3/+0
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Gravatar Al Viro 1-21/+6
2008-04-10asmlinkage_protect replaces prevent_tail_callGravatar Roland McGrath 1-2/+2
2008-03-08Fix waitid si_code regressionGravatar Roland McGrath 1-1/+1
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitGravatar Oleg Nesterov 1-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkGravatar Oleg Nesterov 1-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperGravatar Oleg Nesterov 1-39/+35
2008-02-14Use struct path in fs_structGravatar Jan Blunck 1-8/+4
2008-02-08kernel: remove fastcall in kernel/*Gravatar Harvey Harrison 1-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsGravatar Pavel Emelyanov 1-3/+3
2008-02-08pid: sys_wait... fixesGravatar Eric W. Biederman 1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Gravatar Oleg Nesterov 1-18/+0
2008-02-08fix group stop with exit raceGravatar Oleg Nesterov 1-1/+1
2008-02-08move daemonized kernel threads into the swapper's sessionGravatar Oleg Nesterov 1-1/+1
2008-02-08teach set_special_pids() to use struct pidGravatar Oleg Nesterov 1-15/+15
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITGravatar Oleg Nesterov 1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessGravatar Oleg Nesterov 1-10/+5
2008-02-08do_wait: fix security checksGravatar Oleg Nesterov 1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageGravatar Oleg Nesterov 1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkGravatar Oleg Nesterov 1-4/+3