aboutsummaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04memcg: optimize the "Search everything else" loop in mm_update_next_owner()Gravatar Oleg Nesterov 1-3/+9
2014-06-04memcg: mm_update_next_owner() should skip kthreadsGravatar Oleg Nesterov 1-6/+4
2014-06-04memcg: kill CONFIG_MM_OWNERGravatar Oleg Nesterov 1-2/+2
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Gravatar Oleg Nesterov 1-13/+9
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentGravatar Oleg Nesterov 1-13/+16
2014-04-07wait: completely ignore the EXIT_DEAD tasksGravatar Oleg Nesterov 1-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Gravatar Oleg Nesterov 1-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionGravatar Oleg Nesterov 1-29/+21
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceGravatar Oleg Nesterov 1-4/+11
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGravatar Guillaume Morin 1-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Gravatar Oleg Nesterov 1-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Gravatar Oleg Nesterov 1-4/+2
2014-03-29cgroup: remove useless argument from cgroup_exit()Gravatar Li Zefan 1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Gravatar Oleg Nesterov 1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 1-1/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-11/+0
2013-07-03exit.c: unexport __set_special_pids()Gravatar Oleg Nesterov 1-11/+0
2013-06-28Merge branch 'freezer'Gravatar Rafael J. Wysocki 1-1/+1
2013-06-15move exit_task_namespaces() outside of exit_notify()Gravatar Oleg Nesterov 1-1/+1
2013-05-12lockdep: remove task argument from debug_check_no_locks_heldGravatar Colin Cross 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+0
2013-04-09get rid of the last free_pipe_info() callersGravatar Al Viro 1-1/+1
2013-03-31Revert "lockdep: check that no locks held at freeze time"Gravatar Paul Walmsley 1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectGravatar Al Viro 1-5/+0
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitGravatar Mandeep Singh Baines 1-2/+2
2013-02-27lockdep: check that no locks held at freeze timeGravatar Mandeep Singh Baines 1-1/+1
2013-01-27cputime: Use accessors to read task cputime statsGravatar Frederic Weisbecker 1-4/+6
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-12/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-92/+0
2012-11-28kill daemonize()Gravatar Al Viro 1-92/+0
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedGravatar Frederic Weisbecker 1-2/+2
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Gravatar Eric W. Biederman 1-12/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-96/+1
2012-09-26new helper: daemonize_descriptors()Gravatar Al Viro 1-3/+1
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cGravatar Al Viro 1-93/+0
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-0/+3
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsGravatar Josh Boyer 1-1/+1
2012-07-22move exit_task_work() past exit_files() et.al.Gravatar Al Viro 1-4/+2
2012-06-20pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperGravatar Oleg Nesterov 1-8/+2
2012-06-20pidns: guarantee that the pidns init will be the last pidns process reapedGravatar Eric W. Biederman 1-1/+13
2012-06-20mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-0/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Gravatar Linus Torvalds 1-8/+5
2012-06-07mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-5/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+3
2012-05-31stack usage: add pid to warning printk in check_stack_usageGravatar Tim Bird 1-3/+3
2012-05-31cred: remove task_is_dead() from __task_cred() validationGravatar Oleg Nesterov 1-1/+1
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Gravatar Oleg Nesterov 1-2/+0
2012-05-23task_work_add: generic process-context callbacksGravatar Oleg Nesterov 1-1/+4
2012-05-17cred: use correct cred accessor with regards to rcu read lockGravatar Sasha Levin 1-2/+2