aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Fix unprotected access to task credentials in waitid()Gravatar Daniel J Blueman 1-3/+2
2010-08-11ptrace: optimize exit_ptrace() for the likely caseGravatar Oleg Nesterov 1-2/+5
2010-05-27proc: turn signal_struct->count into "int nr_threads"Gravatar Oleg Nesterov 1-4/+1
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Gravatar Oleg Nesterov 1-1/+0
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyGravatar Oleg Nesterov 1-6/+6
2010-05-27signals: kill the awful task_rq_unlock_wait() hackGravatar Oleg Nesterov 1-5/+0
2010-05-27signals: clear signal->tty when the last thread exitsGravatar Oleg Nesterov 1-1/+4
2010-05-27signals: make task_struct->signal immutable/refcountableGravatar Oleg Nesterov 1-3/+0
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Gravatar Oleg Nesterov 1-0/+1
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseGravatar Oleg Nesterov 1-2/+3
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationGravatar Oleg Nesterov 1-1/+1
2010-05-27exit: exit_notify() can trust signal->notify_count < 0Gravatar Oleg Nesterov 1-5/+2
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-0/+2
2010-04-15Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-1/+2
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()Gravatar KAMEZAWA Hiroyuki 1-1/+2
2010-04-02sched: Remove remaining USER_SCHED codeGravatar Li Zefan 1-1/+0
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2010-03-06kernel/exit.c: fix shadows sparse warningGravatar Thiago Farina 1-1/+1
2010-03-06mm: avoid false sharing of mm_counterGravatar KAMEZAWA Hiroyuki 1-1/+2
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockGravatar Paul E. McKenney 1-1/+1
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-3/+11
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listGravatar Oleg Nesterov 1-19/+17
2009-12-14sched: Convert pi_lock to raw_spinlockGravatar Thomas Gleixner 1-1/+1
2009-12-11tty: Move the leader test in disassociateGravatar Alan Cox 1-1/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+13
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOGravatar Louis Rilling 1-1/+1
2009-12-02sched, cputime: Introduce thread_group_times()Gravatar Hidetoshi Seto 1-11/+12
2009-11-26sched: Remove task_{u,s,g}time()Gravatar Hidetoshi Seto 1-1/+1
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairGravatar Hidetoshi Seto 1-2/+5
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreGravatar Ingo Molnar 1-0/+5
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsGravatar Frederic Weisbecker 1-0/+5
2009-10-29connector: fix regression introduced by sid connectorGravatar Christian Borntraeger 1-3/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2009-10-06futex: Move exit_pi_state() call to release_mm()Gravatar Thomas Gleixner 1-2/+0
2009-09-24task_struct cleanup: move binfmt field to mm_structGravatar Hiroshi Shimamoto 1-2/+0
2009-09-24wait_noreap_copyout(): check for ->wo_info != NULLGravatar Vitaly Mayatskikh 1-12/+14
2009-09-24do_wait: fix sys_waitid()-specific behaviourGravatar Vitaly Mayatskikh 1-26/+23
2009-09-24wait_consider_task: kill "parent" argumentGravatar Oleg Nesterov 1-4/+4
2009-09-24do_wait-wakeup-optimization: simplify task_pid_type()Gravatar Oleg Nesterov 1-8/+6
2009-09-24do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usageGravatar Oleg Nesterov 1-6/+9
2009-09-24do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD caseGravatar Oleg Nesterov 1-0/+3
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupGravatar Oleg Nesterov 1-4/+21
2009-09-24do_wait() wakeup optimization: shift security_task_wait() from eligible_child...Gravatar Oleg Nesterov 1-6/+1
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeGravatar Oleg Nesterov 1-0/+5
2009-09-23getrusage: fill ru_maxrss valueGravatar Jiri Pirko 1-0/+6
2009-09-23proc connector: add event for process becoming session leaderGravatar Scott James Remnant 1-1/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-4/+4
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-0/+4