index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
utsname.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-19
uts: Use generic ns_common::count
Kirill Tkhai
1
-5
/
+2
2020-05-09
nsproxy: add struct nsset
Christian Brauner
1
-2
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2018-04-11
uts: create "struct uts_namespace" from kmem_cache
Alexey Dobriyan
1
-4
/
+16
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2016-09-23
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
1
-0
/
+6
2016-09-23
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
1
-0
/
+6
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
1
-1
/
+1
2016-08-08
utsns: Add a limit on the number of uts namespaces
Eric W. Biederman
1
-5
/
+29
2014-12-04
copy address of proc_ns_ops into ns_common
Al Viro
1
-0
/
+2
2014-12-04
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
1
-2
/
+2
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
1
-9
/
+3
2014-12-04
switch the rest of proc_ns_operations to working with &...->ns
Al Viro
1
-6
/
+9
2014-12-04
common object embedded into various struct ....ns
Al Viro
1
-3
/
+3
2014-07-30
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
1
-3
/
+3
2013-08-31
userns: Kill nsown_capable it makes the wrong thing easy
Eric W. Biederman
1
-1
/
+1
2013-05-02
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
1
-1
/
+1
2013-02-28
kernel/utsname.c: fix wrong comment about clone_uts_ns()
Yuanhan Liu
1
-1
/
+1
2012-12-15
userns: Require CAP_SYS_ADMIN for most uses of setns.
Eric W. Biederman
1
-1
/
+2
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
1
-1
/
+16
2012-11-20
userns: Make create_new_namespaces take a user_ns parameter
Eric W. Biederman
1
-5
/
+4
2012-11-20
userns: Allow unprivileged use of setns.
Eric W. Biederman
1
-1
/
+6
2012-04-08
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
1
-1
/
+1
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-11
ns proc: Add support for the uts namespace
Eric W. Biederman
1
-0
/
+39
2011-03-24
userns: allow sethostname in a container
Serge E. Hallyn
1
-5
/
+7
2011-03-24
userns: add a user_namespace as creator/owner of uts_namespace
Serge E. Hallyn
1
-0
/
+4
2009-06-19
utsns: extract creeate_uts_ns()
Alexey Dobriyan
1
-2
/
+11
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-04-29
kernel: explicitly include required header files under kernel/
Robert P. J. Day
1
-0
/
+1
2007-09-19
Fix UTS corruption during clone(CLONE_NEWUTS)
Alexey Dobriyan
1
-0
/
+2
2007-07-16
namespace: ensure clone_flags are always stored in an unsigned long
Eric W. Biederman
1
-1
/
+1
2007-07-16
fix create_new_namespaces() return value
Cedric Le Goater
1
-4
/
+6
2007-05-08
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
Badari Pulavarty
1
-37
/
+4
2006-10-02
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
1
-0
/
+53
2006-10-02
[PATCH] namespaces: utsname: implement utsname namespaces
Serge E. Hallyn
1
-0
/
+42