summaryrefslogtreecommitdiff
path: root/kernel/cgroup/namespace.c
AgeCommit message (Expand)Author
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19cgroup: support ns lookupChristian Brauner
2025-09-19cgroup: use ns_common_init()Christian Brauner
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2020-08-19cgroup: Use generic ns_common::countKirill Tkhai
2020-05-09nsproxy: add struct nssetChristian Brauner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo