aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov1-2/+1
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-05signal: re-add dead task accumulation stats.Peter Zijlstra1-0/+3
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-8/+9
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-14/+7
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-4/+3
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-4/+4
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+3
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-4/+1
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins1-10/+6
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar1-36/+46
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-29Do not free io context when taking recursive faults in do_exitNikanth Karthikesan1-2/+0
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/coreIngo Molnar1-1/+1
2008-11-23tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker1-2/+0
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar1-2/+0
2008-11-23tracing/function-return-tracer: store return stack into task_struct and allocate it dynamicallyFrederic Weisbecker1-1/+4
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-9/+0
2008-11-18Merge branch 'master' into nextJames Morris1-9/+0
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov1-1/+1
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+4
2008-11-15Move "exit_robust_list" into mm_release()Linus Torvalds1-9/+0
2008-11-14Merge branch 'master' into nextJames Morris1-0/+5
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-4/+5
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-5/+9
2008-11-14CRED: Separate task security context from task_structDavid Howells1-5/+5
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lockOleg Nesterov1-0/+5
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+9
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-63/+61
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-5/+4
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar1-256/+358
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-1/+9