summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorLines
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+1
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong-7/+1
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+1
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong-2/+1
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+16
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+38
2025-05-30cgroup: adjust criteria for rstat subsystem cpu lock accessJP Kobryn-9/+16
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+4
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-258/+446
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-3/+34
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo-17/+3
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo-1/+26
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo-24/+24
2025-05-21cgroup: avoid per-cpu allocation of size zero rstat cpu locksJP Kobryn-0/+9
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn-3/+14
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn-32/+71
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn-111/+129
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn-0/+2
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price-0/+36
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price-2/+2
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long-2/+4
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...Yury Norov-4/+2
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long-9/+33
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn-2/+2
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini-164/+247
2025-04-21cgroup: fix pointer check in css_rstat_init()JP Kobryn-1/+1
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier-0/+29
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu-1/+1
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-164/+247
2025-04-07cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUsWaiman Long-10/+33
2025-04-07cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()Waiman Long-4/+5
2025-04-07cgroup/cpuset: Always use cpu_active_maskWaiman Long-9/+23
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini-0/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn-49/+65
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn-2/+2
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn-35/+57
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long-3/+23
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+20
2025-04-01cgroup: rstat: call cgroup_rstat_updated_list with cgroup_rstat_lockShakeel Butt-1/+2
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long-9/+6
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long-23/+38
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long-0/+15
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long-117/+141
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long-9/+20
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long-3/+3
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+17
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-146/+100
2025-03-20cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed-59/+20