summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
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
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov
2009-09-24do_wait() wakeup optimization: shift security_task_wait() from eligible_child...Oleg Nesterov
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan