summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Move "exit_robust_list" into mm_release()Linus Torvalds2008-11-151-9/+0
| |/ / / / |/| | | |
* | | | | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-111-0/+5
|/ / / /
* | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-1/+9
|\ \ \ \
| * | | | tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-1/+9
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-63/+61
|\ \ \ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | timers: fix itimer/many thread hangFrank Mayhar2008-09-141-9/+10
| | |/ / /
| * | / / memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2008-10-161-5/+4
| | |/ / | |/| |
| * | | mm owner: fix race between swapoff and exitBalbir Singh2008-09-291-2/+10
| |/ /
| * | sched: fix process time monotonicityBalbir Singh2008-09-051-3/+3
| * | pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov2008-09-021-44/+34
| * | exit signals: use of uninitialized field notify_countSteve VanDeBogart2008-08-271-2/+2
|/ /
* | tracehook: fix exit_signal=0 caseRoland McGrath2008-08-011-3/+3
* | task IO accounting: improve code readabilityAndrea Righi2008-07-271-27/+3
* | [PATCH] kill altrootAl Viro2008-07-261-2/+0
* | tracehook: deathRoland McGrath2008-07-261-17/+9
* | tracehook: release_taskRoland McGrath2008-07-261-12/+9
* | tracehook: exitRoland McGrath2008-07-261-4/+2
* | task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi2008-07-251-0/+27
* | coredump: kill mm->core_doneOleg Nesterov2008-07-251-1/+7
* | coredump: construct the list of coredumping threads at startup timeOleg Nesterov2008-07-251-3/+12
* | coredump: turn core_state->nr_threads into atomic_tOleg Nesterov2008-07-251-3/+2
* | coredump: move mm->core_waiters into struct core_stateOleg Nesterov2008-07-251-4/+4
* | coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov2008-07-251-1/+1
* | introduce PF_KTHREAD flagOleg Nesterov2008-07-251-1/+1
* | __exit_signal: don't take rcu lockOleg Nesterov2008-07-251-2/+0
* | fix dangling zombie when new parent ignores childrenRoland McGrath2008-07-161-0/+26
* | do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath2008-07-161-10/+20
* | ptrace children revampRoland McGrath2008-07-161-107/+119
* | do_wait reorganizationRoland McGrath2008-07-161-80/+135
* | block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe2008-07-031-0/+1
|/
* 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