aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
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
2009-06-19ptrace: wait_task_zombie: do not account traced sub-threadsOleg Nesterov
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsRichard Kennedy
2009-06-18do_wait: fix the theoretical race with stop/trace/contOleg Nesterov
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Oleg Nesterov
2009-06-18do_wait: simplify retval/tsk_result/notask_error messOleg Nesterov
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesOleg Nesterov
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Oleg Nesterov
2009-06-18wait_task_zombie: do not use thread_group_cputime()Oleg Nesterov
2009-06-18ptrace: wait_task_zombie: s/->parent/->real_parent/Oleg Nesterov
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov
2009-06-18ptrace: mm_need_new_owner: use ->real_parent to search in the siblingsOleg Nesterov
2009-06-18allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHANDOleg Nesterov
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-20perf_counter: fix counter freeing logicIngo Molnar
2009-05-17perf_counter: fix threaded task exitIngo Molnar
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra
2009-05-08Merge branch 'master' into nextJames Morris
2009-05-01do_wait: do take security_task_wait() into accountOleg Nesterov