aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-07perf_events: Move code around to prepare for cgroupStephane Eranian
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-02do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage
2010-11-05posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2010-10-27exit: add lock context annotation on find_new_reaper()Namhyung Kim
2010-10-26oom: add per-mm oom disable countYing Han
2010-09-09perf: Fix up delayed_put_task_struct()Peter Zijlstra
2010-08-17Fix unprotected access to task credentials in waitid()Daniel J Blueman
2010-08-11ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseOleg Nesterov
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov
2010-05-27exit: exit_notify() can trust signal->notify_count < 0Oleg Nesterov
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-06kernel/exit.c: fix shadows sparse warningThiago Farina
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-11tty: Move the leader test in disassociateAlan Cox
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-10-29connector: fix regression introduced by sid connectorChristian Borntraeger
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24wait_noreap_copyout(): check for ->wo_info != NULLVitaly Mayatskikh
2009-09-24do_wait: fix sys_waitid()-specific behaviourVitaly Mayatskikh
2009-09-24wait_consider_task: kill "parent" argumentOleg Nesterov
2009-09-24do_wait-wakeup-optimization: simplify task_pid_type()Oleg Nesterov
2009-09-24do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usageOleg Nesterov
2009-09-24do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD caseOleg Nesterov