cgroups: add an owner to the mm_struct
[safe/jmp/linux-2.6] / kernel / exit.c
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-28 Lee Schermerhornmempolicy: rename mpol_free to mpol_put
2008-04-25 Al Viro[PATCH] sanitize unshare_files/reset_files_struct
2008-04-25 Al Viro[PATCH] sanitize handling of shared descriptor tables...
2008-04-22 Al Viro[PATCH] get rid of __exit_files(), __exit_fs() and...
2008-04-11 Roland McGrathasmlinkage_protect replaces prevent_tail_call
2008-03-08 Roland McGrathFix waitid si_code regression
2008-03-03 Oleg Nesterovexit_notify: fix kill_orphaned_pgrp() usage with mt...
2008-03-03 Oleg Nesterovwill_become_orphaned_pgrp: partially fix insufficient...
2008-03-03 Oleg Nesterovintroduce kill_orphaned_pgrp() helper
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-08 Eric W. Biedermanpid: sys_wait... fixes
2008-02-08 Oleg Nesterovmove the related code from exit_notify() to exit_signals()
2008-02-08 Oleg Nesterovfix group stop with exit race
2008-02-08 Oleg Nesterovmove daemonized kernel threads into the swapper's session
2008-02-08 Oleg Nesterovteach set_special_pids() to use struct pid
2008-02-08 Oleg Nesterovwait_task_zombie: remove ->exit_state/exit_signal check...
2008-02-08 Oleg Nesterovwait_task_continued/zombie: don't use task_pid_nr_ns...
2008-02-08 Oleg Nesterovdo_wait: fix security checks
2008-02-08 Oleg Nesterovdo_wait: cleanup delay_group_leader() usage
2008-02-08 Oleg Nesterovwait_task_stopped(): remove unneeded delay_group_leader...
2008-02-08 Oleg Nesterovdo_wait: factor out "retval != 0" checks
2008-02-08 Oleg Nesterovwait_task_stopped: simplify and fix races with SIGCONT...
2008-02-08 Oleg Nesterovkill my_ptrace_child()
2008-02-08 Oleg Nesterovkill PT_ATTACHED
2008-02-06 Oleg Nesterovdo_wait: remove one "else if" branch
2008-02-05 Oleg Nesterovexec: rework the group exit and fix the race with kill
2008-02-03 Pierre PeifferRemove one useless extern declaration
2007-12-06 Matthew Wilcoxexit: Use task_is_*
2007-11-29 Scott James Remnantwait_task_stopped(): pass correct exit_code to wait_nor...
2007-11-29 Oleg Nesterovwait_task_stopped(): don't use task_pid_nr_ns() lockless
2007-11-15 Roland McGrathwait_task_stopped: Check p->exit_state instead of TASK_...
2007-10-19 Alexey DobriyanUninline fork.c/exit.c
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Pavel EmelyanovIsolate the explicit usage of signal->pgrp
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Sukadev Bhattiprolupid namespaces: destroy pid namespace on init's death
2007-10-19 Pavel Emelyanovpid namespaces: prepare proc_flust_task() to flush...
2007-10-19 Pavel Emelyanovpid namespaces: move exit_task_namespaces()
2007-10-19 Oleg Nesterovpid namespaces: rework forget_original_parent()
2007-10-19 Daniel Walkerwhitespace fixes: task exit handling
2007-10-19 Matthias Kaehlckekernel/exit.c: Use list_for_each_entry(_safe) instead...
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19 Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19 Sukadev Bhattiprolupid namespaces: rename child_reaper() function
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-10-19 Paul MenageTask Control Groups: make cpusets a client of cgroups
2007-10-19 Paul MenageTask Control Groups: add fork()/exit() hooks
2007-10-17 Alexey DobriyanShrink task_struct if CONFIG_FUTEX=n
2007-10-17 Oleg Nesterovexec: RT sub-thread can livelock and monopolize CPU...
2007-10-17 Oleg Nesterovwait_task_stopped/continued: remove unneeded p->signal...
2007-10-17 Oleg Nesterovwait_task_zombie: don't fight with non-existing race...
2007-10-17 Oleg Nesterovexit_notify: don't take tasklist for TIF_SIGPENDING...
2007-10-17 Oleg Nesterovwait_task_zombie: fix 2/3 races vs forget_original_parent()
2007-10-17 Oleg Nesterovwait_task_zombie: remove unneeded child->signal check
2007-10-17 Oleg Nesterovhandle the multi-threaded init's exit() properly
2007-10-17 Oleg Nesterovpi-futex: set PF_EXITING without taking ->pi_lock
2007-10-17 Jesper JuhlClean up duplicate includes in kernel/
2007-10-15 Laurent Viviersched: guest CPU accounting: add guest-CPU /proc/<pid...
2007-09-20 Davide Libenzisignalfd simplification
2007-08-31 Jonathan LimAssign task_struct.exit_code before taskstats_exit()
2007-08-03 Oleg NesterovKill some obsolete sub-thread-ptrace stuff
2007-07-19 Rafael J. WysockiFreezer: avoid freezing kernel threads prematurely
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-16 Miloslav TrmacAudit: add TTY input auditing
2007-07-16 Jeff DikeAdd generic exit-time stack-depth checking to CONFIG_DE...
2007-07-09 Balbir Singhsched: update delay-accounting to use CFS's precise...
2007-07-09 Ingo Molnarsched: clean up the rt priority macros
2007-07-09 Ingo Molnarsched: remove sched_exit()
2007-06-09 Alexey Kuznetsovpi-futex: fix exit races and locking problems
2007-05-24 Roland McGrathrecalc_sigpending_tsk fixes
2007-05-11 Davide Libenzisignal/timer/event: signalfd core
2007-05-11 Sukadev Bhattiproluattach_pid() with struct pid parameter
2007-05-11 Eric Dumazetgetrusage(): fill ru_inblock and ru_oublock fields...
2007-05-09 Oleg Nesterovchange kernel threads to ignore signals instead of...
2007-05-09 Eric W. BiedermanChange reparent_to_init to reparent_to_kthreadd
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Roland McGrathReturn EPERM not ECHILD on security_task_wait failure
2007-03-29 Eric W. Biederman[PATCH] pid: Properly detect orphaned process groups...
2007-02-12 Eric W. Biederman[PATCH] pid: replace is_orphaned_pgrp with is_current_p...
2007-02-12 Eric W. Biederman[PATCH] pid: use struct pid for talking about process...
2007-02-12 Eric W. Biederman[PATCH] pid: make session_of_pgrp use struct pid instea...
2007-02-12 Ingo Molnar[PATCH] close_files(): add scheduling point
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2007-01-30 Serge E. Hallyn[PATCH] namespaces: fix task exit disaster
2007-01-30 Linus TorvaldsRevert "[PATCH] namespaces: fix exit race by splitting...
2007-01-30 Serge E. Hallyn[PATCH] namespaces: fix exit race by splitting exit
2006-12-31 Oleg Nesterov[PATCH] restore ->pdeath_signal behaviour
2006-12-22 Eric W. Biederman[PATCH] Fix reparenting to the same thread group. ...
2006-12-22 Vadim Lobanov[PATCH] fdtable: Provide free_fdtable() wrapper
2006-12-10 Vadim Lobanov[PATCH] fdtable: Remove the free_files field
2006-12-10 Vadim Lobanov[PATCH] fdtable: Make fdarray and fdsets equal in size
2006-12-08 Oleg Nesterov[PATCH] session_of_pgrp: kill unnecessary do_each_task_...
2006-12-08 Sukadev Bhattiprolu[PATCH] add child reaper to pid_namespace
2006-12-08 Kirill Korotaev[PATCH] rename struct namespace to struct mnt_namespace
2006-12-08 Cedric Le Goater[PATCH] add process_session() helper routine: deprecate...
2006-12-08 Cedric Le Goater[PATCH] add process_session() helper routine
2006-12-08 Oleg Nesterov[PATCH] make set_special_pids() static
next