summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2026-01-11cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi1-4/+20
2025-09-25cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-08-28cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long1-1/+1
2025-07-24Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-06-27cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-04cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu1-1/+1
2025-05-22cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2025-02-21cgroup: fix race between fork and cgroup.killShakeel Butt1-8/+12
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel1-1/+0
2024-12-09cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong1-6/+11
2024-12-09Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong1-3/+1
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-08-29cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal1-2/+2
2024-08-19cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2-8/+18
2024-08-03cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook3-4/+4
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-04-03cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal1-1/+1
2023-12-13cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten1-1/+7
2023-11-28sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-20cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long1-1/+11
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds1-14/+14
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-181/+243
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva1-2/+2
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin1-6/+0
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia1-2/+10
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin1-1/+1
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin1-1/+1
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin1-1/+1
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen1-0/+2
2023-08-02cgroup: clean up printk()Kamalesh Babulal1-2/+2
2023-07-21cgroup: fix obsolete comment above cgroup_create()Miaohe Lin1-2/+1
2023-07-21cgroup/misc: Store atomic64_t reads to u64Haitao Huang1-1/+1
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar1-1/+1
2023-07-18cgroup/misc: Change counters to be explicit 64bit typesHaitao Huang1-28/+27
2023-07-17cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal1-1/+1
2023-07-17cgroup: fix obsolete function nameMiaohe Lin1-1/+1
2023-07-17cgroup: use cached local variable parent in for loopMiaohe Lin1-1/+1
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+34
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin1-22/+22
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long1-8/+16
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long1-29/+13
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long1-55/+86
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long1-3/+30
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin1-1/+1
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný1-3/+16
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin1-5/+4