summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)Author
2015-02-13signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-07-04Merge 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-02Merge 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-04make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-02-28coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines
2013-02-28lockdep: 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-29kill 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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-27new helper: daemonize_descriptors()Al Viro
2012-09-27move 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-08Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01stack usage: add pid to warning printk in check_stack_usageTim Bird
2012-06-01cred: remove task_is_dead() from __task_cred() validationOleg Nesterov
2012-05-24genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov
2012-05-24task_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-30Merge 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
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov