summaryrefslogtreecommitdiff
path: root/include/linux/pid_namespace.h
AgeCommit message (Expand)Author
2020-08-19pid: Use generic ns_common::countKirill Tkhai
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman
2015-01-25new fs_pin killing logicsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman
2013-10-24pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman
2008-10-16pid_ns: kill the now unused task_child_reaper()Oleg Nesterov
2008-07-25pidns: add the struct bsd_acct_struct pointer on pid_namespace structPavel Emelyanov
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov
2007-11-14pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu
2007-10-19pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov
2007-10-19pid namespaces: make get_pid_ns() return the namespace itselfPavel Emelianov
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-01-30[PATCH] namespaces: fix task exit disasterSerge E. Hallyn
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu
2006-12-08[PATCH] to nsproxyCedric Le Goater
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu