aboutsummaryrefslogtreecommitdiff
path: root/kernel/pid_namespace.c
AgeCommit message (Expand)Author
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin
2012-08-14pidns: Export free_pid_nsEric W. Biederman
2012-06-20pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman
2012-05-31sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORECyrill Gorcunov
2012-05-31pidns: make killed children autoreapEric W. Biederman
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano
2012-03-23signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov
2012-01-12sysctl: add the kernel.ns_last_pid controlPavel Emelyanov
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov
2009-09-24pidns: deny CLONE_PARENT|CLONE_NEWPID combinationSukadev Bhattiprolu
2009-06-18pidns: rewrite copy_pid_ns()Alexey Dobriyan
2009-06-18pidns: make create_pid_namespace() accept parent pidnsAlexey Dobriyan
2009-04-02signals: zap_pid_ns_process() should use force_sig()Sukadev Bhattiprolu
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingOleg Nesterov
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov
2008-07-25pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-28kernel: fix integer as NULL pointer warningsHarvey Harrison
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov