summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner
2025-09-19ns: rename to __ns_refChristian 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-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19cgroup: use ns_common_init()Christian Brauner
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong
2025-09-17cpuset: use parse_cpulist for setting cpus.exclusiveChen Ridong
2025-09-17cpuset: introduce partition_cpus_changeChen Ridong
2025-09-17cpuset: refactor cpus_allowed_validate_changeChen Ridong
2025-09-17cpuset: refactor out validate_partitionChen Ridong
2025-09-17cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpersChen Ridong
2025-09-17cpuset: refactor CPU mask buffer parsing logicChen Ridong
2025-09-17cpuset: Refactor exclusive CPU mask computation logicChen Ridong
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong
2025-09-16cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin
2025-09-16cgroup: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao
2025-09-05cgroup: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo
2025-09-05cgroup: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-05cgroup: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-04cgroup: Remove unused local variables from cgroup_procs_write_finish()Tejun Heo
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou
2025-09-03cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()Waiman Long
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong
2025-08-12cgroup: Replace deprecated strcpy() with strscpy()Thorsten Blum
2025-08-09cgroup: avoid null de-ref in css_rstat_exit()JP Kobryn
2025-08-09cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()Waiman Long
2025-08-09cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long
2025-08-09cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long