index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
2025-09-19
ns: add ns_common_free()
Christian Brauner
2025-09-19
nscommon: simplify initialization
Christian Brauner
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
2025-09-19
cgroup: support ns lookup
Christian Brauner
2025-09-19
cgroup: use ns_common_init()
Christian Brauner
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
2023-08-14
cgroup:namespace: Remove unused cgroup_namespaces_init()
Lu Jialin
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
2020-08-19
cgroup: Use generic ns_common::count
Kirill Tkhai
2020-05-09
nsproxy: add struct nsset
Christian Brauner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-06
kernel: convert cgroup_namespace.count from atomic_t to refcount_t
Elena Reshetova
2017-03-03
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
Ingo Molnar
2016-12-27
cgroup: move namespace code to kernel/cgroup/namespace.c
Tejun Heo