summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov
2013-06-28Merge branch 'freezer'Rafael J. Wysocki
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov
2013-05-12lockdep: remove task argument from debug_check_no_locks_heldColin Cross
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09get rid of the last free_pipe_info() callersAl Viro
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-28kill daemonize()Al Viro
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26new helper: daemonize_descriptors()Al Viro
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro
2012-06-20pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperOleg Nesterov
2012-06-20pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman
2012-06-20mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31stack usage: add pid to warning printk in check_stack_usageTim Bird
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov
2012-05-17cred: use correct cred accessor with regards to rcu read lockSasha Levin
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-23kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko