aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-157/+304
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+9
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+4
2025-11-20cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-11-20timers/migration: Exclude isolated cpus from hierarchyGabriele Monaco1-0/+3
2025-11-20cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco1-6/+6
2025-11-20cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()Pingfan Liu1-15/+36
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki1-1/+1
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt1-0/+1
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong1-5/+1
2025-11-11cpuset: remove global remote_children listChen Ridong2-12/+11
2025-11-11cpuset: simplify node setting on errorChen Ridong1-12/+9
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki1-0/+1
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-1/+1
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner1-1/+1
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo1-1/+54
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long1-38/+35
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long1-4/+6
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long1-20/+20
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long1-1/+73
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco1-6/+6
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner1-6/+4
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo1-9/+14
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo1-4/+5
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo1-5/+6
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner1-3/+3
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner1-4/+1
2025-10-31cgroup: add cgroup namespace to tree after owner is setChristian Brauner1-1/+1
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo1-1/+1
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra1-1/+1
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-10-20cgroup/cpuset: Don't track # of local child partitionsWaiman Long2-31/+13
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra1-1/+1
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-10-03cgroup: Fix seqcount lockdep assertion in cgroup freezerNirbhay Sharma1-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-4/+20
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-427/+591
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+15
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner2-1/+1
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong1-8/+3
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong1-1/+0
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong1-14/+8
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong1-1/+2
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong1-1/+1