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