aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-19ptrace: wait_task_zombie: do not account traced sub-threadsOleg Nesterov1-2/+5
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsRichard Kennedy1-1/+1
2009-06-18do_wait: fix the theoretical race with stop/trace/contOleg Nesterov1-2/+2
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Oleg Nesterov1-3/+1
2009-06-18do_wait: simplify retval/tsk_result/notask_error messOleg Nesterov1-12/+8
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesOleg Nesterov1-97/+110
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Oleg Nesterov1-6/+4
2009-06-18wait_task_zombie: do not use thread_group_cputime()Oleg Nesterov1-10/+6
2009-06-18ptrace: wait_task_zombie: s/->parent/->real_parent/Oleg Nesterov1-4/+4
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov1-3/+3
2009-06-18ptrace: mm_need_new_owner: use ->real_parent to search in the siblingsOleg Nesterov1-1/+1
2009-06-18allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHANDOleg Nesterov1-10/+9
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+12
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-5/+1
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-1/+2
2009-05-20perf_counter: fix counter freeing logicIngo Molnar1-12/+7
2009-05-17perf_counter: fix threaded task exitIngo Molnar1-6/+7
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra1-0/+6
2009-05-08Merge branch 'master' into nextJames Morris1-178/+72
2009-05-01do_wait: do take security_task_wait() into accountOleg Nesterov1-0/+1
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-4/+0
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar1-0/+2
2009-04-07Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar1-2/+1
2009-04-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov1-2/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-176/+69
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar1-176/+69
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-30/+2
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov1-7/+3
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov1-1/+1
2009-04-02forget_original_parent: do not abuse child->ptrace_entryOleg Nesterov1-46/+41
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov1-89/+6
2009-04-02reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLDOleg Nesterov1-5/+17
2009-04-02reparent_thread: fix the "is it traced" checkOleg Nesterov1-1/+1
2009-04-02reparent_thread: don't call kill_orphaned_pgrp() if task_detached()Oleg Nesterov1-4/+4
2009-04-02ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit()Oleg Nesterov1-29/+33
2009-04-02ptrace: simplify ptrace_exit()->ignoring_children() pathOleg Nesterov1-17/+8
2009-04-02do_wait: fix waiting for the group stop with the dead leaderOleg Nesterov1-12/+18
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-30/+1
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner1-0/+2
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-0/+3
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+3
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra1-0/+3
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-4/+1
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-8/+9
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-8/+9