aboutsummaryrefslogtreecommitdiff
path: root/kernel/utsname.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19uts: Use generic ns_common::countGravatar Kirill Tkhai 1-5/+2
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2018-04-11uts: create "struct uts_namespace" from kmem_cacheGravatar Alexey Dobriyan 1-4/+16
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-08-08utsns: Add a limit on the number of uts namespacesGravatar Eric W. Biederman 1-5/+29
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+2
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsGravatar Al Viro 1-6/+9
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-3/+3
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-3/+3
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyGravatar Eric W. Biederman 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Gravatar Yuanhan Liu 1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Gravatar Eric W. Biederman 1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-1/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterGravatar Eric W. Biederman 1-5/+4
2012-11-20userns: Allow unprivileged use of setns.Gravatar Eric W. Biederman 1-1/+6
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-05-10ns proc: Add support for the uts namespaceGravatar Eric W. Biederman 1-0/+39
2011-03-23userns: allow sethostname in a containerGravatar Serge E. Hallyn 1-5/+7
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceGravatar Serge E. Hallyn 1-0/+4
2009-06-18utsns: extract creeate_uts_ns()Gravatar Alexey Dobriyan 1-2/+11
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 1-1/+0
2008-04-29kernel: explicitly include required header files under kernel/Gravatar Robert P. J. Day 1-0/+1
2007-09-19Fix UTS corruption during clone(CLONE_NEWUTS)Gravatar Alexey Dobriyan 1-0/+2
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longGravatar Eric W. Biederman 1-1/+1
2007-07-16fix create_new_namespaces() return valueGravatar Cedric Le Goater 1-4/+6
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingGravatar Badari Pulavarty 1-37/+4
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagGravatar Serge E. Hallyn 1-0/+53
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesGravatar Serge E. Hallyn 1-0/+42