summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorLines
2025-11-20cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()Pingfan Liu-15/+36
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-1/+1
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt-0/+1
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong-5/+1
2025-11-11cpuset: remove global remote_children listChen Ridong-12/+11
2025-11-11cpuset: simplify node setting on errorChen Ridong-12/+9
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki-0/+1
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-1/+1
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-1/+1
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo-1/+54
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long-38/+35
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long-4/+6
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long-20/+20
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long-1/+73
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco-6/+6
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner-6/+4
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo-9/+14
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo-4/+5
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo-5/+6
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner-3/+3
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner-4/+1
2025-10-31cgroup: add cgroup namespace to tree after owner is setChristian Brauner-1/+1
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo-1/+1
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra-1/+1
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-10-20cgroup/cpuset: Don't track # of local child partitionsWaiman Long-31/+13
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra-1/+1
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2025-10-03cgroup: Fix seqcount lockdep assertion in cgroup freezerNirbhay Sharma-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-4/+20
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-427/+591
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-19/+15
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-1/+1
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong-8/+3
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong-1/+0
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong-14/+8
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner-1/+1
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong-1/+2
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong-5/+1
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong-1/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner-1/+1
2025-09-19nscommon: simplify initializationChristian Brauner-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner-5/+0
2025-09-19cgroup: support ns lookupChristian Brauner-2/+7
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner-6/+8
2025-09-19cgroup: use ns_common_init()Christian Brauner-8/+4
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong-27/+2