aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-1/+9
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-2/+10
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-9/+10
2008-09-05sched: fix process time monotonicityBalbir Singh1-3/+3
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov1-44/+34
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart1-2/+2
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath1-3/+3
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-27/+3
2008-07-26[PATCH] kill altrootAl Viro1-2/+0
2008-07-26tracehook: deathRoland McGrath1-17/+9
2008-07-26tracehook: release_taskRoland McGrath1-12/+9
2008-07-26tracehook: exitRoland McGrath1-4/+2
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-0/+27
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-1/+7
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-3/+12
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-3/+2
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-4/+4
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-1/+1
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-1/+1
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov1-2/+0
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath1-0/+26
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath1-10/+20
2008-07-16ptrace children revampRoland McGrath1-107/+119
2008-07-16do_wait reorganizationRoland McGrath1-80/+135