summaryrefslogtreecommitdiff
path: root/kernel/utsname.c
Commit message (Expand)AuthorAge
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-11
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-22
|\
| * kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-22
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-22
* | utsns: Add a limit on the number of uts namespacesEric W. Biederman2016-08-08
|/
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-04
* new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-04
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-04
* switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-04
* common object embedded into various struct ....nsAl Viro2014-12-04
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-29
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-30
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-01
* kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu2013-02-27
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-14
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-20
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-20
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* ns proc: Add support for the uts namespaceEric W. Biederman2011-05-10
* userns: allow sethostname in a containerSerge E. Hallyn2011-03-23
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-23
* utsns: extract creeate_uts_ns()Alexey Dobriyan2009-06-18
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-23
* kernel: explicitly include required header files under kernel/Robert P. J. Day2008-04-29
* Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-19
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-16
* fix create_new_namespaces() return valueCedric Le Goater2007-07-16
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-08
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-02
* [PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn2006-10-02