aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+10
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-1/+0
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-1/+1
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19cgroup: support ns lookupChristian Brauner1-2/+5
2025-09-19cgroup: use ns_common_init()Christian Brauner1-8/+4
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin1-6/+0
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin1-1/+1
2020-08-19cgroup: Use generic ns_common::countKirill Tkhai1-1/+1
2020-05-09nsproxy: add struct nssetChristian Brauner1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-1/+1
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo1-0/+155