summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
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
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers
2008-11-15Move "exit_robust_list" into mm_release()Linus Torvalds
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-09-05sched: fix process time monotonicityBalbir Singh
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart
2008-08-01tracehook: fix exit_signal=0 caseRoland McGrath
2008-07-27task IO accounting: improve code readabilityAndrea Righi
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: exitRoland McGrath
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi
2008-07-25coredump: kill mm->core_doneOleg Nesterov
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov
2008-07-25introduce PF_KTHREAD flagOleg Nesterov
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath
2008-07-16ptrace children revampRoland McGrath
2008-07-16do_wait reorganizationRoland McGrath
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe
2008-05-26stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov