aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2008-07-27task IO accounting: improve code readabilityAndrea Righi
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: exitRoland McGrath
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi
2008-07-25coredump: kill mm->core_doneOleg Nesterov
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov
2008-07-25introduce PF_KTHREAD flagOleg Nesterov
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath
2008-07-16ptrace children revampRoland McGrath
2008-07-16do_wait reorganizationRoland McGrath
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath
2008-03-08Fix waitid si_code regressionRoland McGrath
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov
2008-02-14Use struct path in fs_structJan Blunck
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-08pid: sys_wait... fixesEric W. Biederman
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov
2008-02-08fix group stop with exit raceOleg Nesterov
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov
2008-02-08do_wait: fix security checksOleg Nesterov
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov