aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar
2009-04-07Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov
2009-04-02forget_original_parent: do not abuse child->ptrace_entryOleg Nesterov
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov
2009-04-02reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLDOleg Nesterov
2009-04-02reparent_thread: fix the "is it traced" checkOleg Nesterov
2009-04-02reparent_thread: don't call kill_orphaned_pgrp() if task_detached()Oleg Nesterov
2009-04-02ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit()Oleg Nesterov
2009-04-02ptrace: simplify ptrace_exit()->ignoring_children() pathOleg Nesterov
2009-04-02do_wait: fix waiting for the group stop with the dead leaderOleg Nesterov
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar
2009-02-13Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2008-12-29Do not free io context when taking recursive faults in do_exitNikanth Karthikesan
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-23perfcounters: pull inherited countersIngo Molnar
2008-12-23perfcounters: fix task clock counterIngo Molnar
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar
2008-11-23tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2008-11-18Merge branch 'master' into nextJames Morris