Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[safe/jmp/linux-2.6] / kernel / exit.c
2008-10-20 Linus TorvaldsMerge branch 'tracing-v28-for-linus' of git://git....
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-16 Balbir Singhmemrlimit: cgroup mm owner callback changes to add...
2008-10-14 Mathieu Desnoyerstracing, sched: LTTng instrumentation - scheduler
2008-09-29 Balbir Singhmm owner: fix race between swapoff and exit
2008-09-14 Frank Mayhartimers: fix itimer/many thread hang
2008-09-05 Balbir Singhsched: fix process time monotonicity
2008-09-03 Oleg Nesterovpid_ns: (BUG 11391) change ->child_reaper when init...
2008-08-27 Steve VanDeBogartexit signals: use of uninitialized field notify_count
2008-08-01 Roland McGrathtracehook: fix exit_signal=0 case
2008-07-27 Andrea Righitask IO accounting: improve code readability
2008-07-27 Al Viro[PATCH] kill altroot
2008-07-26 Roland McGrathtracehook: death
2008-07-26 Roland McGrathtracehook: release_task
2008-07-26 Roland McGrathtracehook: exit
2008-07-25 Andrea Righitask IO accounting: provide distinct tgid/tid I/O stati...
2008-07-25 Oleg Nesterovcoredump: kill mm->core_done
2008-07-25 Oleg Nesterovcoredump: construct the list of coredumping threads...
2008-07-25 Oleg Nesterovcoredump: turn core_state->nr_threads into atomic_t
2008-07-25 Oleg Nesterovcoredump: move mm->core_waiters into struct core_state
2008-07-25 Oleg Nesterovcoredump: turn mm->core_startup_done into the pointer...
2008-07-25 Oleg Nesterovintroduce PF_KTHREAD flag
2008-07-25 Oleg Nesterov__exit_signal: don't take rcu lock
2008-07-17 Roland McGrathfix dangling zombie when new parent ignores children
2008-07-17 Roland McGrathdo_wait: return security_task_wait() error code in...
2008-07-17 Roland McGrathptrace children revamp
2008-07-17 Roland McGrathdo_wait reorganization
2008-07-03 Jens Axboeblock: blkdev.h cleanup, move iocontext stuff to iocont...
2008-05-24 Oleg Nesterovsignals: fix sigqueue_free() vs __exit_signal() race
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Oleg Nesterovpids: __set_special_pids: use change_pid() helper
2008-04-30 Oleg Nesterovptrace: introduce ptrace_reparented() helper
2008-04-30 Oleg Nesterovdocument de_thread() with exit_notify() connection
2008-04-30 Oleg Nesterovreparent_thread: use same_thread_group()
2008-04-30 Oleg Nesterovptrace: introduce task_detached() helper
2008-04-30 Oleg Nesterovsignals: do_group_exit(): use signal_group_exit() more...
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-28 Lee Schermerhornmempolicy: rename mpol_free to mpol_put
2008-04-25 Al Viro[PATCH] sanitize unshare_files/reset_files_struct
2008-04-25 Al Viro[PATCH] sanitize handling of shared descriptor tables...
2008-04-22 Al Viro[PATCH] get rid of __exit_files(), __exit_fs() and...
2008-04-11 Roland McGrathasmlinkage_protect replaces prevent_tail_call
2008-03-08 Roland McGrathFix waitid si_code regression
2008-03-03 Oleg Nesterovexit_notify: fix kill_orphaned_pgrp() usage with mt...
2008-03-03 Oleg Nesterovwill_become_orphaned_pgrp: partially fix insufficient...
2008-03-03 Oleg Nesterovintroduce kill_orphaned_pgrp() helper
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-08 Eric W. Biedermanpid: sys_wait... fixes
2008-02-08 Oleg Nesterovmove the related code from exit_notify() to exit_signals()
2008-02-08 Oleg Nesterovfix group stop with exit race
2008-02-08 Oleg Nesterovmove daemonized kernel threads into the swapper's session
2008-02-08 Oleg Nesterovteach set_special_pids() to use struct pid
2008-02-08 Oleg Nesterovwait_task_zombie: remove ->exit_state/exit_signal check...
2008-02-08 Oleg Nesterovwait_task_continued/zombie: don't use task_pid_nr_ns...
2008-02-08 Oleg Nesterovdo_wait: fix security checks
2008-02-08 Oleg Nesterovdo_wait: cleanup delay_group_leader() usage
2008-02-08 Oleg Nesterovwait_task_stopped(): remove unneeded delay_group_leader...
2008-02-08 Oleg Nesterovdo_wait: factor out "retval != 0" checks
2008-02-08 Oleg Nesterovwait_task_stopped: simplify and fix races with SIGCONT...
2008-02-08 Oleg Nesterovkill my_ptrace_child()
2008-02-08 Oleg Nesterovkill PT_ATTACHED
2008-02-06 Oleg Nesterovdo_wait: remove one "else if" branch
2008-02-05 Oleg Nesterovexec: rework the group exit and fix the race with kill
2008-02-03 Pierre PeifferRemove one useless extern declaration
2007-12-06 Matthew Wilcoxexit: Use task_is_*
2007-11-29 Scott James Remnantwait_task_stopped(): pass correct exit_code to wait_nor...
2007-11-29 Oleg Nesterovwait_task_stopped(): don't use task_pid_nr_ns() lockless
2007-11-15 Roland McGrathwait_task_stopped: Check p->exit_state instead of TASK_...
2007-10-19 Alexey DobriyanUninline fork.c/exit.c
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Pavel EmelyanovIsolate the explicit usage of signal->pgrp
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Sukadev Bhattiprolupid namespaces: destroy pid namespace on init's death
2007-10-19 Pavel Emelyanovpid namespaces: prepare proc_flust_task() to flush...
2007-10-19 Pavel Emelyanovpid namespaces: move exit_task_namespaces()
2007-10-19 Oleg Nesterovpid namespaces: rework forget_original_parent()
2007-10-19 Daniel Walkerwhitespace fixes: task exit handling
2007-10-19 Matthias Kaehlckekernel/exit.c: Use list_for_each_entry(_safe) instead...
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19 Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19 Sukadev Bhattiprolupid namespaces: rename child_reaper() function
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-10-19 Paul MenageTask Control Groups: make cpusets a client of cgroups
2007-10-19 Paul MenageTask Control Groups: add fork()/exit() hooks
2007-10-17 Alexey DobriyanShrink task_struct if CONFIG_FUTEX=n
2007-10-17 Oleg Nesterovexec: RT sub-thread can livelock and monopolize CPU...
2007-10-17 Oleg Nesterovwait_task_stopped/continued: remove unneeded p->signal...
2007-10-17 Oleg Nesterovwait_task_zombie: don't fight with non-existing race...
2007-10-17 Oleg Nesterovexit_notify: don't take tasklist for TIF_SIGPENDING...
2007-10-17 Oleg Nesterovwait_task_zombie: fix 2/3 races vs forget_original_parent()
2007-10-17 Oleg Nesterovwait_task_zombie: remove unneeded child->signal check
2007-10-17 Oleg Nesterovhandle the multi-threaded init's exit() properly
2007-10-17 Oleg Nesterovpi-futex: set PF_EXITING without taking ->pi_lock
2007-10-17 Jesper JuhlClean up duplicate includes in kernel/
2007-10-15 Laurent Viviersched: guest CPU accounting: add guest-CPU /proc/<pid...
2007-09-20 Davide Libenzisignalfd simplification
2007-08-31 Jonathan LimAssign task_struct.exit_code before taskstats_exit()
2007-08-03 Oleg NesterovKill some obsolete sub-thread-ptrace stuff
next