aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+9
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-63/+61
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-5/+4
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-1/+9
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-2/+10
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-9/+10
2008-09-05sched: fix process time monotonicityBalbir Singh1-3/+3
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov1-44/+34
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart1-2/+2
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath1-3/+3
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-27/+3
2008-07-26[PATCH] kill altrootAl Viro1-2/+0
2008-07-26tracehook: deathRoland McGrath1-17/+9
2008-07-26tracehook: release_taskRoland McGrath1-12/+9
2008-07-26tracehook: exitRoland McGrath1-4/+2
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-0/+27
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-1/+7
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-3/+12
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-3/+2
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-4/+4
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-1/+1
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-1/+1
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov1-2/+0
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath1-0/+26
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath1-10/+20
2008-07-16ptrace children revampRoland McGrath1-107/+119
2008-07-16do_wait reorganizationRoland McGrath1-80/+135
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe1-0/+1
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov1-1/+6
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov1-4/+2
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov1-5/+4
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov1-0/+1
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov1-1/+1
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov1-20/+25
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov1-3/+4
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+83
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-1/+2
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro1-3/+0
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro1-21/+6
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-03-08Fix waitid si_code regressionRoland McGrath1-1/+1
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov1-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov1-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov1-39/+35
2008-02-14Use struct path in fs_structJan Blunck1-8/+4
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-3/+3
2008-02-08pid: sys_wait... fixesEric W. Biederman1-24/+56